Lines Matching defs:env

21     def test_simple(self, env):  argument
35 def test_iter(self, env): argument
44 def test_raw1(self, env): argument
51 def test_raw2(self, env): argument
55 def test_raw3(self, env): argument
62 def test_raw4(self, env): argument
71 def test_balancing(self, env): argument
79 def test_comments(self, env): argument
93 def test_string_escapes(self, env): argument
99 def test_bytefallback(self, env): argument
105 def test_operators(self, env): argument
115 def test_normalizing(self, env): argument
122 def test_trailing_newline(self, env): argument
157 def test_name(self, env, name, valid): argument
166 def test_lineno_with_strip(self, env): argument
186 def test_php_syntax(self, env): argument
197 def test_erb_syntax(self, env): argument
208 def test_comment_syntax(self, env): argument
219 def test_balancing(self, env): argument
223 def test_start_comment(self, env): argument
232 def test_line_syntax(self, env): argument
257 def test_line_syntax_priority(self, env): argument
281 def test_error_messages(self, env): argument
319 def test_call(self, env): argument
325 def test_slicing(self, env): argument
329 def test_attr(self, env): argument
333 def test_subscript(self, env): argument
337 def test_tuple(self, env): argument
341 def test_math(self, env): argument
345 def test_div(self, env): argument
349 def test_unary(self, env): argument
353 def test_concat(self, env): argument
368 def test_compare(self, env, a, op, b): argument
372 def test_compare_parens(self, env): argument
387 def test_compare_compound(self, env, src, expect): argument
391 def test_inop(self, env): argument
396 def test_collection_literal(self, env, value): argument
417 def test_numeric_literal(self, env, value, expect): argument
421 def test_bool(self, env): argument
427 def test_grouping(self, env): argument
433 def test_django_attr(self, env): argument
437 def test_conditional_expression(self, env): argument
441 def test_short_conditional_expression(self, env): argument
448 def test_filter_priority(self, env): argument
452 def test_function_calls(self, env): argument
477 def test_tuple_expr(self, env): argument
490 def test_trailing_comma(self, env): argument
494 def test_block_end_name(self, env): argument
500 def test_constant_casing(self, env): argument
508 def test_test_chaining(self, env): argument
514 def test_string_concatenation(self, env): argument
518 def test_notin(self, env): argument
523 def test_operator_precedence(self, env): argument
527 def test_implicit_subscribed_tuple(self, env): argument
535 def test_raw2(self, env): argument
539 def test_const(self, env): argument
546 def test_neg_filter_priority(self, env): argument
551 def test_const_assign(self, env): argument
557 def test_localset(self, env): argument
565 def test_parse_unary(self, env): argument
573 def test_lstrip(self, env): argument
578 def test_lstrip_trim(self, env): argument
583 def test_no_lstrip(self, env): argument
588 def test_lstrip_blocks_false_with_no_lstrip(self, env): argument
596 def test_lstrip_endline(self, env): argument
601 def test_lstrip_inline(self, env): argument
606 def test_lstrip_nested(self, env): argument
613 def test_lstrip_left_chars(self, env): argument
621 def test_lstrip_embeded_strings(self, env): argument
626 def test_lstrip_preserve_leading_newlines(self, env): argument
631 def test_lstrip_comment(self, env): argument
640 def test_lstrip_angle_bracket_simple(self, env): argument
656 def test_lstrip_angle_bracket_comment(self, env): argument
672 def test_lstrip_angle_bracket(self, env): argument
694 def test_lstrip_angle_bracket_compact(self, env): argument
808 def test_php_syntax_with_manual(self, env): argument
821 def test_php_syntax(self, env): argument
834 def test_php_syntax_compact(self, env): argument
847 def test_erb_syntax(self, env): argument
861 def test_erb_syntax_with_manual(self, env): argument
874 def test_erb_syntax_no_lstrip(self, env): argument
887 def test_comment_syntax(self, env): argument
909 def test_trim(self, env): argument
914 def test_no_trim(self, env): argument
919 def test_no_trim_outer(self, env): argument
924 def test_lstrip_no_trim(self, env): argument
929 def test_trim_blocks_false_with_no_trim(self, env): argument
947 def test_trim_nested(self, env): argument
954 def test_no_trim_nested(self, env): argument
961 def test_comment_trim(self, env): argument
966 def test_comment_no_trim(self, env): argument
971 def test_multiple_comment_trim_lstrip(self, env): argument
978 def test_multiple_comment_no_trim_lstrip(self, env): argument
985 def test_raw_trim_lstrip(self, env): argument
990 def test_raw_no_trim_lstrip(self, env): argument
999 def test_no_trim_angle_bracket(self, env): argument
1009 def test_no_trim_php_syntax(self, env): argument