LibCST/libcst/tests
Jennifer Taylor 27b5a1d286 Improve removing nodes from parents in LibCST.
Add a RemoveFromParent() function as a convenience to returning RemovalSentinel.REMOVE.
Introduce a `deep_remove()` on CSTNode analogous to `deep_replace()` but for removing.
2019-10-02 15:43:48 -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_deep_clone.py Add a test to verify that deep_clone works. 2019-09-25 12:36:33 -07:00
test_deep_replace.py Improve removing nodes from parents in LibCST. 2019-10-02 15:43:48 -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 Bump pyre version to 0.0.30. 2019-09-25 12:04:33 -07:00
test_visitor.py Visit and leave attributes. 2019-08-28 13:28:29 -07:00