1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/semantic-python/test/fixtures
2019-10-18 10:22:19 -04: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 Break toplevel assignment case because it's wrong. 2019-09-23 12:13:40 -04:00
1-05-eval-statement-fails.py jq-based test suite works 2019-08-16 13:20:08 -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