Source: autopep8
Version: 2.0.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py config
> /<<PKGBUILDDIR>>/setup.py:22: DeprecationWarning: Attribute s is deprecated
> and will be removed in Python 3.14; use value instead
> return ast.parse(line).body[0].value.s
> running config
> I: pybuild base:310: python3.11 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build
> /<<PKGBUILDDIR>>/setup.py:22: DeprecationWarning: Attribute s is deprecated
> and will be removed in Python 3.14; use value instead
> return ast.parse(line).body[0].value.s
> running build
> running build_py
> copying autopep8.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_autopep8/build
> I: pybuild base:310: /usr/bin/python3 setup.py build
> running build
> running build_py
> copying autopep8.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_autopep8/build
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py test
> /<<PKGBUILDDIR>>/setup.py:22: DeprecationWarning: Attribute s is deprecated
> and will be removed in Python 3.14; use value instead
> return ast.parse(line).body[0].value.s
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> ir_d = dist.fetch_build_eggs(dist.install_requires)
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> er_d = dist.fetch_build_eggs(
> running egg_info
> creating autopep8.egg-info
> writing autopep8.egg-info/PKG-INFO
> writing dependency_links to autopep8.egg-info/dependency_links.txt
> writing entry points to autopep8.egg-info/entry_points.txt
> writing requirements to autopep8.egg-info/requires.txt
> writing top-level names to autopep8.egg-info/top_level.txt
> writing manifest file 'autopep8.egg-info/SOURCES.txt'
> reading manifest file 'autopep8.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'test/example'
> warning: no files found matching 'test/example/x.py'
> warning: no previously-included files matching '*.py' found under directory
> 'test/suite'
> warning: no previously-included files matching '*.py' found under directory
> 'test/suite/out'
> warning: no previously-included files found matching '.travis.yml'
> warning: no previously-included files found matching 'CONTRIBUTING.rst'
> warning: no previously-included files found matching 'Makefile'
> warning: no previously-included files found matching 'coveralls.bash'
> warning: no previously-included files found matching 'hooks'
> warning: no previously-included files found matching 'hooks/pre-push'
> warning: no previously-included files found matching 'install_hooks.bash'
> warning: no previously-included files found matching 'test/.gitignore'
> warning: no previously-included files found matching 'test/acid.py'
> warning: no previously-included files found matching 'test/acid_pypi.py'
> warning: no previously-included files found matching 'test/suite'
> warning: no previously-included files found matching 'test/suite/out'
> warning: no previously-included files found matching 'test/vim_autopep8.py'
> warning: no previously-included files found matching 'update_readme.py'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'autopep8.egg-info/SOURCES.txt'
> running build_ext
> test_diff (test.test_autopep8.CommandLineTests.test_diff) ... ok
> test_diff_with_empty_file
> (test.test_autopep8.CommandLineTests.test_diff_with_empty_file) ... ok
> test_diff_with_exit_code_option
> (test.test_autopep8.CommandLineTests.test_diff_with_exit_code_option) ... ok
> test_diff_with_nonexistent_file
> (test.test_autopep8.CommandLineTests.test_diff_with_nonexistent_file) ... ok
> test_diff_with_standard_in
> (test.test_autopep8.CommandLineTests.test_diff_with_standard_in) ... ok
> test_e122_and_e302_with_backslash
> (test.test_autopep8.CommandLineTests.test_e122_and_e302_with_backslash) ... ok
> test_exclude (test.test_autopep8.CommandLineTests.test_exclude) ... ok
> test_exclude_with_directly_file_args
> (test.test_autopep8.CommandLineTests.test_exclude_with_directly_file_args)
> ... ok
> test_exit_code_should_be_set_when_standard_in
> (test.test_autopep8.CommandLineTests.test_exit_code_should_be_set_when_standard_in)
> ... ok
> test_exit_code_with_io_error
> (test.test_autopep8.CommandLineTests.test_exit_code_with_io_error) ... ok
> test_fixpep8_class_constructor
> (test.test_autopep8.CommandLineTests.test_fixpep8_class_constructor) ...
> /<<PKGBUILDDIR>>/autopep8.py:182: DeprecationWarning: lib2to3 package is
> deprecated and may not be able to parse Python 3.10+
> from lib2to3.pgen2 import tokenize as lib2to3_tokenize
> ok
> test_help (test.test_autopep8.CommandLineTests.test_help) ... ok
> test_in_place (test.test_autopep8.CommandLineTests.test_in_place) ... ok
> test_in_place_and_diff
> (test.test_autopep8.CommandLineTests.test_in_place_and_diff) ... ok
> test_in_place_no_modifications_no_writes
> (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes)
> ... skipped 'Ignore this test'
> test_in_place_no_modifications_no_writes_with_empty_file
> (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes_with_empty_file)
> ... skipped 'Ignore this test'
> test_in_place_with_empty_file
> (test.test_autopep8.CommandLineTests.test_in_place_with_empty_file) ... ok
> test_in_place_with_exit_code_option
> (test.test_autopep8.CommandLineTests.test_in_place_with_exit_code_option) ...
> ok
> test_in_place_with_exit_code_option_with_w391
> (test.test_autopep8.CommandLineTests.test_in_place_with_exit_code_option_with_w391)
> ... ok
> test_in_place_with_w292
> (test.test_autopep8.CommandLineTests.test_in_place_with_w292) ... ok
> test_indent_size_is_zero
> (test.test_autopep8.CommandLineTests.test_indent_size_is_zero) ...
> --indent-size must be greater than 0ok
> test_inplace_with_multi_files
> (test.test_autopep8.CommandLineTests.test_inplace_with_multi_files) ... ok
> test_invalid_option_combinations
> (test.test_autopep8.CommandLineTests.test_invalid_option_combinations) ... ok
> test_list_fixes (test.test_autopep8.CommandLineTests.test_list_fixes) ... ok
> test_non_diff_with_exit_code_and_jobs_options
> (test.test_autopep8.CommandLineTests.test_non_diff_with_exit_code_and_jobs_options)
> ... ok
> test_non_diff_with_exit_code_option
> (test.test_autopep8.CommandLineTests.test_non_diff_with_exit_code_option) ...
> ok
> test_parallel_jobs (test.test_autopep8.CommandLineTests.test_parallel_jobs)
> ... ok
> test_parallel_jobs_with_automatic_cpu_count
> (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_automatic_cpu_count)
> ... ok
> test_parallel_jobs_with_diff_option
> (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_diff_option) ...
> ok
> test_parallel_jobs_with_inplace_option_and_io_error
> (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_inplace_option_and_io_error)
> ... ok
> test_pep8_ignore (test.test_autopep8.CommandLineTests.test_pep8_ignore) ... ok
> test_pep8_ignore_should_handle_trailing_comma_gracefully
> (test.test_autopep8.CommandLineTests.test_pep8_ignore_should_handle_trailing_comma_gracefully)
> ... ok
> test_pep8_passes (test.test_autopep8.CommandLineTests.test_pep8_passes) ... ok
> test_recursive (test.test_autopep8.CommandLineTests.test_recursive) ... ok
> test_recursive_should_ignore_hidden
> (test.test_autopep8.CommandLineTests.test_recursive_should_ignore_hidden) ...
> ok
> test_recursive_should_not_crash_on_unicode_filename
> (test.test_autopep8.CommandLineTests.test_recursive_should_not_crash_on_unicode_filename)
> ... ok
> test_standard_in (test.test_autopep8.CommandLineTests.test_standard_in) ... ok
> test_standard_out_should_use_native_line_ending
> (test.test_autopep8.CommandLineTests.test_standard_out_should_use_native_line_ending)
> ... ok
> test_standard_out_should_use_native_line_ending_with_cr_input
> (test.test_autopep8.CommandLineTests.test_standard_out_should_use_native_line_ending_with_cr_input)
> ... ok
> test_verbose (test.test_autopep8.CommandLineTests.test_verbose) ... FAIL
> test_verbose_diff (test.test_autopep8.CommandLineTests.test_verbose_diff) ...
> ok
> test_verbose_with_select_e702
> (test.test_autopep8.CommandLineTests.test_verbose_with_select_e702) ... ok
> test_pyproject_toml_with_flake8_config
> (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_flake8_config)
> override to flake8 config ... ok
> test_pyproject_toml_with_iterable_value
> (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_iterable_value)
> ... ok
> test_pyproject_toml_with_verbose_option
> (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_verbose_option)
> override to flake8 config ... [file:/tmp/autopep8test2pnb6_9c/foo.py]
> ---> 0 issue(s) to fix {}
> ok
> test_setupcfg_with_flake8_config
> (test.test_autopep8.ConfigurationFileTests.test_setupcfg_with_flake8_config)
> ... [file:/tmp/autopep8tests8ml5v22/foo.py]
> ---> 1 issue(s) to fix {'E222': {1}}
> ---> 0 issue(s) to fix {}
> ok
> test_setupcfg_with_pycodestyle_config
> (test.test_autopep8.ConfigurationFileTests.test_setupcfg_with_pycodestyle_config)
> ... [file:/tmp/autopep8test9thbfzxs/foo.py]
> ---> 1 issue(s) to fix {'E222': {1}}
> ---> 0 issue(s) to fix {}
> ok
> test_config_false_with_local
> (test.test_autopep8.ConfigurationTests.test_config_false_with_local) ... ok
> test_config_false_with_local_autocomplete
> (test.test_autopep8.ConfigurationTests.test_config_false_with_local_autocomplete)
> ... ok
> test_config_false_with_local_space
> (test.test_autopep8.ConfigurationTests.test_config_false_with_local_space)
> ... ok
> test_config_false_without_local
> (test.test_autopep8.ConfigurationTests.test_config_false_without_local) ... ok
> test_config_local_inclue_invalid_key
> (test.test_autopep8.ConfigurationTests.test_config_local_inclue_invalid_key)
> ... ok
> test_config_local_int_value
> (test.test_autopep8.ConfigurationTests.test_config_local_int_value) ... ok
> test_config_override
> (test.test_autopep8.ConfigurationTests.test_config_override) ... ok
> test_global_config_ignore_locals
> (test.test_autopep8.ConfigurationTests.test_global_config_ignore_locals) ...
> ok
> test_global_config_with_locals
> (test.test_autopep8.ConfigurationTests.test_global_config_with_locals) ... ok
> test_global_config_without_locals
> (test.test_autopep8.ConfigurationTests.test_global_config_without_locals) ...
> ok
> test_local_config (test.test_autopep8.ConfigurationTests.test_local_config)
> ... ok
> test_local_pycodestyle_config_line_length
> (test.test_autopep8.ConfigurationTests.test_local_pycodestyle_config_line_length)
> ... ok
> test_pyproject_toml_config_local_int_value
> (test.test_autopep8.ConfigurationTests.test_pyproject_toml_config_local_int_value)
> ... ok
> test_e501_experimental_alone_with_indentation
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_alone_with_indentation)
> ... ok
> test_e501_experimental_alone_with_tuple
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_alone_with_tuple)
> ... skipped 'Not sure why space is not removed anymore'
> test_e501_experimental_and_import
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_import)
> ... ok
> test_e501_experimental_and_multiple_logical_lines
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_multiple_logical_lines)
> ... ok
> test_e501_experimental_and_multiple_logical_lines_with_math
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_multiple_logical_lines_with_math)
> ... ok
> test_e501_experimental_arithmetic_operator_with_indent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_arithmetic_operator_with_indent)
> ... ok
> test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible)
> ... ok
> test_e501_experimental_basic
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_basic) ...
> ok
> test_e501_experimental_basic_should_prefer_balanced_brackets
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_basic_should_prefer_balanced_brackets)
> ... ok
> test_e501_experimental_decorator
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_decorator)
> ... ok
> test_e501_experimental_dict
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_dict) ...
> ok
> test_e501_experimental_do_not_begin_line_with_comma
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_do_not_begin_line_with_comma)
> ... ok
> test_e501_experimental_do_not_break_on_keyword
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_do_not_break_on_keyword)
> ... ok
> test_e501_experimental_dont_split_if_looks_bad
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_dont_split_if_looks_bad)
> ... ok
> test_e501_experimental_for_line_over_limit
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_for_line_over_limit)
> ... ok
> test_e501_experimental_func_call_open_paren_not_separated
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_func_call_open_paren_not_separated)
> ... ok
> test_e501_experimental_if_line_over_limit
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_if_line_over_limit)
> ... ok
> test_e501_experimental_indentation
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_indentation)
> ... ok
> test_e501_experimental_list_comp
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_list_comp)
> ... ok
> test_e501_experimental_long_class_name
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_class_name)
> ... ok
> test_e501_experimental_long_dotted_object
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_dotted_object)
> ... ok
> test_e501_experimental_long_function_call_elements
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_function_call_elements)
> ... ok
> test_e501_experimental_long_nested_tuples_in_arrays
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_nested_tuples_in_arrays)
> ... ok
> test_e501_experimental_more_complicated
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_more_complicated)
> ... ok
> test_e501_experimental_no_line_change
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_line_change)
> ... ok
> test_e501_experimental_no_splitting_at_dot
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_at_dot)
> ... ok
> test_e501_experimental_no_splitting_before_arg_list
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_before_arg_list)
> ... ok
> test_e501_experimental_no_splitting_in_func_call
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_in_func_call)
> ... ok
> test_e501_experimental_oversized_default_initializer
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_oversized_default_initializer)
> ... ok
> test_e501_experimental_parsing_dict_with_comments
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_parsing_dict_with_comments)
> ... FAIL
> test_e501_experimental_shorten_at_commas_skip
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_shorten_at_commas_skip)
> ... ok
> test_e501_experimental_should_cut_comment_pattern
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_cut_comment_pattern)
> ... read config path: /dev/null
> read config path: /<<PKGBUILDDIR>>/test/fake_configuration/.pep8
> enable config: section=pep8, key=indent-size, value=2
> Generating grammar tables from /usr/lib/python3.12/lib2to3/Grammar.txt
> Generating grammar tables from /usr/lib/python3.12/lib2to3/PatternGrammar.txt
> ok
> test_e501_experimental_should_ignore_imports
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_ignore_imports)
> ... ok
> test_e501_experimental_should_not_break_on_dot
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_break_on_dot)
> ... ok
> test_e501_experimental_should_not_do_useless_things
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_do_useless_things)
> ... ok
> test_e501_experimental_should_not_interfere_with_non_comment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_interfere_with_non_comment)
> ... ok
> test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic)
> ... ok
> test_e501_experimental_should_only_modify_last_comment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_only_modify_last_comment)
> ... ok
> test_e501_experimental_skip_even_more_complicated
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_skip_even_more_complicated)
> ... ok
> test_e501_experimental_splitting_small_arrays
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_splitting_small_arrays)
> ... ok
> test_e501_experimental_tuple_on_line
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_tuple_on_line)
> ... skipped 'To do'
> test_e501_experimental_tuple_on_line_two_space_indent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_tuple_on_line_two_space_indent)
> ... ok
> test_e501_experimental_while_line_over_limit
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_while_line_over_limit)
> ... ok
> test_e501_experimental_with_commas_and_colons
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_commas_and_colons)
> ... ok
> test_e501_experimental_with_comment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_comment)
> ... ok
> test_e501_experimental_with_comment_should_not_modify_docstring
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_comment_should_not_modify_docstring)
> ... ok
> test_e501_experimental_with_complex_reformat
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_complex_reformat)
> ... ok
> test_e501_experimental_with_def
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_def)
> ... ok
> test_e501_experimental_with_dot_calls
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_dot_calls)
> ... ok
> test_e501_experimental_with_function_should_not_break_on_colon
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_function_should_not_break_on_colon)
> ... ok
> test_e501_experimental_with_in
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_in)
> ... ok
> test_e501_experimental_with_indent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_indent)
> ... ok
> test_e501_experimental_with_inline_comments
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments)
> ... ok
> test_e501_experimental_with_inline_comments_should_skip_edge_cases
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_edge_cases)
> ... ok
> test_e501_experimental_with_inline_comments_should_skip_keywords
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_keywords)
> ... ok
> test_e501_experimental_with_inline_comments_should_skip_multiline
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_multiline)
> ... ok
> test_e501_experimental_with_logical_fix
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_logical_fix)
> ... ok
> test_e501_experimental_with_logical_fix_and_physical_fix
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_logical_fix_and_physical_fix)
> ... ok
> test_e501_experimental_with_multiple_lines
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_multiple_lines)
> ... ok
> test_e501_experimental_with_percent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_percent)
> ... ok
> test_e501_experimental_with_shorter_length
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_shorter_length)
> ... ok
> test_e501_experimental_with_tuple
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple)
> ... ok
> test_e501_experimental_with_tuple_assignment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple_assignment)
> ... ok
> test_e501_experimental_with_tuple_in_list
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple_in_list)
> ... ok
> test_e501_experimental_with_unicode
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_unicode)
> ... ok
> test_e501_experimental_with_very_long_line
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_very_long_line)
> ... ok
> test_e501_shorten_comment_with_experimental
> (test.test_autopep8.ExperimentalSystemTests.test_e501_shorten_comment_with_experimental)
> ... ok
> test_e501_with_experimental
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental) ...
> ok
> test_e501_with_experimental_and_carriage_returns_only
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_carriage_returns_only)
> Make sure _find_logical() does not crash. ... ok
> test_e501_with_experimental_and_escaped_newline
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_escaped_newline)
> ... ok
> test_e501_with_experimental_and_indentation
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_indentation)
> ... ok
> test_e501_with_experimental_and_multiline_string
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string)
> ... ok
> test_e501_with_experimental_and_multiline_string_in_parens
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string_in_parens)
> ... ok
> test_e501_with_experimental_and_multiline_string_with_addition
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string_with_addition)
> ... ok
> test_e501_with_logical_fix_and_adjacent_strings
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_logical_fix_and_adjacent_strings)
> ... ok
> test_e501_with_multiple_keys_and_experimental
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_multiple_keys_and_experimental)
> ... ok
> test_autopep8_disable (test.test_autopep8.SystemTests.test_autopep8_disable)
> ... ok
> test_autopep8_disable_multi
> (test.test_autopep8.SystemTests.test_autopep8_disable_multi) ... ok
> test_e101 (test.test_autopep8.SystemTests.test_e101) ... ok
> test_e101_should_fix_docstrings
> (test.test_autopep8.SystemTests.test_e101_should_fix_docstrings) ... ok
> test_e101_should_ignore_multiline_strings
> (test.test_autopep8.SystemTests.test_e101_should_ignore_multiline_strings)
> ... ok
> test_e101_should_ignore_multiline_strings_complex
> (test.test_autopep8.SystemTests.test_e101_should_ignore_multiline_strings_complex)
> ... ok
> test_e101_should_not_expand_non_indentation_tabs
> (test.test_autopep8.SystemTests.test_e101_should_not_expand_non_indentation_tabs)
> ... ok
> test_e101_skip_if_bad_indentation
> (test.test_autopep8.SystemTests.test_e101_skip_if_bad_indentation) ... ok
> test_e101_skip_innocuous
> (test.test_autopep8.SystemTests.test_e101_skip_innocuous) ... ok
> test_e101_when_pep8_mistakes_first_tab_in_string
> (test.test_autopep8.SystemTests.test_e101_when_pep8_mistakes_first_tab_in_string)
> ... ok
> test_e101_with_comments
> (test.test_autopep8.SystemTests.test_e101_with_comments) ... ok
> test_e101_with_indent_size_1
> (test.test_autopep8.SystemTests.test_e101_with_indent_size_1) ... ok
> test_e101_with_indent_size_2
> (test.test_autopep8.SystemTests.test_e101_with_indent_size_2) ... ok
> test_e101_with_indent_size_3
> (test.test_autopep8.SystemTests.test_e101_with_indent_size_3) ... ok
> test_e111_long (test.test_autopep8.SystemTests.test_e111_long) ... ok
> test_e111_longer (test.test_autopep8.SystemTests.test_e111_longer) ... ok
> test_e111_multiple_levels
> (test.test_autopep8.SystemTests.test_e111_multiple_levels) ... ok
> test_e111_short (test.test_autopep8.SystemTests.test_e111_short) ... ok
> test_e111_should_not_modify_string_contents
> (test.test_autopep8.SystemTests.test_e111_should_not_modify_string_contents)
> ... ok
> test_e111_with_dedent (test.test_autopep8.SystemTests.test_e111_with_dedent)
> ... ok
> test_e111_with_other_errors
> (test.test_autopep8.SystemTests.test_e111_with_other_errors) ... ok
> test_e112_should_leave_bad_syntax_alone
> (test.test_autopep8.SystemTests.test_e112_should_leave_bad_syntax_alone) ...
> ok
> test_e113 (test.test_autopep8.SystemTests.test_e113) ... ok
> test_e113_bad_syntax (test.test_autopep8.SystemTests.test_e113_bad_syntax)
> ... ok
> test_e114 (test.test_autopep8.SystemTests.test_e114) ... ok
> test_e115 (test.test_autopep8.SystemTests.test_e115) ... ok
> test_e116 (test.test_autopep8.SystemTests.test_e116) ... ok
> test_e117 (test.test_autopep8.SystemTests.test_e117) ... ok
> test_e121_with_multiline_string
> (test.test_autopep8.SystemTests.test_e121_with_multiline_string) ... ok
> test_e122_with_fallback
> (test.test_autopep8.SystemTests.test_e122_with_fallback) ... ok
> test_e123 (test.test_autopep8.SystemTests.test_e123) ... ok
> test_e123_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e123_with_escaped_newline) ... ok
> test_e125_with_multiline_string
> (test.test_autopep8.SystemTests.test_e125_with_multiline_string) ... ok
> test_e125_with_multiline_string_okay
> (test.test_autopep8.SystemTests.test_e125_with_multiline_string_okay) ... ok
> test_e126 (test.test_autopep8.SystemTests.test_e126) ... ok
> test_e126_should_not_interfere_with_other_fixes
> (test.test_autopep8.SystemTests.test_e126_should_not_interfere_with_other_fixes)
> ... ok
> test_e127 (test.test_autopep8.SystemTests.test_e127) ... ok
> test_e127_align_visual_indent
> (test.test_autopep8.SystemTests.test_e127_align_visual_indent) ... ok
> test_e127_align_visual_indent_okay
> (test.test_autopep8.SystemTests.test_e127_align_visual_indent_okay)
> This is for code coverage. ... ok
> test_e127_with_backslash
> (test.test_autopep8.SystemTests.test_e127_with_backslash) ... ok
> test_e127_with_bracket_then_parenthesis
> (test.test_autopep8.SystemTests.test_e127_with_bracket_then_parenthesis) ...
> ok
> test_e128_with_aaa_option
> (test.test_autopep8.SystemTests.test_e128_with_aaa_option) ... ok
> test_e129 (test.test_autopep8.SystemTests.test_e129) ... ok
> test_e12_large (test.test_autopep8.SystemTests.test_e12_large) ... ok
> test_e12_reindent (test.test_autopep8.SystemTests.test_e12_reindent) ... ok
> test_e12_reindent_with_multiple_fixes
> (test.test_autopep8.SystemTests.test_e12_reindent_with_multiple_fixes) ... ok
> test_e12_tricky (test.test_autopep8.SystemTests.test_e12_tricky) ... ok
> test_e12_with_backslash
> (test.test_autopep8.SystemTests.test_e12_with_backslash) ... ok
> test_e12_with_bad_indentation
> (test.test_autopep8.SystemTests.test_e12_with_bad_indentation) ... ok
> test_e131_invalid_indent_with_select_option
> (test.test_autopep8.SystemTests.test_e131_invalid_indent_with_select_option)
> ... ok
> test_e131_with_select_option
> (test.test_autopep8.SystemTests.test_e131_with_select_option) ... ok
> test_e133 (test.test_autopep8.SystemTests.test_e133) ... ok
> test_e133_no_indentation_line
> (test.test_autopep8.SystemTests.test_e133_no_indentation_line) ... ok
> test_e133_not_effected
> (test.test_autopep8.SystemTests.test_e133_not_effected) ... ok
> test_e201 (test.test_autopep8.SystemTests.test_e201) ... ok
> test_e202 (test.test_autopep8.SystemTests.test_e202) ... ok
> test_e202_multiline (test.test_autopep8.SystemTests.test_e202_multiline) ...
> ok
> test_e202_skip_multiline_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e202_skip_multiline_with_escaped_newline)
> ... ok
> test_e203_colon (test.test_autopep8.SystemTests.test_e203_colon) ... ok
> test_e203_comma (test.test_autopep8.SystemTests.test_e203_comma) ... ok
> test_e203_semicolon (test.test_autopep8.SystemTests.test_e203_semicolon) ...
> ok
> test_e203_with_newline
> (test.test_autopep8.SystemTests.test_e203_with_newline) ... ok
> test_e211 (test.test_autopep8.SystemTests.test_e211) ... ok
> test_e221 (test.test_autopep8.SystemTests.test_e221) ... ok
> test_e221_do_not_skip_multiline
> (test.test_autopep8.SystemTests.test_e221_do_not_skip_multiline) ... ok
> test_e222 (test.test_autopep8.SystemTests.test_e222) ... ok
> test_e222_with_multiline
> (test.test_autopep8.SystemTests.test_e222_with_multiline) ... ok
> test_e223 (test.test_autopep8.SystemTests.test_e223) ... ok
> test_e223_double (test.test_autopep8.SystemTests.test_e223_double) ... ok
> test_e223_with_tab_indentation
> (test.test_autopep8.SystemTests.test_e223_with_tab_indentation) ... ok
> test_e224 (test.test_autopep8.SystemTests.test_e224) ... ok
> test_e224_double (test.test_autopep8.SystemTests.test_e224_double) ... ok
> test_e224_with_tab_indentation
> (test.test_autopep8.SystemTests.test_e224_with_tab_indentation) ... ok
> test_e225 (test.test_autopep8.SystemTests.test_e225) ... ok
> test_e225_with_indentation_fix
> (test.test_autopep8.SystemTests.test_e225_with_indentation_fix) ... ok
> test_e226 (test.test_autopep8.SystemTests.test_e226) ... ok
> test_e227 (test.test_autopep8.SystemTests.test_e227) ... ok
> test_e228 (test.test_autopep8.SystemTests.test_e228) ... ok
> test_e231 (test.test_autopep8.SystemTests.test_e231) ... ok
> test_e231_should_only_do_ws_comma_once
> (test.test_autopep8.SystemTests.test_e231_should_only_do_ws_comma_once)
> If we don't check appropriately, we end up doing ws_comma multiple ... ok
> test_e231_with_colon_after_comma
> (test.test_autopep8.SystemTests.test_e231_with_colon_after_comma)
> ws_comma fixer ignores this case. ... ok
> test_e231_with_many_commas
> (test.test_autopep8.SystemTests.test_e231_with_many_commas) ... ok
> test_e241 (test.test_autopep8.SystemTests.test_e241) ... ok
> test_e241_double (test.test_autopep8.SystemTests.test_e241_double) ... ok
> test_e241_should_be_enabled_by_aggressive
> (test.test_autopep8.SystemTests.test_e241_should_be_enabled_by_aggressive)
> ... ok
> test_e242 (test.test_autopep8.SystemTests.test_e242) ... ok
> test_e242_double (test.test_autopep8.SystemTests.test_e242_double) ... ok
> test_e251 (test.test_autopep8.SystemTests.test_e251) ... ok
> test_e251_with_argument_on_next_line
> (test.test_autopep8.SystemTests.test_e251_with_argument_on_next_line) ... ok
> test_e251_with_calling
> (test.test_autopep8.SystemTests.test_e251_with_calling) ... ok
> test_e251_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e251_with_escaped_newline) ... ok
> test_e252 (test.test_autopep8.SystemTests.test_e252) ... ok
> test_e252_with_argument_on_next_line
> (test.test_autopep8.SystemTests.test_e252_with_argument_on_next_line) ... ok
> test_e252_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e252_with_escaped_newline) ... ok
> test_e261 (test.test_autopep8.SystemTests.test_e261) ... ok
> test_e261_with_comma (test.test_autopep8.SystemTests.test_e261_with_comma)
> ... ok
> test_e261_with_dictionary
> (test.test_autopep8.SystemTests.test_e261_with_dictionary) ... ok
> test_e261_with_dictionary_no_space
> (test.test_autopep8.SystemTests.test_e261_with_dictionary_no_space) ... ok
> test_e261_with_inline_commented_out_code
> (test.test_autopep8.SystemTests.test_e261_with_inline_commented_out_code) ...
> ok
> test_e262_hash_in_string
> (test.test_autopep8.SystemTests.test_e262_hash_in_string) ... ok
> test_e262_hash_in_string_and_multiple_hashes
> (test.test_autopep8.SystemTests.test_e262_hash_in_string_and_multiple_hashes)
> ... ok
> test_e262_more_complex
> (test.test_autopep8.SystemTests.test_e262_more_complex) ... ok
> test_e262_more_space (test.test_autopep8.SystemTests.test_e262_more_space)
> ... ok
> test_e262_none_space (test.test_autopep8.SystemTests.test_e262_none_space)
> ... ok
> test_e265 (test.test_autopep8.SystemTests.test_e265) ... ok
> test_e265_ignores_special_comments
> (test.test_autopep8.SystemTests.test_e265_ignores_special_comments) ... ok
> test_e265_ignores_special_comments_in_middle_of_file
> (test.test_autopep8.SystemTests.test_e265_ignores_special_comments_in_middle_of_file)
> ... ok
> test_e265_issue662 (test.test_autopep8.SystemTests.test_e265_issue662) ... ok
> test_e265_only (test.test_autopep8.SystemTests.test_e265_only) ... ok
> test_e266 (test.test_autopep8.SystemTests.test_e266) ... ok
> test_e266_issue662 (test.test_autopep8.SystemTests.test_e266_issue662) ... ok
> test_e266_only (test.test_autopep8.SystemTests.test_e266_only) ... ok
> test_e271 (test.test_autopep8.SystemTests.test_e271) ... ok
> test_e271_with_multiline
> (test.test_autopep8.SystemTests.test_e271_with_multiline) ... ok
> test_e272 (test.test_autopep8.SystemTests.test_e272) ... ok
> test_e273 (test.test_autopep8.SystemTests.test_e273) ... ok
> test_e274 (test.test_autopep8.SystemTests.test_e274) ... ok
> test_e301 (test.test_autopep8.SystemTests.test_e301) ... ok
> test_e301_extended_with_docstring
> (test.test_autopep8.SystemTests.test_e301_extended_with_docstring) ... ok
> test_e302 (test.test_autopep8.SystemTests.test_e302) ... ok
> test_e302_bug (test.test_autopep8.SystemTests.test_e302_bug)
> Avoid creating bad syntax. ... ok
> test_e303 (test.test_autopep8.SystemTests.test_e303) ... ok
> test_e303_extended (test.test_autopep8.SystemTests.test_e303_extended) ... ok
> test_e303_with_e305 (test.test_autopep8.SystemTests.test_e303_with_e305) ...
> ok
> test_e304 (test.test_autopep8.SystemTests.test_e304) ... ok
> test_e304_with_comment
> (test.test_autopep8.SystemTests.test_e304_with_comment) ... ok
> test_e305 (test.test_autopep8.SystemTests.test_e305) ... ok
> test_e306 (test.test_autopep8.SystemTests.test_e306) ... ok
> test_e401 (test.test_autopep8.SystemTests.test_e401) ... ok
> test_e401_should_ignore_commented_comma
> (test.test_autopep8.SystemTests.test_e401_should_ignore_commented_comma) ...
> ok
> test_e401_should_ignore_commented_comma_with_indentation
> (test.test_autopep8.SystemTests.test_e401_should_ignore_commented_comma_with_indentation)
> ... ok
> test_e401_should_ignore_false_positive
> (test.test_autopep8.SystemTests.test_e401_should_ignore_false_positive) ... ok
> test_e401_with_escaped_newline_case
> (test.test_autopep8.SystemTests.test_e401_with_escaped_newline_case) ... ok
> test_e401_with_indentation
> (test.test_autopep8.SystemTests.test_e401_with_indentation) ... ok
> test_e401_with_multiline_from_import
> (test.test_autopep8.SystemTests.test_e401_with_multiline_from_import) ... ok
> test_e402 (test.test_autopep8.SystemTests.test_e402) ... ok
> test_e402_duplicate_module
> (test.test_autopep8.SystemTests.test_e402_duplicate_module) ... ok
> test_e402_import_some_modules
> (test.test_autopep8.SystemTests.test_e402_import_some_modules) ... ok
> test_e402_with_dunder (test.test_autopep8.SystemTests.test_e402_with_dunder)
> ... ok
> test_e402_with_dunder_lines
> (test.test_autopep8.SystemTests.test_e402_with_dunder_lines) ... ok
> test_e402_with_future_import
> (test.test_autopep8.SystemTests.test_e402_with_future_import) ... ok
> test_e402_with_module_doc
> (test.test_autopep8.SystemTests.test_e402_with_module_doc) ... ok
> test_e402_with_multiline_from_future_import
> (test.test_autopep8.SystemTests.test_e402_with_multiline_from_future_import)
> ... ok
> test_e501_aggressive_decorator
> (test.test_autopep8.SystemTests.test_e501_aggressive_decorator) ... ok
> test_e501_aggressive_intermingled_comments
> (test.test_autopep8.SystemTests.test_e501_aggressive_intermingled_comments)
> ... ok
> test_e501_aggressive_long_class_name
> (test.test_autopep8.SystemTests.test_e501_aggressive_long_class_name) ... ok
> test_e501_aggressive_long_comment_and_long_line
> (test.test_autopep8.SystemTests.test_e501_aggressive_long_comment_and_long_line)
> ... ok
> test_e501_aggressive_with_def
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_def) ... ok
> test_e501_aggressive_with_percent
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_percent) ... ok
> test_e501_aggressive_with_tuple
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_tuple) ... ok
> test_e501_aggressive_with_tuple_in_list
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_tuple_in_list) ...
> ok
> test_e501_alone_with_indentation
> (test.test_autopep8.SystemTests.test_e501_alone_with_indentation) ... ok
> test_e501_alone_with_tuple
> (test.test_autopep8.SystemTests.test_e501_alone_with_tuple) ... ok
> test_e501_arithmetic_operator_with_indent
> (test.test_autopep8.SystemTests.test_e501_arithmetic_operator_with_indent)
> ... ok
> test_e501_avoid_breaking_at_empty_parentheses_if_possible
> (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_empty_parentheses_if_possible)
> ... ok
> test_e501_avoid_breaking_at_multi_level_slice
> (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_multi_level_slice)
> Prevents line break on slice notation, dict access in this example: ... ok
> test_e501_avoid_breaking_at_opening_slice
> (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_opening_slice)
> Prevents line break on slice notation, dict access in this example: ... ok
> test_e501_basic (test.test_autopep8.SystemTests.test_e501_basic) ... ok
> test_e501_basic_should_prefer_balanced_brackets
> (test.test_autopep8.SystemTests.test_e501_basic_should_prefer_balanced_brackets)
> ... ok
> test_e501_do_not_begin_line_with_comma
> (test.test_autopep8.SystemTests.test_e501_do_not_begin_line_with_comma) ... ok
> test_e501_do_not_break_on_keyword
> (test.test_autopep8.SystemTests.test_e501_do_not_break_on_keyword) ... ok
> test_e501_for_line_over_limit
> (test.test_autopep8.SystemTests.test_e501_for_line_over_limit) ... ok
> test_e501_if_line_over_limit
> (test.test_autopep8.SystemTests.test_e501_if_line_over_limit) ... ok
> test_e501_more_aggressive_with_def
> (test.test_autopep8.SystemTests.test_e501_more_aggressive_with_def) ... ok
> test_e501_more_complicated
> (test.test_autopep8.SystemTests.test_e501_more_complicated) ... ok
> test_e501_shorten_at_commas_skip
> (test.test_autopep8.SystemTests.test_e501_shorten_at_commas_skip) ... ok
> test_e501_shorten_comment_with_aggressive
> (test.test_autopep8.SystemTests.test_e501_shorten_comment_with_aggressive)
> ... ok
> test_e501_shorten_comment_without_aggressive
> (test.test_autopep8.SystemTests.test_e501_shorten_comment_without_aggressive)
> Do nothing without aggressive. ... ok
> test_e501_shorten_with_backslash
> (test.test_autopep8.SystemTests.test_e501_shorten_with_backslash) ... ok
> test_e501_should_break_before_tuple_start
> (test.test_autopep8.SystemTests.test_e501_should_break_before_tuple_start)
> ... ok
> test_e501_should_cut_comment_pattern
> (test.test_autopep8.SystemTests.test_e501_should_cut_comment_pattern) ... ok
> test_e501_should_ignore_imports
> (test.test_autopep8.SystemTests.test_e501_should_ignore_imports) ... ok
> test_e501_should_not_break_on_dot
> (test.test_autopep8.SystemTests.test_e501_should_not_break_on_dot) ... ok
> test_e501_should_not_do_useless_things
> (test.test_autopep8.SystemTests.test_e501_should_not_do_useless_things) ... ok
> test_e501_should_not_interfere_with_non_comment
> (test.test_autopep8.SystemTests.test_e501_should_not_interfere_with_non_comment)
> ... ok
> test_e501_should_not_try_to_break_at_every_paren_in_arithmetic
> (test.test_autopep8.SystemTests.test_e501_should_not_try_to_break_at_every_paren_in_arithmetic)
> ... ok
> test_e501_should_only_modify_last_comment
> (test.test_autopep8.SystemTests.test_e501_should_only_modify_last_comment)
> ... ok
> test_e501_skip_even_more_complicated
> (test.test_autopep8.SystemTests.test_e501_skip_even_more_complicated) ... ok
> test_e501_while_line_over_limit
> (test.test_autopep8.SystemTests.test_e501_while_line_over_limit) ... ok
> test_e501_with_aggressive
> (test.test_autopep8.SystemTests.test_e501_with_aggressive) ... ok
> test_e501_with_aggressive_and_carriage_returns_only
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_carriage_returns_only)
> Make sure _find_logical() does not crash. ... ok
> test_e501_with_aggressive_and_escaped_newline
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_escaped_newline)
> ... ok
> test_e501_with_aggressive_and_import
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_import) ... ok
> test_e501_with_aggressive_and_indentation
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_indentation)
> ... ok
> test_e501_with_aggressive_and_massive_number_of_logical_lines
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_massive_number_of_logical_lines)
> We do not care about results here. ... ok
> test_e501_with_aggressive_and_multiline_string
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string)
> ... ok
> test_e501_with_aggressive_and_multiline_string_in_parens
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string_in_parens)
> ... ok
> test_e501_with_aggressive_and_multiline_string_with_addition
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string_with_addition)
> ... ok
> test_e501_with_aggressive_and_multiple_logical_lines
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiple_logical_lines)
> ... ok
> test_e501_with_aggressive_and_multiple_logical_lines_with_math
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiple_logical_lines_with_math)
> ... ok
> test_e501_with_commas_and_colons
> (test.test_autopep8.SystemTests.test_e501_with_commas_and_colons) ... ok
> test_e501_with_comment
> (test.test_autopep8.SystemTests.test_e501_with_comment) ... ok
> test_e501_with_comment_should_not_modify_docstring
> (test.test_autopep8.SystemTests.test_e501_with_comment_should_not_modify_docstring)
> ... ok
> test_e501_with_dictionary
> (test.test_autopep8.SystemTests.test_e501_with_dictionary) ... ok
> test_e501_with_function_should_not_break_on_colon
> (test.test_autopep8.SystemTests.test_e501_with_function_should_not_break_on_colon)
> ... ok
> test_e501_with_in (test.test_autopep8.SystemTests.test_e501_with_in) ... ok
> test_e501_with_indent (test.test_autopep8.SystemTests.test_e501_with_indent)
> ... ok
> test_e501_with_inline_comments
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments) ... ok
> test_e501_with_inline_comments_should_skip_edge_cases
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_edge_cases)
> ... ok
> test_e501_with_inline_comments_should_skip_keywords
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_keywords)
> ... ok
> test_e501_with_inline_comments_should_skip_keywords_without_aggressive
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_keywords_without_aggressive)
> ... ok
> test_e501_with_inline_comments_should_skip_multiline
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_multiline)
> ... ok
> test_e501_with_lambda (test.test_autopep8.SystemTests.test_e501_with_lambda)
> ... ok
> test_e501_with_logical_fix
> (test.test_autopep8.SystemTests.test_e501_with_logical_fix) ... ok
> test_e501_with_logical_fix_and_adjacent_strings
> (test.test_autopep8.SystemTests.test_e501_with_logical_fix_and_adjacent_strings)
> ... ok
> test_e501_with_logical_fix_and_physical_fix
> (test.test_autopep8.SystemTests.test_e501_with_logical_fix_and_physical_fix)
> ... ok
> test_e501_with_multiple_keys_and_aggressive
> (test.test_autopep8.SystemTests.test_e501_with_multiple_keys_and_aggressive)
> ... ok
> test_e501_with_multiple_lines
> (test.test_autopep8.SystemTests.test_e501_with_multiple_lines) ... ok
> test_e501_with_multiple_lines_and_quotes
> (test.test_autopep8.SystemTests.test_e501_with_multiple_lines_and_quotes) ...
> ok
> test_e501_with_pep572_assignment_expressions
> (test.test_autopep8.SystemTests.test_e501_with_pep572_assignment_expressions)
> ... ok
> test_e501_with_shorter_length
> (test.test_autopep8.SystemTests.test_e501_with_shorter_length) ... ok
> test_e501_with_very_long_line
> (test.test_autopep8.SystemTests.test_e501_with_very_long_line) ... ok
> test_e502 (test.test_autopep8.SystemTests.test_e502) ... ok
> test_e701 (test.test_autopep8.SystemTests.test_e701) ... ok
> test_e701_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e701_with_escaped_newline) ... ok
> test_e701_with_escaped_newline_and_spaces
> (test.test_autopep8.SystemTests.test_e701_with_escaped_newline_and_spaces)
> ... FAIL
> test_e702 (test.test_autopep8.SystemTests.test_e702) ... ok
> test_e702_after_colon_should_be_untouched
> (test.test_autopep8.SystemTests.test_e702_after_colon_should_be_untouched)
> ... ok
> test_e702_indent_correctly
> (test.test_autopep8.SystemTests.test_e702_indent_correctly) ... ok
> test_e702_more_complicated
> (test.test_autopep8.SystemTests.test_e702_more_complicated) ... ok
> test_e702_with_dict_semicolon
> (test.test_autopep8.SystemTests.test_e702_with_dict_semicolon) ... ok
> test_e702_with_e701_and_only_select_e702_option
> (test.test_autopep8.SystemTests.test_e702_with_e701_and_only_select_e702_option)
> ... ok
> test_e702_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e702_with_escaped_newline) ... ok
> test_e702_with_escaped_newline_with_indentation
> (test.test_autopep8.SystemTests.test_e702_with_escaped_newline_with_indentation)
> ... ok
> test_e702_with_non_ascii_file
> (test.test_autopep8.SystemTests.test_e702_with_non_ascii_file) ... ok
> test_e702_with_semicolon_after_string
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_after_string) ... ok
> test_e702_with_semicolon_and_space_at_end
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_and_space_at_end)
> ... ok
> test_e702_with_semicolon_at_end
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_at_end) ... ok
> test_e702_with_semicolon_in_string
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_in_string) ... ok
> test_e702_with_semicolon_in_string_to_the_right
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_in_string_to_the_right)
> ... ok
> test_e702_with_triple_quote
> (test.test_autopep8.SystemTests.test_e702_with_triple_quote) ... ok
> test_e702_with_triple_quote_and_indent
> (test.test_autopep8.SystemTests.test_e702_with_triple_quote_and_indent) ... ok
> test_e702_with_whitespace
> (test.test_autopep8.SystemTests.test_e702_with_whitespace) ... ok
> test_e703_in_example_of_readme
> (test.test_autopep8.SystemTests.test_e703_in_example_of_readme) ... ok
> test_e703_with_inline_comment
> (test.test_autopep8.SystemTests.test_e703_with_inline_comment) ... ok
> test_e704 (test.test_autopep8.SystemTests.test_e704) ... ok
> test_e704_not_work_with_aa_option
> (test.test_autopep8.SystemTests.test_e704_not_work_with_aa_option) ... ok
> test_e711 (test.test_autopep8.SystemTests.test_e711) ... ok
> test_e711_and_e712 (test.test_autopep8.SystemTests.test_e711_and_e712) ... ok
> test_e711_in_conditional
> (test.test_autopep8.SystemTests.test_e711_in_conditional) ... ok
> test_e711_in_conditional_with_multiple_instances
> (test.test_autopep8.SystemTests.test_e711_in_conditional_with_multiple_instances)
> ... ok
> test_e711_with_not_equals_none
> (test.test_autopep8.SystemTests.test_e711_with_not_equals_none) ... ok
> test_e712 (test.test_autopep8.SystemTests.test_e712) ... ok
> test_e712_in_conditional_with_multiple_instances
> (test.test_autopep8.SystemTests.test_e712_in_conditional_with_multiple_instances)
> ... ok
> test_e712_only_if_aggressive_level_2
> (test.test_autopep8.SystemTests.test_e712_only_if_aggressive_level_2) ... ok
> test_e712_with_dict_value
> (test.test_autopep8.SystemTests.test_e712_with_dict_value) ... ok
> test_e712_with_false (test.test_autopep8.SystemTests.test_e712_with_false)
> ... ok
> test_e712_with_special_case_equal_false
> (test.test_autopep8.SystemTests.test_e712_with_special_case_equal_false) ...
> ok
> test_e712_with_special_case_equal_not_true
> (test.test_autopep8.SystemTests.test_e712_with_special_case_equal_not_true)
> ... ok
> test_e713 (test.test_autopep8.SystemTests.test_e713) ... ok
> test_e713_and_e714 (test.test_autopep8.SystemTests.test_e713_and_e714) ... ok
> test_e713_chain (test.test_autopep8.SystemTests.test_e713_chain) ... ok
> test_e713_chain2 (test.test_autopep8.SystemTests.test_e713_chain2) ... ok
> test_e713_chain3 (test.test_autopep8.SystemTests.test_e713_chain3) ... ok
> test_e713_chain4 (test.test_autopep8.SystemTests.test_e713_chain4) ... ok
> test_e713_more (test.test_autopep8.SystemTests.test_e713_more) ... ok
> test_e713_with_in (test.test_autopep8.SystemTests.test_e713_with_in) ... ok
> test_e713_with_single_quote
> (test.test_autopep8.SystemTests.test_e713_with_single_quote) ... ok
> test_e713_with_tuple (test.test_autopep8.SystemTests.test_e713_with_tuple)
> ... ok
> test_e714 (test.test_autopep8.SystemTests.test_e714) ... ok
> test_e714_chain (test.test_autopep8.SystemTests.test_e714_chain) ... ok
> test_e714_with_is (test.test_autopep8.SystemTests.test_e714_with_is) ... ok
> test_e714_with_single_quote
> (test.test_autopep8.SystemTests.test_e714_with_single_quote) ... ok
> test_e721 (test.test_autopep8.SystemTests.test_e721) ... ok
> test_e721_in_conditional
> (test.test_autopep8.SystemTests.test_e721_in_conditional) ... ok
> test_e721_with_str (test.test_autopep8.SystemTests.test_e721_with_str) ... ok
> test_e722 (test.test_autopep8.SystemTests.test_e722) ... ok
> test_e722_non_aggressive
> (test.test_autopep8.SystemTests.test_e722_non_aggressive) ... ok
> test_e722_with_if_else_stmt
> (test.test_autopep8.SystemTests.test_e722_with_if_else_stmt) ... ok
> test_e731 (test.test_autopep8.SystemTests.test_e731) ... ok
> test_e731_no_arg (test.test_autopep8.SystemTests.test_e731_no_arg) ... ok
> test_e731_with_args (test.test_autopep8.SystemTests.test_e731_with_args) ...
> ok
> test_e731_with_default_arguments
> (test.test_autopep8.SystemTests.test_e731_with_default_arguments) ... ok
> test_e731_with_select_option
> (test.test_autopep8.SystemTests.test_e731_with_select_option) ... ok
> test_e731_with_tuple_arg
> (test.test_autopep8.SystemTests.test_e731_with_tuple_arg) ... ok
> test_e901_should_cause_indentation_screw_up
> (test.test_autopep8.SystemTests.test_e901_should_cause_indentation_screw_up)
> ... FAIL
> test_exchange_multiple_imports_with_def
> (test.test_autopep8.SystemTests.test_exchange_multiple_imports_with_def) ...
> ok
> test_execfile_in_lambda_should_not_be_modified
> (test.test_autopep8.SystemTests.test_execfile_in_lambda_should_not_be_modified)
> Modifying this to the exec() form is invalid in Python 2. ... ok
> test_fmt_disable (test.test_autopep8.SystemTests.test_fmt_disable) ... ok
> test_fmt_disable_with_double_reenable
> (test.test_autopep8.SystemTests.test_fmt_disable_with_double_reenable) ... ok
> test_fmt_disable_without_reenable
> (test.test_autopep8.SystemTests.test_fmt_disable_without_reenable) ... ok
> test_fmt_double_disable_and_reenable
> (test.test_autopep8.SystemTests.test_fmt_double_disable_and_reenable) ... ok
> test_fmt_multi_disable_and_reenable
> (test.test_autopep8.SystemTests.test_fmt_multi_disable_and_reenable) ... ok
> test_fmt_multi_disable_complex
> (test.test_autopep8.SystemTests.test_fmt_multi_disable_complex) ... ok
> test_fmt_multi_disable_complex_multi
> (test.test_autopep8.SystemTests.test_fmt_multi_disable_complex_multi) ... ok
> test_general_disable (test.test_autopep8.SystemTests.test_general_disable)
> ... ok
> test_ignore_e265 (test.test_autopep8.SystemTests.test_ignore_e265) ... ok
> test_ignore_e266 (test.test_autopep8.SystemTests.test_ignore_e266) ... ok
> test_ignore_only_w503_with_select_w
> (test.test_autopep8.SystemTests.test_ignore_only_w503_with_select_w) ... ok
> test_ignore_only_w504_with_select_w
> (test.test_autopep8.SystemTests.test_ignore_only_w504_with_select_w) ... ok
> test_ignore_w503_and_w504_with_select_w
> (test.test_autopep8.SystemTests.test_ignore_w503_and_w504_with_select_w) ...
> ok
> test_long_import_line (test.test_autopep8.SystemTests.test_long_import_line)
> ... ok
> test_not_e301_extended_with_comment
> (test.test_autopep8.SystemTests.test_not_e301_extended_with_comment) ... ok
> test_range (test.test_autopep8.SystemTests.test_range) ... ok
> test_range_indent_changes_small_range
> (test.test_autopep8.SystemTests.test_range_indent_changes_small_range) ... ok
> test_range_indent_continued_statements_last_block
> (test.test_autopep8.SystemTests.test_range_indent_continued_statements_last_block)
> ... ok
> test_range_indent_continued_statements_partial
> (test.test_autopep8.SystemTests.test_range_indent_continued_statements_partial)
> ... ok
> test_range_indent_deep_if_blocks_first_block
> (test.test_autopep8.SystemTests.test_range_indent_deep_if_blocks_first_block)
> ... ok
> test_range_indent_deep_if_blocks_second_block
> (test.test_autopep8.SystemTests.test_range_indent_deep_if_blocks_second_block)
> ... ok
> test_range_line_number_changes_from_one_line
> (test.test_autopep8.SystemTests.test_range_line_number_changes_from_one_line)
> ... ok
> test_range_with_broken_syntax
> (test.test_autopep8.SystemTests.test_range_with_broken_syntax) ... ok
> test_should_preserve_vertical_tab
> (test.test_autopep8.SystemTests.test_should_preserve_vertical_tab) ... ok
> test_trailing_whitespace_in_multiline_string
> (test.test_autopep8.SystemTests.test_trailing_whitespace_in_multiline_string)
> ... ok
> test_trailing_whitespace_in_multiline_string_aggressive
> (test.test_autopep8.SystemTests.test_trailing_whitespace_in_multiline_string_aggressive)
> ... ok
> test_w191 (test.test_autopep8.SystemTests.test_w191) ... ok
> test_w191_ignore (test.test_autopep8.SystemTests.test_w191_ignore) ... ok
> test_w191_should_ignore_multiline_strings
> (test.test_autopep8.SystemTests.test_w191_should_ignore_multiline_strings)
> ... ok
> test_w191_should_ignore_tabs_in_strings
> (test.test_autopep8.SystemTests.test_w191_should_ignore_tabs_in_strings) ...
> ok
> test_w291 (test.test_autopep8.SystemTests.test_w291) ... ok
> test_w291_with_comment
> (test.test_autopep8.SystemTests.test_w291_with_comment) ... ok
> test_w292 (test.test_autopep8.SystemTests.test_w292) ... ok
> test_w292_ignore (test.test_autopep8.SystemTests.test_w292_ignore) ... ok
> test_w293 (test.test_autopep8.SystemTests.test_w293) ... ok
> test_w391 (test.test_autopep8.SystemTests.test_w391) ... ok
> test_w391_more_complex
> (test.test_autopep8.SystemTests.test_w391_more_complex) ... ok
> test_w503 (test.test_autopep8.SystemTests.test_w503) ... ok
> test_w503_and_or (test.test_autopep8.SystemTests.test_w503_and_or) ... ok
> test_w503_and_w504_conflict
> (test.test_autopep8.SystemTests.test_w503_and_w504_conflict) ... ok
> test_w503_over_5lines (test.test_autopep8.SystemTests.test_w503_over_5lines)
> ... ok
> test_w503_skip_default
> (test.test_autopep8.SystemTests.test_w503_skip_default) ... ok
> test_w503_w504_both_ignored
> (test.test_autopep8.SystemTests.test_w503_w504_both_ignored) ... ok
> test_w503_w504_none_ignored
> (test.test_autopep8.SystemTests.test_w503_w504_none_ignored) ... ok
> test_w503_with_comment
> (test.test_autopep8.SystemTests.test_w503_with_comment) ... ok
> test_w503_with_comment_double
> (test.test_autopep8.SystemTests.test_w503_with_comment_double) ... ok
> test_w503_with_comment_into_point_out_line
> (test.test_autopep8.SystemTests.test_w503_with_comment_into_point_out_line)
> ... ok
> test_w503_with_comment_with_only_comment_block_charactor
> (test.test_autopep8.SystemTests.test_w503_with_comment_with_only_comment_block_charactor)
> ... ok
> test_w503_with_empty_line
> (test.test_autopep8.SystemTests.test_w503_with_empty_line) ... ok
> test_w503_with_ignore_w504
> (test.test_autopep8.SystemTests.test_w503_with_ignore_w504) ... ok
> test_w503_with_line_comment
> (test.test_autopep8.SystemTests.test_w503_with_line_comment) ... ok
> test_w503_with_line_comments
> (test.test_autopep8.SystemTests.test_w503_with_line_comments) ... ok
> test_w504 (test.test_autopep8.SystemTests.test_w504) ... ok
> test_w504_comment_on_each_lines
> (test.test_autopep8.SystemTests.test_w504_comment_on_each_lines) ... ok
> test_w504_comment_on_first_line
> (test.test_autopep8.SystemTests.test_w504_comment_on_first_line) ... ok
> test_w504_comment_on_second_line
> (test.test_autopep8.SystemTests.test_w504_comment_on_second_line) ... ok
> test_w504_not_applied_by_default_when_modifying_with_ignore
> (test.test_autopep8.SystemTests.test_w504_not_applied_by_default_when_modifying_with_ignore)
> ... ok
> test_w504_with_e265_ignore_option
> (test.test_autopep8.SystemTests.test_w504_with_e265_ignore_option) ... ok
> test_w504_with_e265_ignore_option_regression
> (test.test_autopep8.SystemTests.test_w504_with_e265_ignore_option_regression)
> ... ok
> test_w504_with_ignore_w503
> (test.test_autopep8.SystemTests.test_w504_with_ignore_w503) ... ok
> test_w504_with_line_comment
> (test.test_autopep8.SystemTests.test_w504_with_line_comment) ... ok
> test_w605_identical_token
> (test.test_autopep8.SystemTests.test_w605_identical_token) ... ok
> test_w605_simple (test.test_autopep8.SystemTests.test_w605_simple) ... ok
> test_w605_with_invalid_syntax
> (test.test_autopep8.SystemTests.test_w605_with_invalid_syntax) ... ok
> test_w605_with_multilines
> (test.test_autopep8.SystemTests.test_w605_with_multilines) ... ok
> test_with_walrus_operator
> (test.test_autopep8.SystemTests.test_with_walrus_operator)
> check pycodestyle 2.6.0+ ... ok
> test_almost_equal (test.test_autopep8.UnitTests.test_almost_equal) ... ok
> test_code_match (test.test_autopep8.UnitTests.test_code_match) ... ok
> test_commented_out_code_lines
> (test.test_autopep8.UnitTests.test_commented_out_code_lines) ... ok
> test_compile_value_error
> (test.test_autopep8.UnitTests.test_compile_value_error) ... ok
> test_count_unbalanced_brackets
> (test.test_autopep8.UnitTests.test_count_unbalanced_brackets) ... ok
> test_decode_filename (test.test_autopep8.UnitTests.test_decode_filename) ...
> ok
> test_detect_encoding (test.test_autopep8.UnitTests.test_detect_encoding) ...
> ok
> test_detect_encoding_with_cookie
> (test.test_autopep8.UnitTests.test_detect_encoding_with_cookie) ... ok
> test_extract_code_from_function
> (test.test_autopep8.UnitTests.test_extract_code_from_function) ... ok
> test_find_files (test.test_autopep8.UnitTests.test_find_files) ... ok
> test_find_newline_cr1_and_crlf2
> (test.test_autopep8.UnitTests.test_find_newline_cr1_and_crlf2) ... ok
> test_find_newline_cr1_and_lf2
> (test.test_autopep8.UnitTests.test_find_newline_cr1_and_lf2) ... ok
> test_find_newline_only_cr
> (test.test_autopep8.UnitTests.test_find_newline_only_cr) ... ok
> test_find_newline_only_crlf
> (test.test_autopep8.UnitTests.test_find_newline_only_crlf) ... ok
> test_find_newline_only_lf
> (test.test_autopep8.UnitTests.test_find_newline_only_lf) ... ok
> test_find_newline_should_default_to_lf
> (test.test_autopep8.UnitTests.test_find_newline_should_default_to_lf) ... ok
> test_fix_2to3 (test.test_autopep8.UnitTests.test_fix_2to3) ... ok
> test_fix_2to3_subset (test.test_autopep8.UnitTests.test_fix_2to3_subset) ...
> ok
> test_fix_code (test.test_autopep8.UnitTests.test_fix_code) ... ok
> test_fix_code_byte_string
> (test.test_autopep8.UnitTests.test_fix_code_byte_string)
> This feature is here for friendliness to Python 2. ... ok
> test_fix_code_with_bad_options
> (test.test_autopep8.UnitTests.test_fix_code_with_bad_options) ... ok
> test_fix_code_with_empty_string
> (test.test_autopep8.UnitTests.test_fix_code_with_empty_string) ... ok
> test_fix_code_with_multiple_lines
> (test.test_autopep8.UnitTests.test_fix_code_with_multiple_lines) ... ok
> test_fix_code_with_options
> (test.test_autopep8.UnitTests.test_fix_code_with_options) ... ok
> test_fix_e225_avoid_failure
> (test.test_autopep8.UnitTests.test_fix_e225_avoid_failure) ... ok
> test_fix_e271_ignore_redundant
> (test.test_autopep8.UnitTests.test_fix_e271_ignore_redundant) ... ok
> test_fix_e401_avoid_non_import
> (test.test_autopep8.UnitTests.test_fix_e401_avoid_non_import) ... ok
> test_fix_e711_avoid_failure
> (test.test_autopep8.UnitTests.test_fix_e711_avoid_failure) ... ok
> test_fix_e712_avoid_failure
> (test.test_autopep8.UnitTests.test_fix_e712_avoid_failure) ... ok
> test_fix_file (test.test_autopep8.UnitTests.test_fix_file) ... ok
> test_fix_file_with_diff
> (test.test_autopep8.UnitTests.test_fix_file_with_diff) ... ok
> test_fix_lines (test.test_autopep8.UnitTests.test_fix_lines) ... ok
> test_fix_whitespace (test.test_autopep8.UnitTests.test_fix_whitespace) ... ok
> test_fix_whitespace_with_tabs
> (test.test_autopep8.UnitTests.test_fix_whitespace_with_tabs) ... ok
> test_format_block_comments
> (test.test_autopep8.UnitTests.test_format_block_comments) ... ok
> test_format_block_comments_should_leave_outline_alone
> (test.test_autopep8.UnitTests.test_format_block_comments_should_leave_outline_alone)
> ... ok
> test_format_block_comments_should_not_corrupt_special_comments
> (test.test_autopep8.UnitTests.test_format_block_comments_should_not_corrupt_special_comments)
> ... ok
> test_format_block_comments_should_only_touch_real_comments
> (test.test_autopep8.UnitTests.test_format_block_comments_should_only_touch_real_comments)
> ... ok
> test_format_block_comments_with_multiple_lines
> (test.test_autopep8.UnitTests.test_format_block_comments_with_multiple_lines)
> ... ok
> test_get_diff_text (test.test_autopep8.UnitTests.test_get_diff_text) ... ok
> test_get_diff_text_without_newline
> (test.test_autopep8.UnitTests.test_get_diff_text_without_newline) ... ok
> test_get_fixed_long_line_empty
> (test.test_autopep8.UnitTests.test_get_fixed_long_line_empty) ... ok
> test_is_python_file (test.test_autopep8.UnitTests.test_is_python_file) ... ok
> test_line_shortening_rank
> (test.test_autopep8.UnitTests.test_line_shortening_rank) ... ok
> test_match_file (test.test_autopep8.UnitTests.test_match_file) ... ok
> test_match_file_with_dummy_file
> (test.test_autopep8.UnitTests.test_match_file_with_dummy_file) ... ok
> test_multiline_string_lines
> (test.test_autopep8.UnitTests.test_multiline_string_lines) ... ok
> test_multiline_string_lines_with_many
> (test.test_autopep8.UnitTests.test_multiline_string_lines_with_many) ... ok
> test_multiline_string_should_not_report_docstrings
> (test.test_autopep8.UnitTests.test_multiline_string_should_not_report_docstrings)
> ... ok
> test_multiline_string_should_not_report_single_line
> (test.test_autopep8.UnitTests.test_multiline_string_should_not_report_single_line)
> ... ok
> test_normalize_line_endings
> (test.test_autopep8.UnitTests.test_normalize_line_endings) ... ok
> test_normalize_line_endings_with_crlf
> (test.test_autopep8.UnitTests.test_normalize_line_endings_with_crlf) ... ok
> test_normalize_multiline
> (test.test_autopep8.UnitTests.test_normalize_multiline) ... ok
> test_priority_key_with_non_existent_key
> (test.test_autopep8.UnitTests.test_priority_key_with_non_existent_key) ... ok
> test_readlines_from_file_with_bad_encoding
> (test.test_autopep8.UnitTests.test_readlines_from_file_with_bad_encoding)
> Bad encoding should not cause an exception. ... ok
> test_readlines_from_file_with_bad_encoding2
> (test.test_autopep8.UnitTests.test_readlines_from_file_with_bad_encoding2)
> Bad encoding should not cause an exception. ... ok
> test_reindenter (test.test_autopep8.UnitTests.test_reindenter) ... ok
> test_reindenter_not_affect_with_formfeed
> (test.test_autopep8.UnitTests.test_reindenter_not_affect_with_formfeed) ... ok
> test_reindenter_should_leave_stray_comment_alone
> (test.test_autopep8.UnitTests.test_reindenter_should_leave_stray_comment_alone)
> ... ok
> test_reindenter_with_good_input
> (test.test_autopep8.UnitTests.test_reindenter_with_good_input) ... ok
> test_reindenter_with_non_standard_indent_size
> (test.test_autopep8.UnitTests.test_reindenter_with_non_standard_indent_size)
> ... ok
> test_shorten_comment (test.test_autopep8.UnitTests.test_shorten_comment) ...
> ok
> test_shorten_comment_should_not_modify_special_comments
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_modify_special_comments)
> ... ok
> test_shorten_comment_should_not_split_numbers
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_numbers)
> ... ok
> test_shorten_comment_should_not_split_urls
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_urls) ...
> ok
> test_shorten_comment_should_not_split_words
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_words)
> ... ok
> test_shorten_line_candidates_are_valid
> (test.test_autopep8.UnitTests.test_shorten_line_candidates_are_valid) ... ok
> test_split_at_offsets (test.test_autopep8.UnitTests.test_split_at_offsets)
> ... ok
> test_split_at_offsets_with_out_of_order
> (test.test_autopep8.UnitTests.test_split_at_offsets_with_out_of_order) ... ok
> test_standard_deviation
> (test.test_autopep8.UnitTests.test_standard_deviation) ... ok
> test_supported_fixes (test.test_autopep8.UnitTests.test_supported_fixes) ...
> ok
> test_token_offsets (test.test_autopep8.UnitTests.test_token_offsets) ... ok
> test_token_offsets_with_escaped_newline
> (test.test_autopep8.UnitTests.test_token_offsets_with_escaped_newline) ... ok
> test_token_offsets_with_multiline
> (test.test_autopep8.UnitTests.test_token_offsets_with_multiline) ... ok
> test_get_module_imports
> (test.test_autopep8.UtilityFunctionTests.test_get_module_imports) ... ok
> test_get_module_imports_case_of_autopep8
> (test.test_autopep8.UtilityFunctionTests.test_get_module_imports_case_of_autopep8)
> ... ok
>
> ======================================================================
> FAIL: test_verbose (test.test_autopep8.CommandLineTests.test_verbose)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 5474, in test_verbose
> self.assertIn("'fix_e901' is not defined", verbose_error)
> AssertionError: "'fix_e901' is not defined" not found in
> "[file:/tmp/upaor_df]\n---> 2 issue(s) to fix {'W292': {1}}\n---> 0
> issue(s) to fix {}\n"
>
> ======================================================================
> FAIL: test_e501_experimental_parsing_dict_with_comments
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_parsing_dict_with_comments)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/autopep8.py", line 995, in fix_long_line_logically
> fixed = self.fix_long_line(
> ^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1049, in fix_long_line
> fixed = get_fixed_long_line(
> ^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1554, in get_fixed_long_line
> tokens = list(generate_tokens(source))
> ^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 4566, in generate_tokens
> self.last_tokens = list(
> ^^^^^
> File "/usr/lib/python3.12/tokenize.py", line 543, in
> _generate_tokens_from_c_tokenizer
> raise TokenError(msg, (e.lineno, e.offset)) from None
> tokenize.TokenError: ('unexpected EOF in multi-line statement', (1, 0))
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 7229, in
> test_e501_experimental_parsing_dict_with_comments
> with autopep8_context(line, options=['--experimental']) as result:
> File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
> return next(self.gen)
> ^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 7322, in
> autopep8_context
> yield autopep8.fix_file(filename=filename, options=options)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 3595, in fix_file
> fixed_source = fix_lines(fixed_source, options, filename=filename)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 3575, in fix_lines
> fixed_source = fix.fix()
> ^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 613, in fix
> self._fix_source(filter_results(source=''.join(self.source),
> File "/<<PKGBUILDDIR>>/autopep8.py", line 555, in _fix_source
> modified_lines = fix(result, logical)
> ^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1001, in fix_long_line_logically
> return self.fix_long_line_physically(result)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1020, in fix_long_line_physically
> fixed = self.fix_long_line(
> ^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1049, in fix_long_line
> fixed = get_fixed_long_line(
> ^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1566, in get_fixed_long_line
> sorted(set(candidates).union([target, original])),
> ^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 1909, in shorten_line
> for shortened in _shorten_line_at_tokens_new(
> File "/<<PKGBUILDDIR>>/autopep8.py", line 2790, in
> _shorten_line_at_tokens_new
> fixed = _reflow_lines(parsed_tokens, indentation, max_line_length,
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/autopep8.py", line 2767, in _reflow_lines
> item.reflow(lines, continued_indent, break_after_open_bracket)
> File "/<<PKGBUILDDIR>>/autopep8.py", line 2392, in reflow
> reflowed_lines.add(self, len(continued_indent),
> File "/<<PKGBUILDDIR>>/autopep8.py", line 2060, in add
> self._add_item(obj, indent_amt)
> File "/<<PKGBUILDDIR>>/autopep8.py", line 2209, in _add_item
> assert self._bracket_depth >= 0
> AssertionError
>
> ======================================================================
> FAIL: test_e701_with_escaped_newline_and_spaces
> (test.test_autopep8.SystemTests.test_e701_with_escaped_newline_and_spaces)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 3945, in
> test_e701_with_escaped_newline_and_spaces
> self.assertEqual(fixed, result)
> AssertionError: 'if True:\n print True\n' != 'if True: \\ \nprint
> True\n'
> - if True:
> + if True: \
> - print True
> ? ----
> + print True
>
>
> ======================================================================
> FAIL: test_e901_should_cause_indentation_screw_up
> (test.test_autopep8.SystemTests.test_e901_should_cause_indentation_screw_up)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 4431, in
> test_e901_should_cause_indentation_screw_up
> self.assertEqual(line, result)
> AssertionError: 'def tmp(g):\n g(4)))\n\n if not True:\n pass\n
> pass\n' != 'def tmp(g):\n g(4)))\n\n if not True:\n
> pass\n pass\n'
> def tmp(g):
> g(4)))
>
> - if not True:
> + if not True:
> ? ++++
> pass
> pass
>
>
> ----------------------------------------------------------------------
> Ran 552 tests in 12.663s
>
> FAILED (failures=4, skipped=4)
> Test failed: <unittest.runner.TextTestResult run=552 errors=0 failures=4>
> error: Test failed: <unittest.runner.TextTestResult run=552 errors=0
> failures=4>
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1:
> python3.12 setup.py test
> I: pybuild base:310: python3.11 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> ir_d = dist.fetch_build_eggs(dist.install_requires)
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> er_d = dist.fetch_build_eggs(
> running egg_info
> writing autopep8.egg-info/PKG-INFO
> writing dependency_links to autopep8.egg-info/dependency_links.txt
> writing entry points to autopep8.egg-info/entry_points.txt
> writing requirements to autopep8.egg-info/requires.txt
> writing top-level names to autopep8.egg-info/top_level.txt
> reading manifest file 'autopep8.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'test/example'
> warning: no files found matching 'test/example/x.py'
> warning: no previously-included files matching '*.py' found under directory
> 'test/suite'
> warning: no previously-included files matching '*.py' found under directory
> 'test/suite/out'
> warning: no previously-included files found matching '.travis.yml'
> warning: no previously-included files found matching 'CONTRIBUTING.rst'
> warning: no previously-included files found matching 'Makefile'
> warning: no previously-included files found matching 'coveralls.bash'
> warning: no previously-included files found matching 'hooks'
> warning: no previously-included files found matching 'hooks/pre-push'
> warning: no previously-included files found matching 'install_hooks.bash'
> warning: no previously-included files found matching 'test/.gitignore'
> warning: no previously-included files found matching 'test/acid.py'
> warning: no previously-included files found matching 'test/acid_pypi.py'
> warning: no previously-included files found matching 'test/suite'
> warning: no previously-included files found matching 'test/suite/out'
> warning: no previously-included files found matching 'test/vim_autopep8.py'
> warning: no previously-included files found matching 'update_readme.py'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'autopep8.egg-info/SOURCES.txt'
> running build_ext
> test_diff (test.test_autopep8.CommandLineTests.test_diff) ... ok
> test_diff_with_empty_file
> (test.test_autopep8.CommandLineTests.test_diff_with_empty_file) ... ok
> test_diff_with_exit_code_option
> (test.test_autopep8.CommandLineTests.test_diff_with_exit_code_option) ... ok
> test_diff_with_nonexistent_file
> (test.test_autopep8.CommandLineTests.test_diff_with_nonexistent_file) ... ok
> test_diff_with_standard_in
> (test.test_autopep8.CommandLineTests.test_diff_with_standard_in) ... ok
> test_e122_and_e302_with_backslash
> (test.test_autopep8.CommandLineTests.test_e122_and_e302_with_backslash) ... ok
> test_exclude (test.test_autopep8.CommandLineTests.test_exclude) ... ok
> test_exclude_with_directly_file_args
> (test.test_autopep8.CommandLineTests.test_exclude_with_directly_file_args)
> ... ok
> test_exit_code_should_be_set_when_standard_in
> (test.test_autopep8.CommandLineTests.test_exit_code_should_be_set_when_standard_in)
> ... ok
> test_exit_code_with_io_error
> (test.test_autopep8.CommandLineTests.test_exit_code_with_io_error) ... ok
> test_fixpep8_class_constructor
> (test.test_autopep8.CommandLineTests.test_fixpep8_class_constructor) ...
> /<<PKGBUILDDIR>>/autopep8.py:182: DeprecationWarning: lib2to3 package is
> deprecated and may not be able to parse Python 3.10+
> from lib2to3.pgen2 import tokenize as lib2to3_tokenize
> ok
> test_help (test.test_autopep8.CommandLineTests.test_help) ... ok
> test_in_place (test.test_autopep8.CommandLineTests.test_in_place) ... ok
> test_in_place_and_diff
> (test.test_autopep8.CommandLineTests.test_in_place_and_diff) ... ok
> test_in_place_no_modifications_no_writes
> (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes)
> ... skipped 'Ignore this test'
> test_in_place_no_modifications_no_writes_with_empty_file
> (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes_with_empty_file)
> ... skipped 'Ignore this test'
> test_in_place_with_empty_file
> (test.test_autopep8.CommandLineTests.test_in_place_with_empty_file) ... ok
> test_in_place_with_exit_code_option
> (test.test_autopep8.CommandLineTests.test_in_place_with_exit_code_option) ...
> ok
> test_in_place_with_exit_code_option_with_w391
> (test.test_autopep8.CommandLineTests.test_in_place_with_exit_code_option_with_w391)
> ... ok
> test_in_place_with_w292
> (test.test_autopep8.CommandLineTests.test_in_place_with_w292) ... ok
> test_indent_size_is_zero
> (test.test_autopep8.CommandLineTests.test_indent_size_is_zero) ...
> --indent-size must be greater than 0ok
> test_inplace_with_multi_files
> (test.test_autopep8.CommandLineTests.test_inplace_with_multi_files) ... ok
> test_invalid_option_combinations
> (test.test_autopep8.CommandLineTests.test_invalid_option_combinations) ... ok
> test_list_fixes (test.test_autopep8.CommandLineTests.test_list_fixes) ... ok
> test_non_diff_with_exit_code_and_jobs_options
> (test.test_autopep8.CommandLineTests.test_non_diff_with_exit_code_and_jobs_options)
> ... ok
> test_non_diff_with_exit_code_option
> (test.test_autopep8.CommandLineTests.test_non_diff_with_exit_code_option) ...
> ok
> test_parallel_jobs (test.test_autopep8.CommandLineTests.test_parallel_jobs)
> ... ok
> test_parallel_jobs_with_automatic_cpu_count
> (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_automatic_cpu_count)
> ... ok
> test_parallel_jobs_with_diff_option
> (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_diff_option) ...
> ok
> test_parallel_jobs_with_inplace_option_and_io_error
> (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_inplace_option_and_io_error)
> ... ok
> test_pep8_ignore (test.test_autopep8.CommandLineTests.test_pep8_ignore) ... ok
> test_pep8_ignore_should_handle_trailing_comma_gracefully
> (test.test_autopep8.CommandLineTests.test_pep8_ignore_should_handle_trailing_comma_gracefully)
> ... ok
> test_pep8_passes (test.test_autopep8.CommandLineTests.test_pep8_passes) ... ok
> test_recursive (test.test_autopep8.CommandLineTests.test_recursive) ... ok
> test_recursive_should_ignore_hidden
> (test.test_autopep8.CommandLineTests.test_recursive_should_ignore_hidden) ...
> ok
> test_recursive_should_not_crash_on_unicode_filename
> (test.test_autopep8.CommandLineTests.test_recursive_should_not_crash_on_unicode_filename)
> ... ok
> test_standard_in (test.test_autopep8.CommandLineTests.test_standard_in) ... ok
> test_standard_out_should_use_native_line_ending
> (test.test_autopep8.CommandLineTests.test_standard_out_should_use_native_line_ending)
> ... ok
> test_standard_out_should_use_native_line_ending_with_cr_input
> (test.test_autopep8.CommandLineTests.test_standard_out_should_use_native_line_ending_with_cr_input)
> ... ok
> test_verbose (test.test_autopep8.CommandLineTests.test_verbose) ... ok
> test_verbose_diff (test.test_autopep8.CommandLineTests.test_verbose_diff) ...
> ok
> test_verbose_with_select_e702
> (test.test_autopep8.CommandLineTests.test_verbose_with_select_e702) ... ok
> test_pyproject_toml_with_flake8_config
> (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_flake8_config)
> override to flake8 config ... ok
> test_pyproject_toml_with_iterable_value
> (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_iterable_value)
> ... ok
> test_pyproject_toml_with_verbose_option
> (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_verbose_option)
> override to flake8 config ... [file:/tmp/autopep8testupb0s12r/foo.py]
> ---> 0 issue(s) to fix {}
> ok
> test_setupcfg_with_flake8_config
> (test.test_autopep8.ConfigurationFileTests.test_setupcfg_with_flake8_config)
> ... [file:/tmp/autopep8testynr6s2xc/foo.py]
> ---> 1 issue(s) to fix {'E222': {1}}
> ---> 0 issue(s) to fix {}
> ok
> test_setupcfg_with_pycodestyle_config
> (test.test_autopep8.ConfigurationFileTests.test_setupcfg_with_pycodestyle_config)
> ... [file:/tmp/autopep8test267g0_0o/foo.py]
> ---> 1 issue(s) to fix {'E222': {1}}
> ---> 0 issue(s) to fix {}
> ok
> test_config_false_with_local
> (test.test_autopep8.ConfigurationTests.test_config_false_with_local) ... ok
> test_config_false_with_local_autocomplete
> (test.test_autopep8.ConfigurationTests.test_config_false_with_local_autocomplete)
> ... ok
> test_config_false_with_local_space
> (test.test_autopep8.ConfigurationTests.test_config_false_with_local_space)
> ... ok
> test_config_false_without_local
> (test.test_autopep8.ConfigurationTests.test_config_false_without_local) ... ok
> test_config_local_inclue_invalid_key
> (test.test_autopep8.ConfigurationTests.test_config_local_inclue_invalid_key)
> ... ok
> test_config_local_int_value
> (test.test_autopep8.ConfigurationTests.test_config_local_int_value) ... ok
> test_config_override
> (test.test_autopep8.ConfigurationTests.test_config_override) ... ok
> test_global_config_ignore_locals
> (test.test_autopep8.ConfigurationTests.test_global_config_ignore_locals) ...
> ok
> test_global_config_with_locals
> (test.test_autopep8.ConfigurationTests.test_global_config_with_locals) ... ok
> test_global_config_without_locals
> (test.test_autopep8.ConfigurationTests.test_global_config_without_locals) ...
> ok
> test_local_config (test.test_autopep8.ConfigurationTests.test_local_config)
> ... ok
> test_local_pycodestyle_config_line_length
> (test.test_autopep8.ConfigurationTests.test_local_pycodestyle_config_line_length)
> ... ok
> test_pyproject_toml_config_local_int_value
> (test.test_autopep8.ConfigurationTests.test_pyproject_toml_config_local_int_value)
> ... ok
> test_e501_experimental_alone_with_indentation
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_alone_with_indentation)
> ... ok
> test_e501_experimental_alone_with_tuple
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_alone_with_tuple)
> ... skipped 'Not sure why space is not removed anymore'
> test_e501_experimental_and_import
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_import)
> ... ok
> test_e501_experimental_and_multiple_logical_lines
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_multiple_logical_lines)
> ... ok
> test_e501_experimental_and_multiple_logical_lines_with_math
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_multiple_logical_lines_with_math)
> ... ok
> test_e501_experimental_arithmetic_operator_with_indent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_arithmetic_operator_with_indent)
> ... ok
> test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible)
> ... ok
> test_e501_experimental_basic
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_basic) ...
> ok
> test_e501_experimental_basic_should_prefer_balanced_brackets
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_basic_should_prefer_balanced_brackets)
> ... ok
> test_e501_experimental_decorator
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_decorator)
> ... ok
> test_e501_experimental_dict
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_dict) ...
> ok
> test_e501_experimental_do_not_begin_line_with_comma
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_do_not_begin_line_with_comma)
> ... ok
> test_e501_experimental_do_not_break_on_keyword
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_do_not_break_on_keyword)
> ... ok
> test_e501_experimental_dont_split_if_looks_bad
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_dont_split_if_looks_bad)
> ... ok
> test_e501_experimental_for_line_over_limit
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_for_line_over_limit)
> ... ok
> test_e501_experimental_func_call_open_paren_not_separated
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_func_call_open_paren_not_separated)
> ... ok
> test_e501_experimental_if_line_over_limit
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_if_line_over_limit)
> ... ok
> test_e501_experimental_indentation
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_indentation)
> ... ok
> test_e501_experimental_list_comp
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_list_comp)
> ... ok
> test_e501_experimental_long_class_name
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_class_name)
> ... ok
> test_e501_experimental_long_dotted_object
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_dotted_object)
> ... ok
> test_e501_experimental_long_function_call_elements
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_function_call_elements)
> ... ok
> test_e501_experimental_long_nested_tuples_in_arrays
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_nested_tuples_in_arrays)
> ... ok
> test_e501_experimental_more_complicated
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_more_complicated)
> ... ok
> test_e501_experimental_no_line_change
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_line_change)
> ... ok
> test_e501_experimental_no_splitting_at_dot
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_at_dot)
> ... ok
> test_e501_experimental_no_splitting_before_arg_list
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_before_arg_list)
> ... ok
> test_e501_experimental_no_splitting_in_func_call
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_in_func_call)
> ... ok
> test_e501_experimental_oversized_default_initializer
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_oversized_default_initializer)
> ... ok
> test_e501_experimental_parsing_dict_with_comments
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_parsing_dict_with_comments)
> ... ok
> test_e501_experimental_shorten_at_commas_skip
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_shorten_at_commas_skip)
> ... ok
> test_e501_experimental_should_cut_comment_pattern
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_cut_comment_pattern)
> ... read config path: /dev/null
> read config path: /<<PKGBUILDDIR>>/test/fake_configuration/.pep8
> enable config: section=pep8, key=indent-size, value=2
> Generating grammar tables from /usr/lib/python3.11/lib2to3/Grammar.txt
> Generating grammar tables from /usr/lib/python3.11/lib2to3/PatternGrammar.txt
> ok
> test_e501_experimental_should_ignore_imports
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_ignore_imports)
> ... ok
> test_e501_experimental_should_not_break_on_dot
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_break_on_dot)
> ... ok
> test_e501_experimental_should_not_do_useless_things
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_do_useless_things)
> ... ok
> test_e501_experimental_should_not_interfere_with_non_comment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_interfere_with_non_comment)
> ... ok
> test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic)
> ... ok
> test_e501_experimental_should_only_modify_last_comment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_only_modify_last_comment)
> ... ok
> test_e501_experimental_skip_even_more_complicated
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_skip_even_more_complicated)
> ... ok
> test_e501_experimental_splitting_small_arrays
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_splitting_small_arrays)
> ... ok
> test_e501_experimental_tuple_on_line
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_tuple_on_line)
> ... skipped 'To do'
> test_e501_experimental_tuple_on_line_two_space_indent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_tuple_on_line_two_space_indent)
> ... ok
> test_e501_experimental_while_line_over_limit
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_while_line_over_limit)
> ... ok
> test_e501_experimental_with_commas_and_colons
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_commas_and_colons)
> ... ok
> test_e501_experimental_with_comment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_comment)
> ... ok
> test_e501_experimental_with_comment_should_not_modify_docstring
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_comment_should_not_modify_docstring)
> ... ok
> test_e501_experimental_with_complex_reformat
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_complex_reformat)
> ... ok
> test_e501_experimental_with_def
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_def)
> ... ok
> test_e501_experimental_with_dot_calls
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_dot_calls)
> ... ok
> test_e501_experimental_with_function_should_not_break_on_colon
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_function_should_not_break_on_colon)
> ... ok
> test_e501_experimental_with_in
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_in)
> ... ok
> test_e501_experimental_with_indent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_indent)
> ... ok
> test_e501_experimental_with_inline_comments
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments)
> ... ok
> test_e501_experimental_with_inline_comments_should_skip_edge_cases
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_edge_cases)
> ... ok
> test_e501_experimental_with_inline_comments_should_skip_keywords
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_keywords)
> ... ok
> test_e501_experimental_with_inline_comments_should_skip_multiline
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_multiline)
> ... ok
> test_e501_experimental_with_logical_fix
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_logical_fix)
> ... ok
> test_e501_experimental_with_logical_fix_and_physical_fix
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_logical_fix_and_physical_fix)
> ... ok
> test_e501_experimental_with_multiple_lines
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_multiple_lines)
> ... ok
> test_e501_experimental_with_percent
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_percent)
> ... ok
> test_e501_experimental_with_shorter_length
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_shorter_length)
> ... ok
> test_e501_experimental_with_tuple
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple)
> ... ok
> test_e501_experimental_with_tuple_assignment
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple_assignment)
> ... ok
> test_e501_experimental_with_tuple_in_list
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple_in_list)
> ... ok
> test_e501_experimental_with_unicode
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_unicode)
> ... ok
> test_e501_experimental_with_very_long_line
> (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_very_long_line)
> ... ok
> test_e501_shorten_comment_with_experimental
> (test.test_autopep8.ExperimentalSystemTests.test_e501_shorten_comment_with_experimental)
> ... ok
> test_e501_with_experimental
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental) ...
> ok
> test_e501_with_experimental_and_carriage_returns_only
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_carriage_returns_only)
> Make sure _find_logical() does not crash. ... ok
> test_e501_with_experimental_and_escaped_newline
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_escaped_newline)
> ... ok
> test_e501_with_experimental_and_indentation
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_indentation)
> ... ok
> test_e501_with_experimental_and_multiline_string
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string)
> ... ok
> test_e501_with_experimental_and_multiline_string_in_parens
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string_in_parens)
> ... ok
> test_e501_with_experimental_and_multiline_string_with_addition
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string_with_addition)
> ... ok
> test_e501_with_logical_fix_and_adjacent_strings
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_logical_fix_and_adjacent_strings)
> ... ok
> test_e501_with_multiple_keys_and_experimental
> (test.test_autopep8.ExperimentalSystemTests.test_e501_with_multiple_keys_and_experimental)
> ... ok
> test_autopep8_disable (test.test_autopep8.SystemTests.test_autopep8_disable)
> ... ok
> test_autopep8_disable_multi
> (test.test_autopep8.SystemTests.test_autopep8_disable_multi) ... ok
> test_e101 (test.test_autopep8.SystemTests.test_e101) ... ok
> test_e101_should_fix_docstrings
> (test.test_autopep8.SystemTests.test_e101_should_fix_docstrings) ... ok
> test_e101_should_ignore_multiline_strings
> (test.test_autopep8.SystemTests.test_e101_should_ignore_multiline_strings)
> ... ok
> test_e101_should_ignore_multiline_strings_complex
> (test.test_autopep8.SystemTests.test_e101_should_ignore_multiline_strings_complex)
> ... ok
> test_e101_should_not_expand_non_indentation_tabs
> (test.test_autopep8.SystemTests.test_e101_should_not_expand_non_indentation_tabs)
> ... ok
> test_e101_skip_if_bad_indentation
> (test.test_autopep8.SystemTests.test_e101_skip_if_bad_indentation) ... ok
> test_e101_skip_innocuous
> (test.test_autopep8.SystemTests.test_e101_skip_innocuous) ... ok
> test_e101_when_pep8_mistakes_first_tab_in_string
> (test.test_autopep8.SystemTests.test_e101_when_pep8_mistakes_first_tab_in_string)
> ... ok
> test_e101_with_comments
> (test.test_autopep8.SystemTests.test_e101_with_comments) ... ok
> test_e101_with_indent_size_1
> (test.test_autopep8.SystemTests.test_e101_with_indent_size_1) ... ok
> test_e101_with_indent_size_2
> (test.test_autopep8.SystemTests.test_e101_with_indent_size_2) ... ok
> test_e101_with_indent_size_3
> (test.test_autopep8.SystemTests.test_e101_with_indent_size_3) ... ok
> test_e111_long (test.test_autopep8.SystemTests.test_e111_long) ... ok
> test_e111_longer (test.test_autopep8.SystemTests.test_e111_longer) ... ok
> test_e111_multiple_levels
> (test.test_autopep8.SystemTests.test_e111_multiple_levels) ... ok
> test_e111_short (test.test_autopep8.SystemTests.test_e111_short) ... ok
> test_e111_should_not_modify_string_contents
> (test.test_autopep8.SystemTests.test_e111_should_not_modify_string_contents)
> ... ok
> test_e111_with_dedent (test.test_autopep8.SystemTests.test_e111_with_dedent)
> ... ok
> test_e111_with_other_errors
> (test.test_autopep8.SystemTests.test_e111_with_other_errors) ... ok
> test_e112_should_leave_bad_syntax_alone
> (test.test_autopep8.SystemTests.test_e112_should_leave_bad_syntax_alone) ...
> ok
> test_e113 (test.test_autopep8.SystemTests.test_e113) ... ok
> test_e113_bad_syntax (test.test_autopep8.SystemTests.test_e113_bad_syntax)
> ... ok
> test_e114 (test.test_autopep8.SystemTests.test_e114) ... ok
> test_e115 (test.test_autopep8.SystemTests.test_e115) ... ok
> test_e116 (test.test_autopep8.SystemTests.test_e116) ... ok
> test_e117 (test.test_autopep8.SystemTests.test_e117) ... ok
> test_e121_with_multiline_string
> (test.test_autopep8.SystemTests.test_e121_with_multiline_string) ... ok
> test_e122_with_fallback
> (test.test_autopep8.SystemTests.test_e122_with_fallback) ... ok
> test_e123 (test.test_autopep8.SystemTests.test_e123) ... ok
> test_e123_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e123_with_escaped_newline) ... ok
> test_e125_with_multiline_string
> (test.test_autopep8.SystemTests.test_e125_with_multiline_string) ... ok
> test_e125_with_multiline_string_okay
> (test.test_autopep8.SystemTests.test_e125_with_multiline_string_okay) ... ok
> test_e126 (test.test_autopep8.SystemTests.test_e126) ... ok
> test_e126_should_not_interfere_with_other_fixes
> (test.test_autopep8.SystemTests.test_e126_should_not_interfere_with_other_fixes)
> ... ok
> test_e127 (test.test_autopep8.SystemTests.test_e127) ... ok
> test_e127_align_visual_indent
> (test.test_autopep8.SystemTests.test_e127_align_visual_indent) ... ok
> test_e127_align_visual_indent_okay
> (test.test_autopep8.SystemTests.test_e127_align_visual_indent_okay)
> This is for code coverage. ... ok
> test_e127_with_backslash
> (test.test_autopep8.SystemTests.test_e127_with_backslash) ... ok
> test_e127_with_bracket_then_parenthesis
> (test.test_autopep8.SystemTests.test_e127_with_bracket_then_parenthesis) ...
> ok
> test_e128_with_aaa_option
> (test.test_autopep8.SystemTests.test_e128_with_aaa_option) ... ok
> test_e129 (test.test_autopep8.SystemTests.test_e129) ... ok
> test_e12_large (test.test_autopep8.SystemTests.test_e12_large) ... ok
> test_e12_reindent (test.test_autopep8.SystemTests.test_e12_reindent) ... ok
> test_e12_reindent_with_multiple_fixes
> (test.test_autopep8.SystemTests.test_e12_reindent_with_multiple_fixes) ... ok
> test_e12_tricky (test.test_autopep8.SystemTests.test_e12_tricky) ... ok
> test_e12_with_backslash
> (test.test_autopep8.SystemTests.test_e12_with_backslash) ... ok
> test_e12_with_bad_indentation
> (test.test_autopep8.SystemTests.test_e12_with_bad_indentation) ... ok
> test_e131_invalid_indent_with_select_option
> (test.test_autopep8.SystemTests.test_e131_invalid_indent_with_select_option)
> ... ok
> test_e131_with_select_option
> (test.test_autopep8.SystemTests.test_e131_with_select_option) ... ok
> test_e133 (test.test_autopep8.SystemTests.test_e133) ... ok
> test_e133_no_indentation_line
> (test.test_autopep8.SystemTests.test_e133_no_indentation_line) ... ok
> test_e133_not_effected
> (test.test_autopep8.SystemTests.test_e133_not_effected) ... ok
> test_e201 (test.test_autopep8.SystemTests.test_e201) ... ok
> test_e202 (test.test_autopep8.SystemTests.test_e202) ... ok
> test_e202_multiline (test.test_autopep8.SystemTests.test_e202_multiline) ...
> ok
> test_e202_skip_multiline_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e202_skip_multiline_with_escaped_newline)
> ... ok
> test_e203_colon (test.test_autopep8.SystemTests.test_e203_colon) ... ok
> test_e203_comma (test.test_autopep8.SystemTests.test_e203_comma) ... ok
> test_e203_semicolon (test.test_autopep8.SystemTests.test_e203_semicolon) ...
> ok
> test_e203_with_newline
> (test.test_autopep8.SystemTests.test_e203_with_newline) ... ok
> test_e211 (test.test_autopep8.SystemTests.test_e211) ... ok
> test_e221 (test.test_autopep8.SystemTests.test_e221) ... ok
> test_e221_do_not_skip_multiline
> (test.test_autopep8.SystemTests.test_e221_do_not_skip_multiline) ... ok
> test_e222 (test.test_autopep8.SystemTests.test_e222) ... ok
> test_e222_with_multiline
> (test.test_autopep8.SystemTests.test_e222_with_multiline) ... ok
> test_e223 (test.test_autopep8.SystemTests.test_e223) ... ok
> test_e223_double (test.test_autopep8.SystemTests.test_e223_double) ... ok
> test_e223_with_tab_indentation
> (test.test_autopep8.SystemTests.test_e223_with_tab_indentation) ... ok
> test_e224 (test.test_autopep8.SystemTests.test_e224) ... ok
> test_e224_double (test.test_autopep8.SystemTests.test_e224_double) ... ok
> test_e224_with_tab_indentation
> (test.test_autopep8.SystemTests.test_e224_with_tab_indentation) ... ok
> test_e225 (test.test_autopep8.SystemTests.test_e225) ... ok
> test_e225_with_indentation_fix
> (test.test_autopep8.SystemTests.test_e225_with_indentation_fix) ... ok
> test_e226 (test.test_autopep8.SystemTests.test_e226) ... ok
> test_e227 (test.test_autopep8.SystemTests.test_e227) ... ok
> test_e228 (test.test_autopep8.SystemTests.test_e228) ... ok
> test_e231 (test.test_autopep8.SystemTests.test_e231) ... ok
> test_e231_should_only_do_ws_comma_once
> (test.test_autopep8.SystemTests.test_e231_should_only_do_ws_comma_once)
> If we don't check appropriately, we end up doing ws_comma multiple ... ok
> test_e231_with_colon_after_comma
> (test.test_autopep8.SystemTests.test_e231_with_colon_after_comma)
> ws_comma fixer ignores this case. ... ok
> test_e231_with_many_commas
> (test.test_autopep8.SystemTests.test_e231_with_many_commas) ... ok
> test_e241 (test.test_autopep8.SystemTests.test_e241) ... ok
> test_e241_double (test.test_autopep8.SystemTests.test_e241_double) ... ok
> test_e241_should_be_enabled_by_aggressive
> (test.test_autopep8.SystemTests.test_e241_should_be_enabled_by_aggressive)
> ... ok
> test_e242 (test.test_autopep8.SystemTests.test_e242) ... ok
> test_e242_double (test.test_autopep8.SystemTests.test_e242_double) ... ok
> test_e251 (test.test_autopep8.SystemTests.test_e251) ... ok
> test_e251_with_argument_on_next_line
> (test.test_autopep8.SystemTests.test_e251_with_argument_on_next_line) ... ok
> test_e251_with_calling
> (test.test_autopep8.SystemTests.test_e251_with_calling) ... ok
> test_e251_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e251_with_escaped_newline) ... ok
> test_e252 (test.test_autopep8.SystemTests.test_e252) ... ok
> test_e252_with_argument_on_next_line
> (test.test_autopep8.SystemTests.test_e252_with_argument_on_next_line) ... ok
> test_e252_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e252_with_escaped_newline) ... ok
> test_e261 (test.test_autopep8.SystemTests.test_e261) ... ok
> test_e261_with_comma (test.test_autopep8.SystemTests.test_e261_with_comma)
> ... ok
> test_e261_with_dictionary
> (test.test_autopep8.SystemTests.test_e261_with_dictionary) ... ok
> test_e261_with_dictionary_no_space
> (test.test_autopep8.SystemTests.test_e261_with_dictionary_no_space) ... ok
> test_e261_with_inline_commented_out_code
> (test.test_autopep8.SystemTests.test_e261_with_inline_commented_out_code) ...
> ok
> test_e262_hash_in_string
> (test.test_autopep8.SystemTests.test_e262_hash_in_string) ... ok
> test_e262_hash_in_string_and_multiple_hashes
> (test.test_autopep8.SystemTests.test_e262_hash_in_string_and_multiple_hashes)
> ... ok
> test_e262_more_complex
> (test.test_autopep8.SystemTests.test_e262_more_complex) ... ok
> test_e262_more_space (test.test_autopep8.SystemTests.test_e262_more_space)
> ... ok
> test_e262_none_space (test.test_autopep8.SystemTests.test_e262_none_space)
> ... ok
> test_e265 (test.test_autopep8.SystemTests.test_e265) ... ok
> test_e265_ignores_special_comments
> (test.test_autopep8.SystemTests.test_e265_ignores_special_comments) ... ok
> test_e265_ignores_special_comments_in_middle_of_file
> (test.test_autopep8.SystemTests.test_e265_ignores_special_comments_in_middle_of_file)
> ... ok
> test_e265_issue662 (test.test_autopep8.SystemTests.test_e265_issue662) ... ok
> test_e265_only (test.test_autopep8.SystemTests.test_e265_only) ... ok
> test_e266 (test.test_autopep8.SystemTests.test_e266) ... ok
> test_e266_issue662 (test.test_autopep8.SystemTests.test_e266_issue662) ... ok
> test_e266_only (test.test_autopep8.SystemTests.test_e266_only) ... ok
> test_e271 (test.test_autopep8.SystemTests.test_e271) ... ok
> test_e271_with_multiline
> (test.test_autopep8.SystemTests.test_e271_with_multiline) ... ok
> test_e272 (test.test_autopep8.SystemTests.test_e272) ... ok
> test_e273 (test.test_autopep8.SystemTests.test_e273) ... ok
> test_e274 (test.test_autopep8.SystemTests.test_e274) ... ok
> test_e301 (test.test_autopep8.SystemTests.test_e301) ... ok
> test_e301_extended_with_docstring
> (test.test_autopep8.SystemTests.test_e301_extended_with_docstring) ... ok
> test_e302 (test.test_autopep8.SystemTests.test_e302) ... ok
> test_e302_bug (test.test_autopep8.SystemTests.test_e302_bug)
> Avoid creating bad syntax. ... ok
> test_e303 (test.test_autopep8.SystemTests.test_e303) ... ok
> test_e303_extended (test.test_autopep8.SystemTests.test_e303_extended) ... ok
> test_e303_with_e305 (test.test_autopep8.SystemTests.test_e303_with_e305) ...
> ok
> test_e304 (test.test_autopep8.SystemTests.test_e304) ... ok
> test_e304_with_comment
> (test.test_autopep8.SystemTests.test_e304_with_comment) ... ok
> test_e305 (test.test_autopep8.SystemTests.test_e305) ... ok
> test_e306 (test.test_autopep8.SystemTests.test_e306) ... ok
> test_e401 (test.test_autopep8.SystemTests.test_e401) ... ok
> test_e401_should_ignore_commented_comma
> (test.test_autopep8.SystemTests.test_e401_should_ignore_commented_comma) ...
> ok
> test_e401_should_ignore_commented_comma_with_indentation
> (test.test_autopep8.SystemTests.test_e401_should_ignore_commented_comma_with_indentation)
> ... ok
> test_e401_should_ignore_false_positive
> (test.test_autopep8.SystemTests.test_e401_should_ignore_false_positive) ... ok
> test_e401_with_escaped_newline_case
> (test.test_autopep8.SystemTests.test_e401_with_escaped_newline_case) ... ok
> test_e401_with_indentation
> (test.test_autopep8.SystemTests.test_e401_with_indentation) ... ok
> test_e401_with_multiline_from_import
> (test.test_autopep8.SystemTests.test_e401_with_multiline_from_import) ... ok
> test_e402 (test.test_autopep8.SystemTests.test_e402) ... ok
> test_e402_duplicate_module
> (test.test_autopep8.SystemTests.test_e402_duplicate_module) ... ok
> test_e402_import_some_modules
> (test.test_autopep8.SystemTests.test_e402_import_some_modules) ... ok
> test_e402_with_dunder (test.test_autopep8.SystemTests.test_e402_with_dunder)
> ... ok
> test_e402_with_dunder_lines
> (test.test_autopep8.SystemTests.test_e402_with_dunder_lines) ... ok
> test_e402_with_future_import
> (test.test_autopep8.SystemTests.test_e402_with_future_import) ... ok
> test_e402_with_module_doc
> (test.test_autopep8.SystemTests.test_e402_with_module_doc) ... ok
> test_e402_with_multiline_from_future_import
> (test.test_autopep8.SystemTests.test_e402_with_multiline_from_future_import)
> ... ok
> test_e501_aggressive_decorator
> (test.test_autopep8.SystemTests.test_e501_aggressive_decorator) ... ok
> test_e501_aggressive_intermingled_comments
> (test.test_autopep8.SystemTests.test_e501_aggressive_intermingled_comments)
> ... ok
> test_e501_aggressive_long_class_name
> (test.test_autopep8.SystemTests.test_e501_aggressive_long_class_name) ... ok
> test_e501_aggressive_long_comment_and_long_line
> (test.test_autopep8.SystemTests.test_e501_aggressive_long_comment_and_long_line)
> ... ok
> test_e501_aggressive_with_def
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_def) ... ok
> test_e501_aggressive_with_percent
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_percent) ... ok
> test_e501_aggressive_with_tuple
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_tuple) ... ok
> test_e501_aggressive_with_tuple_in_list
> (test.test_autopep8.SystemTests.test_e501_aggressive_with_tuple_in_list) ...
> ok
> test_e501_alone_with_indentation
> (test.test_autopep8.SystemTests.test_e501_alone_with_indentation) ... ok
> test_e501_alone_with_tuple
> (test.test_autopep8.SystemTests.test_e501_alone_with_tuple) ... ok
> test_e501_arithmetic_operator_with_indent
> (test.test_autopep8.SystemTests.test_e501_arithmetic_operator_with_indent)
> ... ok
> test_e501_avoid_breaking_at_empty_parentheses_if_possible
> (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_empty_parentheses_if_possible)
> ... ok
> test_e501_avoid_breaking_at_multi_level_slice
> (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_multi_level_slice)
> Prevents line break on slice notation, dict access in this example: ... ok
> test_e501_avoid_breaking_at_opening_slice
> (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_opening_slice)
> Prevents line break on slice notation, dict access in this example: ... ok
> test_e501_basic (test.test_autopep8.SystemTests.test_e501_basic) ... ok
> test_e501_basic_should_prefer_balanced_brackets
> (test.test_autopep8.SystemTests.test_e501_basic_should_prefer_balanced_brackets)
> ... ok
> test_e501_do_not_begin_line_with_comma
> (test.test_autopep8.SystemTests.test_e501_do_not_begin_line_with_comma) ... ok
> test_e501_do_not_break_on_keyword
> (test.test_autopep8.SystemTests.test_e501_do_not_break_on_keyword) ... ok
> test_e501_for_line_over_limit
> (test.test_autopep8.SystemTests.test_e501_for_line_over_limit) ... ok
> test_e501_if_line_over_limit
> (test.test_autopep8.SystemTests.test_e501_if_line_over_limit) ... ok
> test_e501_more_aggressive_with_def
> (test.test_autopep8.SystemTests.test_e501_more_aggressive_with_def) ... ok
> test_e501_more_complicated
> (test.test_autopep8.SystemTests.test_e501_more_complicated) ... ok
> test_e501_shorten_at_commas_skip
> (test.test_autopep8.SystemTests.test_e501_shorten_at_commas_skip) ... ok
> test_e501_shorten_comment_with_aggressive
> (test.test_autopep8.SystemTests.test_e501_shorten_comment_with_aggressive)
> ... ok
> test_e501_shorten_comment_without_aggressive
> (test.test_autopep8.SystemTests.test_e501_shorten_comment_without_aggressive)
> Do nothing without aggressive. ... ok
> test_e501_shorten_with_backslash
> (test.test_autopep8.SystemTests.test_e501_shorten_with_backslash) ... ok
> test_e501_should_break_before_tuple_start
> (test.test_autopep8.SystemTests.test_e501_should_break_before_tuple_start)
> ... ok
> test_e501_should_cut_comment_pattern
> (test.test_autopep8.SystemTests.test_e501_should_cut_comment_pattern) ... ok
> test_e501_should_ignore_imports
> (test.test_autopep8.SystemTests.test_e501_should_ignore_imports) ... ok
> test_e501_should_not_break_on_dot
> (test.test_autopep8.SystemTests.test_e501_should_not_break_on_dot) ... ok
> test_e501_should_not_do_useless_things
> (test.test_autopep8.SystemTests.test_e501_should_not_do_useless_things) ... ok
> test_e501_should_not_interfere_with_non_comment
> (test.test_autopep8.SystemTests.test_e501_should_not_interfere_with_non_comment)
> ... ok
> test_e501_should_not_try_to_break_at_every_paren_in_arithmetic
> (test.test_autopep8.SystemTests.test_e501_should_not_try_to_break_at_every_paren_in_arithmetic)
> ... ok
> test_e501_should_only_modify_last_comment
> (test.test_autopep8.SystemTests.test_e501_should_only_modify_last_comment)
> ... ok
> test_e501_skip_even_more_complicated
> (test.test_autopep8.SystemTests.test_e501_skip_even_more_complicated) ... ok
> test_e501_while_line_over_limit
> (test.test_autopep8.SystemTests.test_e501_while_line_over_limit) ... ok
> test_e501_with_aggressive
> (test.test_autopep8.SystemTests.test_e501_with_aggressive) ... ok
> test_e501_with_aggressive_and_carriage_returns_only
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_carriage_returns_only)
> Make sure _find_logical() does not crash. ... ok
> test_e501_with_aggressive_and_escaped_newline
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_escaped_newline)
> ... ok
> test_e501_with_aggressive_and_import
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_import) ... ok
> test_e501_with_aggressive_and_indentation
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_indentation)
> ... ok
> test_e501_with_aggressive_and_massive_number_of_logical_lines
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_massive_number_of_logical_lines)
> We do not care about results here. ... ok
> test_e501_with_aggressive_and_multiline_string
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string)
> ... ok
> test_e501_with_aggressive_and_multiline_string_in_parens
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string_in_parens)
> ... ok
> test_e501_with_aggressive_and_multiline_string_with_addition
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string_with_addition)
> ... ok
> test_e501_with_aggressive_and_multiple_logical_lines
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiple_logical_lines)
> ... ok
> test_e501_with_aggressive_and_multiple_logical_lines_with_math
> (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiple_logical_lines_with_math)
> ... ok
> test_e501_with_commas_and_colons
> (test.test_autopep8.SystemTests.test_e501_with_commas_and_colons) ... ok
> test_e501_with_comment
> (test.test_autopep8.SystemTests.test_e501_with_comment) ... ok
> test_e501_with_comment_should_not_modify_docstring
> (test.test_autopep8.SystemTests.test_e501_with_comment_should_not_modify_docstring)
> ... ok
> test_e501_with_dictionary
> (test.test_autopep8.SystemTests.test_e501_with_dictionary) ... ok
> test_e501_with_function_should_not_break_on_colon
> (test.test_autopep8.SystemTests.test_e501_with_function_should_not_break_on_colon)
> ... ok
> test_e501_with_in (test.test_autopep8.SystemTests.test_e501_with_in) ... ok
> test_e501_with_indent (test.test_autopep8.SystemTests.test_e501_with_indent)
> ... ok
> test_e501_with_inline_comments
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments) ... ok
> test_e501_with_inline_comments_should_skip_edge_cases
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_edge_cases)
> ... ok
> test_e501_with_inline_comments_should_skip_keywords
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_keywords)
> ... ok
> test_e501_with_inline_comments_should_skip_keywords_without_aggressive
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_keywords_without_aggressive)
> ... ok
> test_e501_with_inline_comments_should_skip_multiline
> (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_multiline)
> ... ok
> test_e501_with_lambda (test.test_autopep8.SystemTests.test_e501_with_lambda)
> ... ok
> test_e501_with_logical_fix
> (test.test_autopep8.SystemTests.test_e501_with_logical_fix) ... ok
> test_e501_with_logical_fix_and_adjacent_strings
> (test.test_autopep8.SystemTests.test_e501_with_logical_fix_and_adjacent_strings)
> ... ok
> test_e501_with_logical_fix_and_physical_fix
> (test.test_autopep8.SystemTests.test_e501_with_logical_fix_and_physical_fix)
> ... ok
> test_e501_with_multiple_keys_and_aggressive
> (test.test_autopep8.SystemTests.test_e501_with_multiple_keys_and_aggressive)
> ... ok
> test_e501_with_multiple_lines
> (test.test_autopep8.SystemTests.test_e501_with_multiple_lines) ... ok
> test_e501_with_multiple_lines_and_quotes
> (test.test_autopep8.SystemTests.test_e501_with_multiple_lines_and_quotes) ...
> ok
> test_e501_with_pep572_assignment_expressions
> (test.test_autopep8.SystemTests.test_e501_with_pep572_assignment_expressions)
> ... ok
> test_e501_with_shorter_length
> (test.test_autopep8.SystemTests.test_e501_with_shorter_length) ... ok
> test_e501_with_very_long_line
> (test.test_autopep8.SystemTests.test_e501_with_very_long_line) ... ok
> test_e502 (test.test_autopep8.SystemTests.test_e502) ... ok
> test_e701 (test.test_autopep8.SystemTests.test_e701) ... ok
> test_e701_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e701_with_escaped_newline) ... ok
> test_e701_with_escaped_newline_and_spaces
> (test.test_autopep8.SystemTests.test_e701_with_escaped_newline_and_spaces)
> ... ok
> test_e702 (test.test_autopep8.SystemTests.test_e702) ... ok
> test_e702_after_colon_should_be_untouched
> (test.test_autopep8.SystemTests.test_e702_after_colon_should_be_untouched)
> ... ok
> test_e702_indent_correctly
> (test.test_autopep8.SystemTests.test_e702_indent_correctly) ... ok
> test_e702_more_complicated
> (test.test_autopep8.SystemTests.test_e702_more_complicated) ... ok
> test_e702_with_dict_semicolon
> (test.test_autopep8.SystemTests.test_e702_with_dict_semicolon) ... ok
> test_e702_with_e701_and_only_select_e702_option
> (test.test_autopep8.SystemTests.test_e702_with_e701_and_only_select_e702_option)
> ... ok
> test_e702_with_escaped_newline
> (test.test_autopep8.SystemTests.test_e702_with_escaped_newline) ... ok
> test_e702_with_escaped_newline_with_indentation
> (test.test_autopep8.SystemTests.test_e702_with_escaped_newline_with_indentation)
> ... ok
> test_e702_with_non_ascii_file
> (test.test_autopep8.SystemTests.test_e702_with_non_ascii_file) ... ok
> test_e702_with_semicolon_after_string
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_after_string) ... ok
> test_e702_with_semicolon_and_space_at_end
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_and_space_at_end)
> ... ok
> test_e702_with_semicolon_at_end
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_at_end) ... ok
> test_e702_with_semicolon_in_string
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_in_string) ... ok
> test_e702_with_semicolon_in_string_to_the_right
> (test.test_autopep8.SystemTests.test_e702_with_semicolon_in_string_to_the_right)
> ... ok
> test_e702_with_triple_quote
> (test.test_autopep8.SystemTests.test_e702_with_triple_quote) ... ok
> test_e702_with_triple_quote_and_indent
> (test.test_autopep8.SystemTests.test_e702_with_triple_quote_and_indent) ... ok
> test_e702_with_whitespace
> (test.test_autopep8.SystemTests.test_e702_with_whitespace) ... ok
> test_e703_in_example_of_readme
> (test.test_autopep8.SystemTests.test_e703_in_example_of_readme) ... ok
> test_e703_with_inline_comment
> (test.test_autopep8.SystemTests.test_e703_with_inline_comment) ... ok
> test_e704 (test.test_autopep8.SystemTests.test_e704) ... ok
> test_e704_not_work_with_aa_option
> (test.test_autopep8.SystemTests.test_e704_not_work_with_aa_option) ... ok
> test_e711 (test.test_autopep8.SystemTests.test_e711) ... ok
> test_e711_and_e712 (test.test_autopep8.SystemTests.test_e711_and_e712) ... ok
> test_e711_in_conditional
> (test.test_autopep8.SystemTests.test_e711_in_conditional) ... ok
> test_e711_in_conditional_with_multiple_instances
> (test.test_autopep8.SystemTests.test_e711_in_conditional_with_multiple_instances)
> ... ok
> test_e711_with_not_equals_none
> (test.test_autopep8.SystemTests.test_e711_with_not_equals_none) ... ok
> test_e712 (test.test_autopep8.SystemTests.test_e712) ... ok
> test_e712_in_conditional_with_multiple_instances
> (test.test_autopep8.SystemTests.test_e712_in_conditional_with_multiple_instances)
> ... ok
> test_e712_only_if_aggressive_level_2
> (test.test_autopep8.SystemTests.test_e712_only_if_aggressive_level_2) ... ok
> test_e712_with_dict_value
> (test.test_autopep8.SystemTests.test_e712_with_dict_value) ... ok
> test_e712_with_false (test.test_autopep8.SystemTests.test_e712_with_false)
> ... ok
> test_e712_with_special_case_equal_false
> (test.test_autopep8.SystemTests.test_e712_with_special_case_equal_false) ...
> ok
> test_e712_with_special_case_equal_not_true
> (test.test_autopep8.SystemTests.test_e712_with_special_case_equal_not_true)
> ... ok
> test_e713 (test.test_autopep8.SystemTests.test_e713) ... ok
> test_e713_and_e714 (test.test_autopep8.SystemTests.test_e713_and_e714) ... ok
> test_e713_chain (test.test_autopep8.SystemTests.test_e713_chain) ... ok
> test_e713_chain2 (test.test_autopep8.SystemTests.test_e713_chain2) ... ok
> test_e713_chain3 (test.test_autopep8.SystemTests.test_e713_chain3) ... ok
> test_e713_chain4 (test.test_autopep8.SystemTests.test_e713_chain4) ... ok
> test_e713_more (test.test_autopep8.SystemTests.test_e713_more) ... ok
> test_e713_with_in (test.test_autopep8.SystemTests.test_e713_with_in) ... ok
> test_e713_with_single_quote
> (test.test_autopep8.SystemTests.test_e713_with_single_quote) ... ok
> test_e713_with_tuple (test.test_autopep8.SystemTests.test_e713_with_tuple)
> ... ok
> test_e714 (test.test_autopep8.SystemTests.test_e714) ... ok
> test_e714_chain (test.test_autopep8.SystemTests.test_e714_chain) ... ok
> test_e714_with_is (test.test_autopep8.SystemTests.test_e714_with_is) ... ok
> test_e714_with_single_quote
> (test.test_autopep8.SystemTests.test_e714_with_single_quote) ... ok
> test_e721 (test.test_autopep8.SystemTests.test_e721) ... ok
> test_e721_in_conditional
> (test.test_autopep8.SystemTests.test_e721_in_conditional) ... ok
> test_e721_with_str (test.test_autopep8.SystemTests.test_e721_with_str) ... ok
> test_e722 (test.test_autopep8.SystemTests.test_e722) ... ok
> test_e722_non_aggressive
> (test.test_autopep8.SystemTests.test_e722_non_aggressive) ... ok
> test_e722_with_if_else_stmt
> (test.test_autopep8.SystemTests.test_e722_with_if_else_stmt) ... ok
> test_e731 (test.test_autopep8.SystemTests.test_e731) ... ok
> test_e731_no_arg (test.test_autopep8.SystemTests.test_e731_no_arg) ... ok
> test_e731_with_args (test.test_autopep8.SystemTests.test_e731_with_args) ...
> ok
> test_e731_with_default_arguments
> (test.test_autopep8.SystemTests.test_e731_with_default_arguments) ... ok
> test_e731_with_select_option
> (test.test_autopep8.SystemTests.test_e731_with_select_option) ... ok
> test_e731_with_tuple_arg
> (test.test_autopep8.SystemTests.test_e731_with_tuple_arg) ... ok
> test_e901_should_cause_indentation_screw_up
> (test.test_autopep8.SystemTests.test_e901_should_cause_indentation_screw_up)
> ... ok
> test_exchange_multiple_imports_with_def
> (test.test_autopep8.SystemTests.test_exchange_multiple_imports_with_def) ...
> ok
> test_execfile_in_lambda_should_not_be_modified
> (test.test_autopep8.SystemTests.test_execfile_in_lambda_should_not_be_modified)
> Modifying this to the exec() form is invalid in Python 2. ... ok
> test_fmt_disable (test.test_autopep8.SystemTests.test_fmt_disable) ... ok
> test_fmt_disable_with_double_reenable
> (test.test_autopep8.SystemTests.test_fmt_disable_with_double_reenable) ... ok
> test_fmt_disable_without_reenable
> (test.test_autopep8.SystemTests.test_fmt_disable_without_reenable) ... ok
> test_fmt_double_disable_and_reenable
> (test.test_autopep8.SystemTests.test_fmt_double_disable_and_reenable) ... ok
> test_fmt_multi_disable_and_reenable
> (test.test_autopep8.SystemTests.test_fmt_multi_disable_and_reenable) ... ok
> test_fmt_multi_disable_complex
> (test.test_autopep8.SystemTests.test_fmt_multi_disable_complex) ... ok
> test_fmt_multi_disable_complex_multi
> (test.test_autopep8.SystemTests.test_fmt_multi_disable_complex_multi) ... ok
> test_general_disable (test.test_autopep8.SystemTests.test_general_disable)
> ... ok
> test_ignore_e265 (test.test_autopep8.SystemTests.test_ignore_e265) ... ok
> test_ignore_e266 (test.test_autopep8.SystemTests.test_ignore_e266) ... ok
> test_ignore_only_w503_with_select_w
> (test.test_autopep8.SystemTests.test_ignore_only_w503_with_select_w) ... ok
> test_ignore_only_w504_with_select_w
> (test.test_autopep8.SystemTests.test_ignore_only_w504_with_select_w) ... ok
> test_ignore_w503_and_w504_with_select_w
> (test.test_autopep8.SystemTests.test_ignore_w503_and_w504_with_select_w) ...
> ok
> test_long_import_line (test.test_autopep8.SystemTests.test_long_import_line)
> ... ok
> test_not_e301_extended_with_comment
> (test.test_autopep8.SystemTests.test_not_e301_extended_with_comment) ... ok
> test_range (test.test_autopep8.SystemTests.test_range) ... ok
> test_range_indent_changes_small_range
> (test.test_autopep8.SystemTests.test_range_indent_changes_small_range) ... ok
> test_range_indent_continued_statements_last_block
> (test.test_autopep8.SystemTests.test_range_indent_continued_statements_last_block)
> ... ok
> test_range_indent_continued_statements_partial
> (test.test_autopep8.SystemTests.test_range_indent_continued_statements_partial)
> ... ok
> test_range_indent_deep_if_blocks_first_block
> (test.test_autopep8.SystemTests.test_range_indent_deep_if_blocks_first_block)
> ... ok
> test_range_indent_deep_if_blocks_second_block
> (test.test_autopep8.SystemTests.test_range_indent_deep_if_blocks_second_block)
> ... ok
> test_range_line_number_changes_from_one_line
> (test.test_autopep8.SystemTests.test_range_line_number_changes_from_one_line)
> ... ok
> test_range_with_broken_syntax
> (test.test_autopep8.SystemTests.test_range_with_broken_syntax) ... ok
> test_should_preserve_vertical_tab
> (test.test_autopep8.SystemTests.test_should_preserve_vertical_tab) ... ok
> test_trailing_whitespace_in_multiline_string
> (test.test_autopep8.SystemTests.test_trailing_whitespace_in_multiline_string)
> ... ok
> test_trailing_whitespace_in_multiline_string_aggressive
> (test.test_autopep8.SystemTests.test_trailing_whitespace_in_multiline_string_aggressive)
> ... ok
> test_w191 (test.test_autopep8.SystemTests.test_w191) ... ok
> test_w191_ignore (test.test_autopep8.SystemTests.test_w191_ignore) ... ok
> test_w191_should_ignore_multiline_strings
> (test.test_autopep8.SystemTests.test_w191_should_ignore_multiline_strings)
> ... ok
> test_w191_should_ignore_tabs_in_strings
> (test.test_autopep8.SystemTests.test_w191_should_ignore_tabs_in_strings) ...
> ok
> test_w291 (test.test_autopep8.SystemTests.test_w291) ... ok
> test_w291_with_comment
> (test.test_autopep8.SystemTests.test_w291_with_comment) ... ok
> test_w292 (test.test_autopep8.SystemTests.test_w292) ... ok
> test_w292_ignore (test.test_autopep8.SystemTests.test_w292_ignore) ... ok
> test_w293 (test.test_autopep8.SystemTests.test_w293) ... ok
> test_w391 (test.test_autopep8.SystemTests.test_w391) ... ok
> test_w391_more_complex
> (test.test_autopep8.SystemTests.test_w391_more_complex) ... ok
> test_w503 (test.test_autopep8.SystemTests.test_w503) ... ok
> test_w503_and_or (test.test_autopep8.SystemTests.test_w503_and_or) ... ok
> test_w503_and_w504_conflict
> (test.test_autopep8.SystemTests.test_w503_and_w504_conflict) ... ok
> test_w503_over_5lines (test.test_autopep8.SystemTests.test_w503_over_5lines)
> ... ok
> test_w503_skip_default
> (test.test_autopep8.SystemTests.test_w503_skip_default) ... ok
> test_w503_w504_both_ignored
> (test.test_autopep8.SystemTests.test_w503_w504_both_ignored) ... ok
> test_w503_w504_none_ignored
> (test.test_autopep8.SystemTests.test_w503_w504_none_ignored) ... ok
> test_w503_with_comment
> (test.test_autopep8.SystemTests.test_w503_with_comment) ... ok
> test_w503_with_comment_double
> (test.test_autopep8.SystemTests.test_w503_with_comment_double) ... ok
> test_w503_with_comment_into_point_out_line
> (test.test_autopep8.SystemTests.test_w503_with_comment_into_point_out_line)
> ... ok
> test_w503_with_comment_with_only_comment_block_charactor
> (test.test_autopep8.SystemTests.test_w503_with_comment_with_only_comment_block_charactor)
> ... ok
> test_w503_with_empty_line
> (test.test_autopep8.SystemTests.test_w503_with_empty_line) ... ok
> test_w503_with_ignore_w504
> (test.test_autopep8.SystemTests.test_w503_with_ignore_w504) ... ok
> test_w503_with_line_comment
> (test.test_autopep8.SystemTests.test_w503_with_line_comment) ... ok
> test_w503_with_line_comments
> (test.test_autopep8.SystemTests.test_w503_with_line_comments) ... ok
> test_w504 (test.test_autopep8.SystemTests.test_w504) ... ok
> test_w504_comment_on_each_lines
> (test.test_autopep8.SystemTests.test_w504_comment_on_each_lines) ... ok
> test_w504_comment_on_first_line
> (test.test_autopep8.SystemTests.test_w504_comment_on_first_line) ... ok
> test_w504_comment_on_second_line
> (test.test_autopep8.SystemTests.test_w504_comment_on_second_line) ... ok
> test_w504_not_applied_by_default_when_modifying_with_ignore
> (test.test_autopep8.SystemTests.test_w504_not_applied_by_default_when_modifying_with_ignore)
> ... ok
> test_w504_with_e265_ignore_option
> (test.test_autopep8.SystemTests.test_w504_with_e265_ignore_option) ... ok
> test_w504_with_e265_ignore_option_regression
> (test.test_autopep8.SystemTests.test_w504_with_e265_ignore_option_regression)
> ... ok
> test_w504_with_ignore_w503
> (test.test_autopep8.SystemTests.test_w504_with_ignore_w503) ... ok
> test_w504_with_line_comment
> (test.test_autopep8.SystemTests.test_w504_with_line_comment) ... ok
> test_w605_identical_token
> (test.test_autopep8.SystemTests.test_w605_identical_token) ... ok
> test_w605_simple (test.test_autopep8.SystemTests.test_w605_simple) ... ok
> test_w605_with_invalid_syntax
> (test.test_autopep8.SystemTests.test_w605_with_invalid_syntax) ... ok
> test_w605_with_multilines
> (test.test_autopep8.SystemTests.test_w605_with_multilines) ... ok
> test_with_walrus_operator
> (test.test_autopep8.SystemTests.test_with_walrus_operator)
> check pycodestyle 2.6.0+ ... ok
> test_almost_equal (test.test_autopep8.UnitTests.test_almost_equal) ... ok
> test_code_match (test.test_autopep8.UnitTests.test_code_match) ... ok
> test_commented_out_code_lines
> (test.test_autopep8.UnitTests.test_commented_out_code_lines) ... ok
> test_compile_value_error
> (test.test_autopep8.UnitTests.test_compile_value_error) ... ok
> test_count_unbalanced_brackets
> (test.test_autopep8.UnitTests.test_count_unbalanced_brackets) ... ok
> test_decode_filename (test.test_autopep8.UnitTests.test_decode_filename) ...
> ok
> test_detect_encoding (test.test_autopep8.UnitTests.test_detect_encoding) ...
> ok
> test_detect_encoding_with_cookie
> (test.test_autopep8.UnitTests.test_detect_encoding_with_cookie) ... ok
> test_extract_code_from_function
> (test.test_autopep8.UnitTests.test_extract_code_from_function) ... ok
> test_find_files (test.test_autopep8.UnitTests.test_find_files) ... ok
> test_find_newline_cr1_and_crlf2
> (test.test_autopep8.UnitTests.test_find_newline_cr1_and_crlf2) ... ok
> test_find_newline_cr1_and_lf2
> (test.test_autopep8.UnitTests.test_find_newline_cr1_and_lf2) ... ok
> test_find_newline_only_cr
> (test.test_autopep8.UnitTests.test_find_newline_only_cr) ... ok
> test_find_newline_only_crlf
> (test.test_autopep8.UnitTests.test_find_newline_only_crlf) ... ok
> test_find_newline_only_lf
> (test.test_autopep8.UnitTests.test_find_newline_only_lf) ... ok
> test_find_newline_should_default_to_lf
> (test.test_autopep8.UnitTests.test_find_newline_should_default_to_lf) ... ok
> test_fix_2to3 (test.test_autopep8.UnitTests.test_fix_2to3) ... ok
> test_fix_2to3_subset (test.test_autopep8.UnitTests.test_fix_2to3_subset) ...
> ok
> test_fix_code (test.test_autopep8.UnitTests.test_fix_code) ... ok
> test_fix_code_byte_string
> (test.test_autopep8.UnitTests.test_fix_code_byte_string)
> This feature is here for friendliness to Python 2. ... ok
> test_fix_code_with_bad_options
> (test.test_autopep8.UnitTests.test_fix_code_with_bad_options) ... ok
> test_fix_code_with_empty_string
> (test.test_autopep8.UnitTests.test_fix_code_with_empty_string) ... ok
> test_fix_code_with_multiple_lines
> (test.test_autopep8.UnitTests.test_fix_code_with_multiple_lines) ... ok
> test_fix_code_with_options
> (test.test_autopep8.UnitTests.test_fix_code_with_options) ... ok
> test_fix_e225_avoid_failure
> (test.test_autopep8.UnitTests.test_fix_e225_avoid_failure) ... ok
> test_fix_e271_ignore_redundant
> (test.test_autopep8.UnitTests.test_fix_e271_ignore_redundant) ... ok
> test_fix_e401_avoid_non_import
> (test.test_autopep8.UnitTests.test_fix_e401_avoid_non_import) ... ok
> test_fix_e711_avoid_failure
> (test.test_autopep8.UnitTests.test_fix_e711_avoid_failure) ... ok
> test_fix_e712_avoid_failure
> (test.test_autopep8.UnitTests.test_fix_e712_avoid_failure) ... ok
> test_fix_file (test.test_autopep8.UnitTests.test_fix_file) ... ok
> test_fix_file_with_diff
> (test.test_autopep8.UnitTests.test_fix_file_with_diff) ... ok
> test_fix_lines (test.test_autopep8.UnitTests.test_fix_lines) ... ok
> test_fix_whitespace (test.test_autopep8.UnitTests.test_fix_whitespace) ... ok
> test_fix_whitespace_with_tabs
> (test.test_autopep8.UnitTests.test_fix_whitespace_with_tabs) ... ok
> test_format_block_comments
> (test.test_autopep8.UnitTests.test_format_block_comments) ... ok
> test_format_block_comments_should_leave_outline_alone
> (test.test_autopep8.UnitTests.test_format_block_comments_should_leave_outline_alone)
> ... ok
> test_format_block_comments_should_not_corrupt_special_comments
> (test.test_autopep8.UnitTests.test_format_block_comments_should_not_corrupt_special_comments)
> ... ok
> test_format_block_comments_should_only_touch_real_comments
> (test.test_autopep8.UnitTests.test_format_block_comments_should_only_touch_real_comments)
> ... ok
> test_format_block_comments_with_multiple_lines
> (test.test_autopep8.UnitTests.test_format_block_comments_with_multiple_lines)
> ... ok
> test_get_diff_text (test.test_autopep8.UnitTests.test_get_diff_text) ... ok
> test_get_diff_text_without_newline
> (test.test_autopep8.UnitTests.test_get_diff_text_without_newline) ... ok
> test_get_fixed_long_line_empty
> (test.test_autopep8.UnitTests.test_get_fixed_long_line_empty) ... ok
> test_is_python_file (test.test_autopep8.UnitTests.test_is_python_file) ... ok
> test_line_shortening_rank
> (test.test_autopep8.UnitTests.test_line_shortening_rank) ... ok
> test_match_file (test.test_autopep8.UnitTests.test_match_file) ... ok
> test_match_file_with_dummy_file
> (test.test_autopep8.UnitTests.test_match_file_with_dummy_file) ... ok
> test_multiline_string_lines
> (test.test_autopep8.UnitTests.test_multiline_string_lines) ... ok
> test_multiline_string_lines_with_many
> (test.test_autopep8.UnitTests.test_multiline_string_lines_with_many) ... ok
> test_multiline_string_should_not_report_docstrings
> (test.test_autopep8.UnitTests.test_multiline_string_should_not_report_docstrings)
> ... ok
> test_multiline_string_should_not_report_single_line
> (test.test_autopep8.UnitTests.test_multiline_string_should_not_report_single_line)
> ... ok
> test_normalize_line_endings
> (test.test_autopep8.UnitTests.test_normalize_line_endings) ... ok
> test_normalize_line_endings_with_crlf
> (test.test_autopep8.UnitTests.test_normalize_line_endings_with_crlf) ... ok
> test_normalize_multiline
> (test.test_autopep8.UnitTests.test_normalize_multiline) ... ok
> test_priority_key_with_non_existent_key
> (test.test_autopep8.UnitTests.test_priority_key_with_non_existent_key) ... ok
> test_readlines_from_file_with_bad_encoding
> (test.test_autopep8.UnitTests.test_readlines_from_file_with_bad_encoding)
> Bad encoding should not cause an exception. ... ok
> test_readlines_from_file_with_bad_encoding2
> (test.test_autopep8.UnitTests.test_readlines_from_file_with_bad_encoding2)
> Bad encoding should not cause an exception. ... ok
> test_reindenter (test.test_autopep8.UnitTests.test_reindenter) ... ok
> test_reindenter_not_affect_with_formfeed
> (test.test_autopep8.UnitTests.test_reindenter_not_affect_with_formfeed) ... ok
> test_reindenter_should_leave_stray_comment_alone
> (test.test_autopep8.UnitTests.test_reindenter_should_leave_stray_comment_alone)
> ... ok
> test_reindenter_with_good_input
> (test.test_autopep8.UnitTests.test_reindenter_with_good_input) ... ok
> test_reindenter_with_non_standard_indent_size
> (test.test_autopep8.UnitTests.test_reindenter_with_non_standard_indent_size)
> ... ok
> test_shorten_comment (test.test_autopep8.UnitTests.test_shorten_comment) ...
> ok
> test_shorten_comment_should_not_modify_special_comments
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_modify_special_comments)
> ... ok
> test_shorten_comment_should_not_split_numbers
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_numbers)
> ... ok
> test_shorten_comment_should_not_split_urls
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_urls) ...
> ok
> test_shorten_comment_should_not_split_words
> (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_words)
> ... ok
> test_shorten_line_candidates_are_valid
> (test.test_autopep8.UnitTests.test_shorten_line_candidates_are_valid) ... ok
> test_split_at_offsets (test.test_autopep8.UnitTests.test_split_at_offsets)
> ... ok
> test_split_at_offsets_with_out_of_order
> (test.test_autopep8.UnitTests.test_split_at_offsets_with_out_of_order) ... ok
> test_standard_deviation
> (test.test_autopep8.UnitTests.test_standard_deviation) ... ok
> test_supported_fixes (test.test_autopep8.UnitTests.test_supported_fixes) ...
> ok
> test_token_offsets (test.test_autopep8.UnitTests.test_token_offsets) ... ok
> test_token_offsets_with_escaped_newline
> (test.test_autopep8.UnitTests.test_token_offsets_with_escaped_newline) ... ok
> test_token_offsets_with_multiline
> (test.test_autopep8.UnitTests.test_token_offsets_with_multiline) ... ok
> test_get_module_imports
> (test.test_autopep8.UtilityFunctionTests.test_get_module_imports) ... ok
> test_get_module_imports_case_of_autopep8
> (test.test_autopep8.UtilityFunctionTests.test_get_module_imports_case_of_autopep8)
> ... ok
>
> ----------------------------------------------------------------------
> Ran 556 tests in 13.034s
>
> OK (skipped=4)
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11"
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/autopep8_2.0.4-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.