1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00
semantic/semantic-python/test/fixtures
2020-01-23 11:20:35 -05:00
..
1-01-empty-module.py Remove the CHECK-JQ directive. 2019-12-20 11:43:15 -05:00
1-02-pass-statement.py Remove the CHECK-JQ directive. 2019-12-20 11:43:15 -05:00
1-03-empty-tuple.py Integrate prelude into the test suite. 2019-10-15 13:10:18 -04:00
1-04-toplevel-assignment.py Remove the CHECK-JQ directive. 2019-12-20 11:43:15 -05:00
1-05-exec-statement-fails.py Make it more accurate now that eval is not a special node. 2019-10-21 15:25:54 -04:00
2-01-return-statement.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
2-02-return-doesnt-translate.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
2-03-return-in-if-statement.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
2-04-multiple-assign.py Initial stab at folding over multiple assignments. 2019-09-27 17:35:51 -04:00
2-05-function-call.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
2-06-nested-function-definition.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
2-07-closure-over-scope.py Remove the CHECK-JQ directive. 2019-12-20 11:43:15 -05:00
2-08-function-decorator.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
3-01-empty-class-definition.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
3-02-defining-instance-method.py Use rec so functions can refer to themselves in their bodies. 2019-10-16 17:34:43 -04:00
3-03-functions-know-their-own-names.py don't worry about this since it's a known bug 2019-10-18 10:22:19 -04:00
4-01-lambda-literals.py Compile Python lambdas. 2019-12-13 12:14:04 -05:00
4-02-nonetype.py Compile Python None expressions. 2019-12-13 12:51:23 -05:00
4-03-not-expression.py Add a test. 2019-12-17 13:26:17 -05:00
5-01-simple-reference.py Failing reference test 2020-01-14 18:08:10 -05:00
5-02-simple-function.py Define simple function test 2020-01-22 17:31:28 -05:00
5-03-function-argument.py Add function arg test 2020-01-23 11:20:35 -05:00