Lines Matching defs:self

61     def test_compile_value_error(self):  argument
65 def test_find_newline_only_cr(self): argument
69 def test_find_newline_only_lf(self): argument
73 def test_find_newline_only_crlf(self): argument
77 def test_find_newline_cr1_and_lf2(self): argument
81 def test_find_newline_cr1_and_crlf2(self): argument
85 def test_find_newline_should_default_to_lf(self): argument
89 def test_detect_encoding(self): argument
95 def test_detect_encoding_with_cookie(self): argument
101 def test_readlines_from_file_with_bad_encoding(self): argument
108 def test_readlines_from_file_with_bad_encoding2(self): argument
115 def test_fix_whitespace(self): argument
120 def test_fix_whitespace_with_tabs(self): argument
125 def test_multiline_string_lines(self): argument
134 def test_multiline_string_lines_with_many(self): argument
153 def test_multiline_string_should_not_report_single_line(self): argument
161 def test_multiline_string_should_not_report_docstrings(self): argument
173 def test_supported_fixes(self): argument
176 def test_shorten_comment(self): argument
181 def test_shorten_comment_should_not_split_numbers(self): argument
187 def test_shorten_comment_should_not_split_words(self): argument
193 def test_shorten_comment_should_not_split_urls(self): argument
199 def test_shorten_comment_should_not_modify_special_comments(self): argument
205 def test_format_block_comments(self): argument
226 def test_format_block_comments_should_leave_outline_alone(self): argument
241 def test_format_block_comments_with_multiple_lines(self): argument
264 def test_format_block_comments_should_not_corrupt_special_comments(self): argument
273 def test_format_block_comments_should_only_touch_real_comments(self): argument
279 def test_fix_file(self): argument
285 def test_fix_file_with_diff(self): argument
294 def test_fix_lines(self): argument
300 def test_fix_code(self): argument
305 def test_fix_code_with_empty_string(self): argument
310 def test_fix_code_with_multiple_lines(self): argument
315 def test_fix_code_byte_string(self): argument
321 def test_fix_code_with_options(self): argument
334 def test_fix_code_with_bad_options(self): argument
341 def test_normalize_line_endings(self): argument
348 def test_normalize_line_endings_with_crlf(self): argument
355 def test_normalize_multiline(self): argument
368 def test_code_match(self): argument
381 def test_split_at_offsets(self): argument
389 def test_split_at_offsets_with_out_of_order(self): argument
393 def test_fix_2to3(self): argument
412 def test_fix_2to3_subset(self): argument
424 def test_is_python_file(self): argument
446 def test_match_file(self): argument
457 def test_find_files(self): argument
492 def test_line_shortening_rank(self): argument
522 def test_extract_code_from_function(self): argument
543 def test_reindenter(self): argument
549 def test_reindenter_with_non_standard_indent_size(self): argument
555 def test_reindenter_with_good_input(self): argument
563 def test_reindenter_should_leave_stray_comment_alone(self): argument
572 def test_reindenter_not_affect_with_formfeed(self): argument
582 def test_fix_e225_avoid_failure(self): argument
592 def test_fix_e271_ignore_redundant(self): argument
602 def test_fix_e401_avoid_non_import(self): argument
612 def test_fix_e711_avoid_failure(self): argument
636 def test_fix_e712_avoid_failure(self): argument
669 def test_get_diff_text(self): argument
680 def test_get_diff_text_without_newline(self): argument
692 def test_count_unbalanced_brackets(self): argument
714 def test_refactor_with_2to3(self): argument
719 def test_refactor_with_2to3_should_handle_syntax_error_gracefully(self): argument
724 def test_commented_out_code_lines(self): argument
734 def test_standard_deviation(self): argument
742 def test_priority_key_with_non_existent_key(self): argument
746 def test_decode_filename(self): argument
749 def test_almost_equal(self): argument
780 def test_token_offsets(self): argument
792 def test_token_offsets_with_multiline(self): argument
809 def test_token_offsets_with_escaped_newline(self): argument
824 def test_shorten_line_candidates_are_valid(self): argument
860 def test_e101(self): argument
874 def test_e101_with_indent_size_0(self): argument
883 def test_e101_with_indent_size_1(self): argument
897 def test_e101_with_indent_size_2(self): argument
911 def test_e101_with_indent_size_3(self): argument
925 def test_e101_should_not_expand_non_indentation_tabs(self): argument
939 def test_e101_should_ignore_multiline_strings(self): argument
957 def test_e101_should_fix_docstrings(self): argument
977 def test_e101_when_pep8_mistakes_first_tab_in_string(self): argument
997 def test_e101_should_ignore_multiline_strings_complex(self): argument
1015 def test_e101_with_comments(self): argument
1039 def test_e101_skip_if_bad_indentation(self): argument
1049 def test_e101_skip_innocuous(self): argument
1061 def test_e111_short(self): argument
1067 def test_e111_long(self): argument
1073 def test_e111_longer(self): argument
1091 def test_e111_multiple_levels(self): argument
1112 def test_e111_with_dedent(self): argument
1128 def test_e111_with_other_errors(self): argument
1150 def test_e111_should_not_modify_string_contents(self): argument
1166 def test_e112_should_leave_bad_syntax_alone(self): argument
1174 def test_e113(self): argument
1186 def test_e113_bad_syntax(self): argument
1196 def test_e114(self): argument
1206 def test_e115(self): argument
1220 def test_e116(self): argument
1232 def test_e12_reindent(self): argument
1302 def test_e12_reindent_with_multiple_fixes(self): argument
1319 def test_e12_tricky(self): argument
1347 def test_e12_large(self): argument
1462 def test_e12_with_bad_indentation(self): argument
1492 def test_e121_with_multiline_string(self): argument
1506 def test_e122_with_fallback(self): argument
1528 def test_e123(self): argument
1542 def test_e123_with_escaped_newline(self): argument
1556 def test_e128_with_aaa_option(self): argument
1574 def test_e129(self): argument
1594 def test_e125_with_multiline_string(self): argument
1605 def test_e125_with_multiline_string_okay(self): argument
1619 def test_e126(self): argument
1637 def test_e126_should_not_interfere_with_other_fixes(self): argument
1653 def test_e127(self): argument
1669 def test_e127_align_visual_indent(self): argument
1685 def test_e127_align_visual_indent_okay(self): argument
1695 def test_e127_with_backslash(self): argument
1713 def test_e127_with_bracket_then_parenthesis(self): argument
1727 def test_e12_with_backslash(self): argument
1741 def test_e133(self): argument
1757 def test_e133_not_effected(self): argument
1767 def test_w191(self): argument
1781 def test_e131_with_select_option(self): argument
1787 def test_e131_invalid_indent_with_select_option(self): argument
1793 def test_e201(self): argument
1799 def test_e202(self): argument
1805 def test_e202_multiline(self): argument
1825 def test_e202_skip_multiline_with_escaped_newline(self): argument
1839 def test_e203_colon(self): argument
1845 def test_e203_comma(self): argument
1851 def test_e203_semicolon(self): argument
1857 def test_e203_with_newline(self): argument
1863 def test_e211(self): argument
1869 def test_e221(self): argument
1875 def test_e221_do_not_skip_multiline(self): argument
1915 def test_e222(self): argument
1921 def test_e222_with_multiline(self): argument
1927 def test_e223(self): argument
1933 def test_e223_double(self): argument
1939 def test_e223_with_tab_indentation(self): argument
1955 def test_e224(self): argument
1961 def test_e224_double(self): argument
1967 def test_e224_with_tab_indentation(self): argument
1983 def test_e225(self): argument
1989 def test_e225_with_indentation_fix(self): argument
2005 def test_e226(self): argument
2011 def test_e227(self): argument
2017 def test_e228(self): argument
2023 def test_e231(self): argument
2029 def test_e231_with_many_commas(self): argument
2035 def test_e231_with_colon_after_comma(self): argument
2042 def test_e231_should_only_do_ws_comma_once(self): argument
2058 def test_e241(self): argument
2064 def test_e241_should_be_enabled_by_aggressive(self): argument
2070 def test_e241_double(self): argument
2076 def test_e242(self): argument
2082 def test_e242_double(self): argument
2088 def test_e251(self): argument
2094 def test_e251_with_escaped_newline(self): argument
2100 def test_e251_with_calling(self): argument
2106 def test_e251_with_argument_on_next_line(self): argument
2112 def test_e252(self): argument
2118 def test_e252_with_argument_on_next_line(self): argument
2124 def test_e252_with_escaped_newline(self): argument
2130 def test_e261(self): argument
2136 def test_e261_with_inline_commented_out_code(self): argument
2142 def test_e261_with_dictionary(self): argument
2148 def test_e261_with_dictionary_no_space(self): argument
2154 def test_e261_with_comma(self): argument
2160 def test_e262_more_space(self): argument
2166 def test_e262_none_space(self): argument
2172 def test_e262_hash_in_string(self): argument
2178 def test_e262_hash_in_string_and_multiple_hashes(self): argument
2184 def test_e262_more_complex(self): argument
2190 def test_e271(self): argument
2196 def test_e271_with_multiline(self): argument
2202 def test_e272(self): argument
2208 def test_e273(self): argument
2214 def test_e274(self): argument
2220 def test_e306(self): argument
2254 def test_e301(self): argument
2260 def test_e301_extended_with_docstring(self): argument
2284 def test_not_e301_extended_with_comment(self): argument
2297 def test_e302(self): argument
2303 def test_e302_bug(self): argument
2314 def test_e303(self): argument
2320 def test_e303_extended(self): argument
2333 def test_e303_with_e305(self): argument
2354 def test_e304(self): argument
2360 def test_e304_with_comment(self): argument
2366 def test_e305(self): argument
2372 def test_e401(self): argument
2378 def test_e401_with_indentation(self): argument
2384 def test_e401_should_ignore_commented_comma(self): argument
2390 def test_e401_should_ignore_commented_comma_with_indentation(self): argument
2396 def test_e401_should_ignore_false_positive(self): argument
2401 def test_e401_with_escaped_newline_case(self): argument
2407 def test_e402(self): argument
2413 def test_e402_duplicate_module(self): argument
2419 def test_e402_with_future_import(self): argument
2425 def test_e402_with_module_doc(self): argument
2439 def test_e402_import_some_modules(self): argument
2462 def test_e501_basic(self): argument
2475 def test_e501_with_dictionary(self): argument
2489 def test_e501_with_in(self): argument
2517 def test_e501_with_commas_and_colons(self): argument
2528 def test_e501_with_inline_comments(self): argument
2544 def test_e501_with_inline_comments_should_skip_multiline(self): argument
2564 def test_e501_with_inline_comments_should_skip_keywords(self): argument
2576 self): argument
2587 def test_e501_with_inline_comments_should_skip_edge_cases(self): argument
2596 def test_e501_basic_should_prefer_balanced_brackets(self): argument
2609 def test_e501_with_very_long_line(self): argument
2634 def test_e501_with_lambda(self): argument
2645 def test_e501_shorten_with_backslash(self): argument
2664 def test_e501_shorten_at_commas_skip(self): argument
2680 def test_e501_with_shorter_length(self): argument
2688 def test_e501_with_indent(self): argument
2703 def test_e501_alone_with_indentation(self): argument
2718 def test_e501_alone_with_tuple(self): argument
2735 def test_e501_should_not_try_to_break_at_every_paren_in_arithmetic(self): argument
2750 def test_e501_arithmetic_operator_with_indent(self): argument
2762 def test_e501_more_complicated(self): argument
2775 def test_e501_skip_even_more_complicated(self): argument
2788 def test_e501_avoid_breaking_at_empty_parentheses_if_possible(self): argument
2799 def test_e501_with_logical_fix(self): argument
2814 def test_e501_with_logical_fix_and_physical_fix(self): argument
2831 def test_e501_with_logical_fix_and_adjacent_strings(self): argument
2849 def test_e501_with_multiple_lines(self): argument
2892 def test_e501_with_multiple_lines_and_quotes(self): argument
2915 def test_e501_do_not_break_on_keyword(self): argument
2932 def test_e501_do_not_begin_line_with_comma(self): argument
2956 def test_e501_should_not_break_on_dot(self): argument
2973 def test_e501_with_comment(self): argument
3008 def test_e501_with_comment_should_not_modify_docstring(self): argument
3018 def test_e501_should_only_modify_last_comment(self): argument
3048 def test_e501_should_not_interfere_with_non_comment(self): argument
3058 def test_e501_should_cut_comment_pattern(self): argument
3070 def test_e501_with_function_should_not_break_on_colon(self): argument
3085 def test_e501_should_break_before_tuple_start(self): argument
3097 def test_e501_with_aggressive(self): argument
3137 def test_e501_with_aggressive_and_multiple_logical_lines(self): argument
3159 def test_e501_with_aggressive_and_multiple_logical_lines_with_math(self): argument
3172 def test_e501_with_aggressive_and_import(self): argument
3185 def test_e501_with_aggressive_and_massive_number_of_logical_lines(self): argument
3352 def test_e501_shorten_comment_with_aggressive(self): argument
3362 def test_e501_shorten_comment_without_aggressive(self): argument
3372 def test_e501_with_aggressive_and_escaped_newline(self): argument
3386 def test_e501_with_aggressive_and_multiline_string(self): argument
3404 def test_e501_with_aggressive_and_multiline_string_with_addition(self): argument
3426 def test_e501_with_aggressive_and_multiline_string_in_parens(self): argument
3455 def test_e501_with_aggressive_and_indentation(self): argument
3472 def test_e501_with_multiple_keys_and_aggressive(self): argument
3486 def test_e501_with_aggressive_and_carriage_returns_only(self): argument
3493 def test_e501_should_ignore_imports(self): argument
3500 def test_e501_should_not_do_useless_things(self): argument
3507 def test_e501_aggressive_with_percent(self): argument
3519 def test_e501_aggressive_with_def(self): argument
3532 def test_e501_more_aggressive_with_def(self): argument
3555 def test_e501_aggressive_with_tuple(self): argument
3570 def test_e501_aggressive_with_tuple_in_list(self): argument
3585 def test_e501_aggressive_decorator(self): argument
3597 def test_e501_aggressive_long_class_name(self): argument
3611 def test_e501_aggressive_long_comment_and_long_line(self): argument
3630 def test_e501_aggressive_intermingled_comments(self): argument
3649 def test_e501_if_line_over_limit(self): argument
3665 def test_e501_for_line_over_limit(self): argument
3681 def test_e501_while_line_over_limit(self): argument
3697 def test_e501_avoid_breaking_at_opening_slice(self): argument
3714 def test_e501_avoid_breaking_at_multi_level_slice(self): argument
3731 def test_e502(self): argument
3737 def test_e701(self): argument
3743 def test_e701_with_escaped_newline(self): argument
3749 def test_e701_with_escaped_newline_and_spaces(self): argument
3755 def test_e702(self): argument
3761 def test_e702_after_colon_should_be_untouched(self): argument
3767 def test_e702_with_semicolon_at_end(self): argument
3773 def test_e702_with_semicolon_and_space_at_end(self): argument
3779 def test_e702_with_whitespace(self): argument
3785 def test_e702_with_non_ascii_file(self): argument
3809 def test_e702_with_escaped_newline(self): argument
3815 def test_e702_with_escaped_newline_with_indentation(self): argument
3821 def test_e702_more_complicated(self): argument
3836 def test_e702_with_semicolon_in_string(self): argument
3842 def test_e702_with_semicolon_in_string_to_the_right(self): argument
3848 def test_e702_indent_correctly(self): argument
3869 def test_e702_with_triple_quote(self): argument
3875 def test_e702_with_triple_quote_and_indent(self): argument
3881 def test_e702_with_semicolon_after_string(self): argument
3893 def test_e702_with_dict_semicolon(self): argument
3909 def test_e703_with_inline_comment(self): argument
3915 def test_e703_in_example_of_readme(self): argument
3925 def test_e704(self): argument
3931 def test_e704_not_work_with_aa_option(self): argument
3936 def test_e711(self): argument
3942 def test_e711_in_conditional(self): argument
3948 def test_e711_in_conditional_with_multiple_instances(self): argument
3954 def test_e711_with_not_equals_none(self): argument
3960 def test_e712(self): argument
3967 def test_e712_in_conditional_with_multiple_instances(self): argument
3974 def test_e712_with_false(self): argument
3981 def test_e712_with_special_case_equal_not_true(self): argument
3988 def test_e712_with_special_case_equal_false(self): argument
3995 def test_e712_with_dict_value(self): argument
4002 def test_e712_only_if_aggressive_level_2(self): argument
4007 def test_e711_and_e712(self): argument
4013 def test_e713(self): argument
4020 def test_e713_more(self): argument
4027 def test_e713_with_in(self): argument
4034 def test_e713_with_tuple(self): argument
4055 def test_e713_chain(self): argument
4062 def test_e713_chain2(self): argument
4069 def test_e713_chain3(self): argument
4076 def test_e713_chain4(self): argument
4083 def test_e714(self): argument
4090 def test_e714_with_is(self): argument
4097 def test_e714_chain(self): argument
4104 def test_e713_and_e714(self): argument
4129 def test_e713_with_single_quote(self): argument
4136 def test_e714_with_single_quote(self): argument
4143 def test_e721(self): argument
4149 def test_e721_with_str(self): argument
4155 def test_e721_in_conditional(self): argument
4161 def test_e722(self): argument
4167 def test_e722_with_if_else_stmt(self): argument
4173 def test_e722_non_aggressive(self): argument
4178 def test_e731(self): argument
4184 def test_e731_no_arg(self): argument
4190 def test_e731_with_tuple_arg(self): argument
4196 def test_e731_with_args(self): argument
4202 def test_e731_with_select_option(self): argument
4208 def test_e731_with_default_arguments(self): argument
4214 def test_e901_should_cause_indentation_screw_up(self): argument
4227 def test_should_preserve_vertical_tab(self): argument
4238 def test_w191_should_ignore_multiline_strings(self): argument
4260 def test_w191_should_ignore_tabs_in_strings(self): argument
4288 def test_w291(self): argument
4294 def test_w291_with_comment(self): argument
4300 def test_w292(self): argument
4307 def test_w293(self): argument
4313 def test_w391(self): argument
4319 def test_w391_more_complex(self): argument
4325 def test_w503(self): argument
4331 def test_w503_skip_default(self): argument
4336 def test_w503_and_or(self): argument
4342 def test_w503_with_comment(self): argument
4348 def test_w503_with_comment_into_point_out_line(self): argument
4366 def test_w503_with_comment_double(self): argument
4384 def test_w503_over_5lines(self): argument
4410 def test_w503_with_line_comment(self): argument
4416 def test_w503_with_empty_line(self): argument
4436 def test_w503_with_line_comments(self): argument
4442 def test_w504(self): argument
4448 def test_w504_comment_on_first_line(self): argument
4454 def test_w504_comment_on_second_line(self): argument
4460 def test_w504_comment_on_each_lines(self): argument
4466 def test_w504_with_e265_ignore_option(self): argument
4471 def test_w504_with_e265_ignore_option_regression(self): argument
4486 def test_w504_with_line_comment(self): argument
4492 def test_w504_not_applied_by_default_when_modifying_with_ignore(self): argument
4510 def test_w601(self): argument
4516 def test_w601_word(self): argument
4522 def test_w601_conditional(self): argument
4528 def test_w601_self(self): argument
4534 def test_w601_self_with_conditional(self): argument
4540 def test_w601_with_multiple(self): argument
4546 def test_w601_with_multiple_nested(self): argument
4552 def test_w601_with_more_complexity(self): argument
4558 def test_w601_precedence(self): argument
4564 def test_w601_with_parens(self): argument
4569 def test_w601_with_multiline(self): argument
4579 def test_w601_with_non_ascii(self): argument
4595 def test_w602_arg_is_string(self): argument
4601 def test_w602_arg_is_string_with_comment(self): argument
4607 def test_w602_skip_ambiguous_case(self): argument
4612 def test_w602_with_logic(self): argument
4618 def test_w602_triple_quotes(self): argument
4624 def test_w602_multiline(self): argument
4630 def test_w602_with_complex_multiline(self): argument
4636 def test_w602_multiline_with_trailing_spaces(self): argument
4642 def test_w602_multiline_with_escaped_newline(self): argument
4648 def test_w602_multiline_with_escaped_newline_and_comment(self): argument
4654 def test_w602_multiline_with_multiple_escaped_newlines(self): argument
4660 def test_w602_multiline_with_nested_quotes(self): argument
4666 def test_w602_with_multiline_with_single_quotes(self): argument
4672 def test_w602_multiline_string_stays_the_same(self): argument
4677 def test_w602_escaped_lf(self): argument
4683 def test_w602_escaped_crlf(self): argument
4689 def test_w602_indentation(self): argument
4695 def test_w602_escaped_cr(self): argument
4701 def test_w602_multiple_statements(self): argument
4707 def test_w602_raise_argument_with_indentation(self): argument
4713 def test_w602_skip_raise_argument_triple(self): argument
4718 def test_w602_skip_raise_argument_triple_with_comment(self): argument
4723 def test_w602_raise_argument_triple_fake(self): argument
4729 def test_w602_with_list_comprehension(self): argument
4735 def test_w602_with_bad_syntax(self): argument
4740 def test_w602_invalid_2to3_fixed_case(self): argument
4749 def test_w602_invalid_2to3_fixed_case_with_valid_syntax(self): argument
4763 def test_w603(self): argument
4769 def test_w604(self): argument
4775 def test_w604_with_multiple_instances(self): argument
4781 def test_w604_with_multiple_lines(self): argument
4787 def test_w605_simple(self): argument
4793 def test_w605_identical_token(self): argument
4812 def test_trailing_whitespace_in_multiline_string(self): argument
4818 def test_trailing_whitespace_in_multiline_string_aggressive(self): argument
4824 def test_execfile_in_lambda_should_not_be_modified(self): argument
4831 def test_range(self): argument
4837 def test_range_line_number_changes_from_one_line(self): argument
4843 def test_range_indent_changes_small_range(self): argument
4849 def test_range_indent_deep_if_blocks_first_block(self): argument
4854 def test_range_indent_deep_if_blocks_second_block(self): argument
4859 def test_range_indent_continued_statements_partial(self): argument
4864 def test_range_indent_continued_statements_last_block(self): argument
4869 def test_range_with_broken_syntax(self): argument
4883 def test_get_module_imports(self): argument
4896 def test_get_module_imports_case_of_autopep8(self): argument
4924 def test_diff(self): argument
4931 def test_diff_with_exit_code_option(self): argument
4938 def test_non_diff_with_exit_code_option(self): argument
4944 def test_diff_with_empty_file(self): argument
4949 def test_diff_with_nonexistent_file(self): argument
4955 def test_diff_with_standard_in(self): argument
4961 def test_pep8_passes(self): argument
4968 def test_pep8_ignore(self): argument
4974 def test_pep8_ignore_should_handle_trailing_comma_gracefully(self): argument
4981 def test_help(self): argument
4986 def test_verbose(self): argument
4994 def test_verbose_diff(self): argument
5003 def test_in_place(self): argument
5015 def test_in_place_no_modifications_no_writes(self): argument
5027 def test_in_place_with_exit_code_option(self): argument
5040 def test_in_place_with_exit_code_option_with_w391(self): argument
5053 def test_parallel_jobs(self): argument
5069 def test_parallel_jobs_with_automatic_cpu_count(self): argument
5085 def test_in_place_with_empty_file(self): argument
5096 def test_in_place_and_diff(self): argument
5106 def test_recursive(self): argument
5132 def test_recursive_should_not_crash_on_unicode_filename(self): argument
5149 def test_recursive_should_ignore_hidden(self): argument
5166 def test_exclude(self): argument
5188 def test_invalid_option_combinations(self): argument
5208 def test_list_fixes(self): argument
5213 def test_fixpep8_class_constructor(self): argument
5219 def test_inplace_with_multi_files(self): argument
5229 def test_standard_out_should_use_native_line_ending(self): argument
5239 def test_standard_out_should_use_native_line_ending_with_cr_input(self): argument
5249 def test_standard_in(self): argument
5263 def test_local_config(self): argument
5270 def test_config_override(self): argument
5277 def test_config_false_with_local(self): argument
5285 def test_config_false_with_local_space(self): argument
5293 def test_local_pycodestyle_config_line_length(self): argument
5300 def test_config_false_with_local_autocomplete(self): argument
5308 def test_config_false_without_local(self): argument
5314 def test_global_config_with_locals(self): argument
5322 def test_global_config_ignore_locals(self): argument
5331 def test_global_config_without_locals(self): argument
5338 def test_config_local_int_value(self): argument
5346 def test_config_local_inclue_invalid_key(self): argument
5364 def test_e501_experimental_basic(self): argument
5375 def test_e501_experimental_with_commas_and_colons(self): argument
5386 def test_e501_experimental_with_inline_comments(self): argument
5403 self): argument
5436 def test_e501_experimental_with_inline_comments_should_skip_keywords(self): argument
5448 self): argument
5462 def test_e501_experimental_basic_should_prefer_balanced_brackets(self): argument
5476 def test_e501_experimental_with_very_long_line(self): argument
5487 def test_e501_experimental_shorten_at_commas_skip(self): argument
5503 def test_e501_experimental_with_shorter_length(self): argument
5516 def test_e501_experimental_with_indent(self): argument
5531 def test_e501_experimental_alone_with_indentation(self): argument
5546 def test_e501_experimental_alone_with_tuple(self): argument
5561 self): argument
5576 def test_e501_experimental_arithmetic_operator_with_indent(self): argument
5589 def test_e501_experimental_more_complicated(self): argument
5600 def test_e501_experimental_skip_even_more_complicated(self): argument
5620 def test_e501_experimental_with_logical_fix(self): argument
5633 def test_e501_experimental_with_logical_fix_and_physical_fix(self): argument
5651 def test_e501_with_logical_fix_and_adjacent_strings(self): argument
5669 def test_e501_experimental_with_multiple_lines(self): argument
5682 def test_e501_experimental_do_not_break_on_keyword(self): argument
5697 def test_e501_experimental_do_not_begin_line_with_comma(self): argument
5718 def test_e501_experimental_should_not_break_on_dot(self): argument
5734 def test_e501_experimental_with_comment(self): argument
5770 def test_e501_experimental_with_comment_should_not_modify_docstring(self): argument
5781 def test_e501_experimental_should_only_modify_last_comment(self): argument
5812 def test_e501_experimental_should_not_interfere_with_non_comment(self): argument
5822 def test_e501_experimental_should_cut_comment_pattern(self): argument
5835 def test_e501_experimental_with_function_should_not_break_on_colon(self): argument
5859 def test_e501_with_experimental(self): argument
5875 def test_e501_experimental_and_multiple_logical_lines(self): argument
5893 def test_e501_experimental_and_multiple_logical_lines_with_math(self): argument
5906 def test_e501_experimental_and_import(self): argument
5919 def test_e501_shorten_comment_with_experimental(self): argument
5930 def test_e501_with_experimental_and_escaped_newline(self): argument
5944 def test_e501_with_experimental_and_multiline_string(self): argument
5962 def test_e501_with_experimental_and_multiline_string_with_addition(self): argument
5984 def test_e501_with_experimental_and_multiline_string_in_parens(self): argument
6007 def test_e501_with_experimental_and_indentation(self): argument
6024 def test_e501_with_multiple_keys_and_experimental(self): argument
6037 def test_e501_with_experimental_and_carriage_returns_only(self): argument
6044 def test_e501_experimental_should_ignore_imports(self): argument
6052 def test_e501_experimental_should_not_do_useless_things(self): argument
6059 def test_e501_experimental_with_percent(self): argument
6071 def test_e501_experimental_with_def(self): argument
6084 def test_e501_experimental_with_tuple(self): argument
6099 def test_e501_experimental_with_tuple_in_list(self): argument
6115 def test_e501_experimental_with_complex_reformat(self): argument
6136 def test_e501_experimental_with_dot_calls(self): argument
6154 self): argument
6166 def test_e501_experimental_with_unicode(self): argument
6178 def test_e501_experimental_with_tuple_assignment(self): argument
6192 def test_e501_experimental_tuple_on_line(self): argument
6209 def test_e501_experimental_tuple_on_line_two_space_indent(self): argument
6226 def test_e501_experimental_oversized_default_initializer(self): argument
6240 def test_e501_experimental_decorator(self): argument
6255 def test_e501_experimental_long_class_name(self): argument
6269 def test_e501_experimental_no_line_change(self): argument
6277 def test_e501_experimental_splitting_small_arrays(self): argument
6293 def test_e501_experimental_no_splitting_in_func_call(self): argument
6315 def test_e501_experimental_no_splitting_at_dot(self): argument
6331 def test_e501_experimental_no_splitting_before_arg_list(self): argument
6344 def test_e501_experimental_dont_split_if_looks_bad(self): argument
6361 def test_e501_experimental_list_comp(self): argument
6390 def test_e501_experimental_dict(self): argument
6413 def test_e501_experimental_indentation(self): argument
6437 def test_e501_experimental_long_function_call_elements(self): argument
6461 def test_e501_experimental_long_nested_tuples_in_arrays(self): argument
6480 def test_e501_experimental_func_call_open_paren_not_separated(self): argument
6498 def test_e501_experimental_long_dotted_object(self): argument
6515 def test_e501_experimental_parsing_dict_with_comments(self): argument
6538 def test_e501_experimental_if_line_over_limit(self): argument
6552 def test_e501_experimental_for_line_over_limit(self): argument
6566 def test_e501_experimental_while_line_over_limit(self): argument
6580 def test_e501_experimental_with_in(self): argument
6611 def test_e501_print_isnot_function(self): argument