1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
semantic/semantic-python/test/fixtures
Patrick Thomson d9f88fc046 Add a CHECK-TREE directive and simplify esoteric jq tests.
Due to the problems outlined in #245, the tests for return statements
were complicated and not testing useful properties. This patch adds a
new `CHECK-TREE` directive which lets you embed a Core expression
as a string, which is parsed and then compared against the result of
compiling the containing module.
2019-09-18 18:07:43 -04:00
..
1-01-empty-module.py Decomplect this whole thing by lifting it into IO. 2019-08-29 09:20:13 -04:00
1-02-pass-statement.py pass the scope graph explicitly 2019-08-27 10:47:45 -04:00
1-03-empty-tuple.py Add a CHECK-TREE directive and simplify esoteric jq tests. 2019-09-18 18:07:43 -04:00
1-04-toplevel-assignment.py Use some tree information in a unit test. 2019-09-18 13:05:10 -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 Add a CHECK-TREE directive and simplify esoteric jq tests. 2019-09-18 18:07:43 -04:00
2-02-return-doesnt-translate.py Add a CHECK-TREE directive and simplify esoteric jq tests. 2019-09-18 18:07:43 -04:00
2-03-return-in-if-statement.py Fix tests. 2019-09-18 12:35:54 -04:00