LibCST/libcst/tests
Jennifer Taylor d3ce7da7ce Drop annotation indicator attribute.
We pass down the correct default annotation indicator to use in 100% of code rendering places, so this becomes a useless bit of initialization. We already set this to a sentinel by default, and the only thing that having an explicit str gives us is the inability to copy an annotation from a param to a return or vice versa. So, out it goes. This means we can't render Annotation by itself, so the test that was using this behavior is out too.
2019-08-05 17:13:17 -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 Export things from libcst's base__init__.py 2019-07-26 12:48:22 -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