LibCST/libcst/tests
Jennifer Taylor 687f47c5aa Update hypothesis tests to reflect new reality.
`parse_statement` and `parse_expresssion` aren't guaranteed to round-trip
exactly due to the fact that they don't have a wrapping Module to encapsulate
miscelaneous spacing. So, update the tests to verify that the rendered code
is identical to the original code based on the AST. Also, while I'm at it,
bump up Hypothesis's maximums in order to stress LibCST more.
2019-08-29 11:33:57 -07:00
..
__init__.py Add config files to make tools easier to use 2019-07-22 19:53:49 -07:00
test_batched_visitor.py Import parser from the top level 2019-07-26 12:48:22 -07:00
test_exceptions.py Improve the quality of syntax error messages 2019-08-22 13:35:11 -07:00
test_fuzz.py Update hypothesis tests to reflect new reality. 2019-08-29 11:33:57 -07:00
test_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
test_tool.py Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
test_type_enforce.py Add runtime type validation support 2019-07-22 19:53:49 -07:00
test_visitor.py Visit and leave attributes. 2019-08-28 13:28:29 -07:00