1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/semantic-python/test/fixtures
2019-12-16 09:34:05 -05:00
..
1-01-empty-module.py Integrate prelude into the test suite. 2019-10-15 13:10:18 -04:00
1-02-pass-statement.py Integrate prelude into the test suite. 2019-10-15 13:10:18 -04: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 Initial version of this before I go on a refactoring spree. 2019-10-30 13:13:53 -04: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 Add unit tests. 2019-10-11 11:50:22 -04: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