LibCST/libcst/_nodes/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 Make nodes package private 2019-07-26 12:48:22 -07:00
base.py Calculate syntactic position for statement nodes (1) 2019-07-26 12:48:22 -07:00
test_assert.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_assign.py Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
test_atom.py Rename Ellipses to Ellipsis to match AST and Python stuff. 2019-08-02 17:17:38 -07:00
test_attribute.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_await.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_binary_op.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_boolean_op.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_call.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_classdef.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_comment.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_comparison.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_cst_node.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_del.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_dict.py Add parser for Dict and DictComp 2019-07-31 13:07:01 -07:00
test_dict_comp.py Add parser for Dict and DictComp 2019-07-31 13:07:01 -07:00
test_else.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_empty_line.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_for.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_funcdef.py Drop annotation indicator attribute. 2019-08-05 17:13:17 -07:00
test_global.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_if.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_ifexp.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_import.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_indented_block.py Import parser from the top level 2019-07-26 12:48:22 -07:00
test_internal.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_lambda.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_leaf_small_statements.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_list.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_module.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_newline.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_nonlocal.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_number.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_raise.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_removal_behavior.py Import parser from the top level 2019-07-26 12:48:22 -07:00
test_return.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_set.py Import parser from the top level 2019-07-26 12:48:22 -07:00
test_simple_comp.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_simple_statement.py Rename Ellipses to Ellipsis to match AST and Python stuff. 2019-08-02 17:17:38 -07:00
test_simple_whitespace.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_small_statement.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_subscript.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_trailing_whitespace.py Make nodes package private 2019-07-26 12:48:22 -07:00
test_try.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_tuple.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_unary_op.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_while.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_with.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00
test_yield.py Calculate syntactic position for statement nodes (5) 2019-07-26 12:48:22 -07:00