1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python test/test_autopep8.py
3 test_diff (__main__.CommandLineTests) ... ok
4 test_diff_with_empty_file (__main__.CommandLineTests) ... ok
5 test_diff_with_exit_code_option (__main__.CommandLineTests) ... ok
6 test_diff_with_nonexistent_file (__main__.CommandLineTests) ... ok
7 test_diff_with_standard_in (__main__.CommandLineTests) ... ok
8 test_e122_and_e302_with_backslash (__main__.CommandLineTests) ... ok
9 test_exclude (__main__.CommandLineTests) ... ok
10 test_exclude_with_directly_file_args (__main__.CommandLineTests) ... ok
11 test_exit_code_should_be_set_when_standard_in (__main__.CommandLineTests) ... ok
12 test_exit_code_with_io_error (__main__.CommandLineTests) ... ok
13 test_fixpep8_class_constructor (__main__.CommandLineTests) ... ok
14 test_help (__main__.CommandLineTests) ... ok
15 test_in_place (__main__.CommandLineTests) ... ok
16 test_in_place_and_diff (__main__.CommandLineTests) ... ok
17 test_in_place_no_modifications_no_writes (__main__.CommandLineTests) ... ok
18 test_in_place_no_modifications_no_writes_with_empty_file (__main__.CommandLineTests) ... ok
19 test_in_place_with_empty_file (__main__.CommandLineTests) ... ok
20 test_in_place_with_exit_code_option (__main__.CommandLineTests) ... ok
21 test_in_place_with_exit_code_option_with_w391 (__main__.CommandLineTests) ... ok
22 test_in_place_with_w292 (__main__.CommandLineTests) ... ok
23 test_indent_size_is_zero (__main__.CommandLineTests) ... ok
24 test_inplace_with_multi_files (__main__.CommandLineTests) ... ok
25 test_invalid_option_combinations (__main__.CommandLineTests) ... ok
26 test_list_fixes (__main__.CommandLineTests) ... ok
27 test_non_args (__main__.CommandLineTests) ... ok
28 test_non_diff_with_exit_code_and_jobs_options (__main__.CommandLineTests) ... ok
29 test_non_diff_with_exit_code_option (__main__.CommandLineTests) ... ok
30 test_parallel_jobs (__main__.CommandLineTests) ... ok
31 test_parallel_jobs_with_automatic_cpu_count (__main__.CommandLineTests) ... ok
32 test_parallel_jobs_with_diff_option (__main__.CommandLineTests) ... ok
33 test_parallel_jobs_with_inplace_option_and_io_error (__main__.CommandLineTests) ... ok
34 test_pep8_ignore (__main__.CommandLineTests) ... ok
35 test_pep8_ignore_should_handle_trailing_comma_gracefully (__main__.CommandLineTests) ... ok
36 test_pep8_passes (__main__.CommandLineTests) ... ok
37 test_recursive (__main__.CommandLineTests) ... ok
38 test_recursive_should_ignore_hidden (__main__.CommandLineTests) ... ok
39 test_recursive_should_not_crash_on_unicode_filename (__main__.CommandLineTests) ... ok
40 test_standard_in (__main__.CommandLineTests) ... ok
41 test_standard_out_should_use_native_line_ending (__main__.CommandLineTests) ... ok
42 test_standard_out_should_use_native_line_ending_with_cr_input (__main__.CommandLineTests) ... ok
43 test_verbose (__main__.CommandLineTests) ... ok
44 test_verbose_diff (__main__.CommandLineTests) ... ok
45 test_verbose_with_select_e702 (__main__.CommandLineTests) ... ok
46 test_pyproject_toml_with_flake8_config (__main__.ConfigurationFileTests)
47 override to flake8 config ... ok
48 test_pyproject_toml_with_iterable_value (__main__.ConfigurationFileTests) ... ok
49 test_pyproject_toml_with_verbose_option (__main__.ConfigurationFileTests)
50 override to flake8 config ... [file:/tmp/autopep8testXXXXXXXX/foo.py]
51 ---> 0 issue(s) to fix {}
53 test_setupcfg_with_flake8_config (__main__.ConfigurationFileTests) ... [file:/tmp/autopep8testXXXXXXXX/foo.py]
54 ---> 1 issue(s) to fix {'E222': {1}}
55 ---> 0 issue(s) to fix {}
57 test_setupcfg_with_pycodestyle_config (__main__.ConfigurationFileTests) ... [file:/tmp/autopep8testXXXXXXXX/foo.py]
58 ---> 1 issue(s) to fix {'E222': {1}}
59 ---> 0 issue(s) to fix {}
61 test_config_false_with_local (__main__.ConfigurationTests) ... ok
62 test_config_false_with_local_autocomplete (__main__.ConfigurationTests) ... ok
63 test_config_false_with_local_space (__main__.ConfigurationTests) ... ok
64 test_config_false_without_local (__main__.ConfigurationTests) ... ok
65 test_config_local_inclue_invalid_key (__main__.ConfigurationTests) ... ok
66 test_config_local_int_value (__main__.ConfigurationTests) ... ok
67 test_config_override (__main__.ConfigurationTests) ... ok
68 test_global_config_ignore_locals (__main__.ConfigurationTests) ... ok
69 test_global_config_with_locals (__main__.ConfigurationTests) ... ok
70 test_global_config_without_locals (__main__.ConfigurationTests) ... ok
71 test_local_config (__main__.ConfigurationTests) ... ok
72 test_local_pycodestyle_config_line_length (__main__.ConfigurationTests) ... ok
73 test_pyproject_toml_config_local_int_value (__main__.ConfigurationTests) ... ok
74 test_e501_experimental_alone_with_indentation (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
76 test_e501_experimental_alone_with_tuple (__main__.ExperimentalSystemTests) ... skipped 'Not sure why space is not removed anymore'
77 test_e501_experimental_and_import (__main__.ExperimentalSystemTests) ... ok
78 test_e501_experimental_and_multiple_logical_lines (__main__.ExperimentalSystemTests) ... ok
79 test_e501_experimental_and_multiple_logical_lines_with_math (__main__.ExperimentalSystemTests) ... ok
80 test_e501_experimental_arithmetic_operator_with_indent (__main__.ExperimentalSystemTests) ... ok
81 test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible (__main__.ExperimentalSystemTests) ... ok
82 test_e501_experimental_basic (__main__.ExperimentalSystemTests) ... ok
83 test_e501_experimental_basic_should_prefer_balanced_brackets (__main__.ExperimentalSystemTests) ... ok
84 test_e501_experimental_decorator (__main__.ExperimentalSystemTests) ... ok
85 test_e501_experimental_dict (__main__.ExperimentalSystemTests) ... ok
86 test_e501_experimental_do_not_begin_line_with_comma (__main__.ExperimentalSystemTests) ... ok
87 test_e501_experimental_do_not_break_on_keyword (__main__.ExperimentalSystemTests) ... ok
88 test_e501_experimental_dont_split_if_looks_bad (__main__.ExperimentalSystemTests) ... ok
89 test_e501_experimental_for_line_over_limit (__main__.ExperimentalSystemTests) ... ok
90 test_e501_experimental_func_call_open_paren_not_separated (__main__.ExperimentalSystemTests) ... ok
91 test_e501_experimental_if_line_over_limit (__main__.ExperimentalSystemTests) ... ok
92 test_e501_experimental_indentation (__main__.ExperimentalSystemTests) ... ok
93 test_e501_experimental_list_comp (__main__.ExperimentalSystemTests) ... ok
94 test_e501_experimental_long_class_name (__main__.ExperimentalSystemTests) ... ok
95 test_e501_experimental_long_dotted_object (__main__.ExperimentalSystemTests) ... ok
96 test_e501_experimental_long_function_call_elements (__main__.ExperimentalSystemTests) ... ok
97 test_e501_experimental_long_nested_tuples_in_arrays (__main__.ExperimentalSystemTests) ... ok
98 test_e501_experimental_more_complicated (__main__.ExperimentalSystemTests) ... ok
99 test_e501_experimental_no_line_change (__main__.ExperimentalSystemTests) ... ok
100 test_e501_experimental_no_splitting_at_dot (__main__.ExperimentalSystemTests) ... ok
101 test_e501_experimental_no_splitting_before_arg_list (__main__.ExperimentalSystemTests) ... ok
102 test_e501_experimental_no_splitting_in_func_call (__main__.ExperimentalSystemTests) ... ok
103 test_e501_experimental_not_effect_with_fstring (__main__.ExperimentalSystemTests) ... skipped 'not support in Python3.11 and lower version'
104 test_e501_experimental_oversized_default_initializer (__main__.ExperimentalSystemTests) ... ok
105 test_e501_experimental_parsing_dict_with_comments (__main__.ExperimentalSystemTests) ... ok
106 test_e501_experimental_shorten_at_commas_skip (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
108 test_e501_experimental_should_cut_comment_pattern (__main__.ExperimentalSystemTests) ... ok
109 test_e501_experimental_should_ignore_imports (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
111 test_e501_experimental_should_not_break_on_dot (__main__.ExperimentalSystemTests) ... ok
112 test_e501_experimental_should_not_do_useless_things (__main__.ExperimentalSystemTests) ... ok
113 test_e501_experimental_should_not_interfere_with_non_comment (__main__.ExperimentalSystemTests) ... ok
114 test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic (__main__.ExperimentalSystemTests) ... ok
115 test_e501_experimental_should_only_modify_last_comment (__main__.ExperimentalSystemTests) ... ok
116 test_e501_experimental_skip_even_more_complicated (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
118 test_e501_experimental_splitting_small_arrays (__main__.ExperimentalSystemTests) ... ok
119 test_e501_experimental_tuple_on_line (__main__.ExperimentalSystemTests) ... skipped 'To do'
120 test_e501_experimental_tuple_on_line_two_space_indent (__main__.ExperimentalSystemTests) ... ok
121 test_e501_experimental_while_line_over_limit (__main__.ExperimentalSystemTests) ... ok
122 test_e501_experimental_with_commas_and_colons (__main__.ExperimentalSystemTests) ... ok
123 test_e501_experimental_with_comment (__main__.ExperimentalSystemTests) ... ok
124 test_e501_experimental_with_comment_should_not_modify_docstring (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
126 test_e501_experimental_with_complex_reformat (__main__.ExperimentalSystemTests) ... ok
127 test_e501_experimental_with_def (__main__.ExperimentalSystemTests) ... ok
128 test_e501_experimental_with_dot_calls (__main__.ExperimentalSystemTests) ... ok
129 test_e501_experimental_with_function_should_not_break_on_colon (__main__.ExperimentalSystemTests) ... ok
130 test_e501_experimental_with_in (__main__.ExperimentalSystemTests) ... ok
131 test_e501_experimental_with_indent (__main__.ExperimentalSystemTests) ... ok
132 test_e501_experimental_with_inline_comments (__main__.ExperimentalSystemTests) ... ok
133 test_e501_experimental_with_inline_comments_should_skip_edge_cases (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
135 test_e501_experimental_with_inline_comments_should_skip_keywords (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
137 test_e501_experimental_with_inline_comments_should_skip_multiline (__main__.ExperimentalSystemTests) ... ok
138 test_e501_experimental_with_logical_fix (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
140 test_e501_experimental_with_logical_fix_and_physical_fix (__main__.ExperimentalSystemTests) ... ok
141 test_e501_experimental_with_multiple_lines (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
143 test_e501_experimental_with_percent (__main__.ExperimentalSystemTests) ... ok
144 test_e501_experimental_with_shorter_length (__main__.ExperimentalSystemTests) ... ok
145 test_e501_experimental_with_tuple (__main__.ExperimentalSystemTests) ... ok
146 test_e501_experimental_with_tuple_assignment (__main__.ExperimentalSystemTests) ... ok
147 test_e501_experimental_with_tuple_in_list (__main__.ExperimentalSystemTests) ... ok
148 test_e501_experimental_with_unicode (__main__.ExperimentalSystemTests) ... ok
149 test_e501_experimental_with_very_long_line (__main__.ExperimentalSystemTests) ... ok
150 test_e501_shorten_comment_with_experimental (__main__.ExperimentalSystemTests) ... ok
151 test_e501_with_experimental (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
153 test_e501_with_experimental_and_carriage_returns_only (__main__.ExperimentalSystemTests)
154 Make sure _find_logical() does not crash. ... ok
155 test_e501_with_experimental_and_escaped_newline (__main__.ExperimentalSystemTests) ... ok
156 test_e501_with_experimental_and_indentation (__main__.ExperimentalSystemTests) ... ok
157 test_e501_with_experimental_and_multiline_string (__main__.ExperimentalSystemTests) ... DeprecationWarning: `experimental` option is deprecated and will be removed in a future version.
159 test_e501_with_experimental_and_multiline_string_in_parens (__main__.ExperimentalSystemTests) ... ok
160 test_e501_with_experimental_and_multiline_string_with_addition (__main__.ExperimentalSystemTests) ... ok
161 test_e501_with_logical_fix_and_adjacent_strings (__main__.ExperimentalSystemTests) ... ok
162 test_e501_with_multiple_keys_and_experimental (__main__.ExperimentalSystemTests) ... ok
163 test_e101 (__main__.SystemTestsE1) ... ok
164 test_e101_should_fix_docstrings (__main__.SystemTestsE1) ... ok
165 test_e101_should_ignore_multiline_strings (__main__.SystemTestsE1) ... ok
166 test_e101_should_ignore_multiline_strings_complex (__main__.SystemTestsE1) ... ok
167 test_e101_should_not_expand_non_indentation_tabs (__main__.SystemTestsE1) ... ok
168 test_e101_skip_if_bad_indentation (__main__.SystemTestsE1) ... ok
169 test_e101_skip_innocuous (__main__.SystemTestsE1) ... ok
170 test_e101_when_pep8_mistakes_first_tab_in_string (__main__.SystemTestsE1) ... ok
171 test_e101_with_comments (__main__.SystemTestsE1) ... ok
172 test_e101_with_indent_size_1 (__main__.SystemTestsE1) ... ok
173 test_e101_with_indent_size_2 (__main__.SystemTestsE1) ... ok
174 test_e101_with_indent_size_3 (__main__.SystemTestsE1) ... ok
175 test_e111_long (__main__.SystemTestsE1) ... ok
176 test_e111_longer (__main__.SystemTestsE1) ... ok
177 test_e111_multiple_levels (__main__.SystemTestsE1) ... ok
178 test_e111_short (__main__.SystemTestsE1) ... ok
179 test_e111_should_not_modify_string_contents (__main__.SystemTestsE1) ... ok
180 test_e111_with_dedent (__main__.SystemTestsE1) ... ok
181 test_e111_with_other_errors (__main__.SystemTestsE1) ... ok
182 test_e112_should_leave_bad_syntax_alone (__main__.SystemTestsE1) ... ok
183 test_e113 (__main__.SystemTestsE1) ... ok
184 test_e113_bad_syntax (__main__.SystemTestsE1) ... ok
185 test_e114 (__main__.SystemTestsE1) ... ok
186 test_e115 (__main__.SystemTestsE1) ... ok
187 test_e116 (__main__.SystemTestsE1) ... ok
188 test_e117 (__main__.SystemTestsE1) ... ok
189 test_e121_with_multiline_string (__main__.SystemTestsE1) ... ok
190 test_e122_with_fallback (__main__.SystemTestsE1) ... ok
191 test_e123 (__main__.SystemTestsE1) ... ok
192 test_e123_with_escaped_newline (__main__.SystemTestsE1) ... ok
193 test_e125_with_multiline_string (__main__.SystemTestsE1) ... ok
194 test_e125_with_multiline_string_okay (__main__.SystemTestsE1) ... ok
195 test_e126 (__main__.SystemTestsE1) ... ok
196 test_e126_should_not_interfere_with_other_fixes (__main__.SystemTestsE1) ... ok
197 test_e127 (__main__.SystemTestsE1) ... ok
198 test_e127_align_visual_indent (__main__.SystemTestsE1) ... ok
199 test_e127_align_visual_indent_okay (__main__.SystemTestsE1)
200 This is for code coverage. ... ok
201 test_e127_with_backslash (__main__.SystemTestsE1) ... ok
202 test_e127_with_bracket_then_parenthesis (__main__.SystemTestsE1) ... ok
203 test_e128_with_aaa_option (__main__.SystemTestsE1) ... ok
204 test_e129 (__main__.SystemTestsE1) ... ok
205 test_e12_large (__main__.SystemTestsE1) ... ok
206 test_e12_reindent (__main__.SystemTestsE1) ... ok
207 test_e12_reindent_with_multiple_fixes (__main__.SystemTestsE1) ... ok
208 test_e12_tricky (__main__.SystemTestsE1) ... ok
209 test_e12_with_backslash (__main__.SystemTestsE1) ... ok
210 test_e12_with_bad_indentation (__main__.SystemTestsE1) ... ok
211 test_e131_invalid_indent_with_select_option (__main__.SystemTestsE1) ... ok
212 test_e131_with_select_option (__main__.SystemTestsE1) ... ok
213 test_e133 (__main__.SystemTestsE1) ... ok
214 test_e133_no_indentation_line (__main__.SystemTestsE1) ... ok
215 test_e133_not_effected (__main__.SystemTestsE1) ... ok
216 test_w191 (__main__.SystemTestsE1) ... ok
217 test_w191_ignore (__main__.SystemTestsE1) ... ok
218 test_e201 (__main__.SystemTestsE2) ... ok
219 test_e202 (__main__.SystemTestsE2) ... ok
220 test_e202_multiline (__main__.SystemTestsE2) ... ok
221 test_e202_skip_multiline_with_escaped_newline (__main__.SystemTestsE2) ... ok
222 test_e203_colon (__main__.SystemTestsE2) ... ok
223 test_e203_comma (__main__.SystemTestsE2) ... ok
224 test_e203_semicolon (__main__.SystemTestsE2) ... ok
225 test_e203_with_newline (__main__.SystemTestsE2) ... ok
226 test_e204 (__main__.SystemTestsE2) ... ok
227 test_e211 (__main__.SystemTestsE2) ... ok
228 test_e221 (__main__.SystemTestsE2) ... ok
229 test_e221_do_not_skip_multiline (__main__.SystemTestsE2) ... ok
230 test_e222 (__main__.SystemTestsE2) ... ok
231 test_e222_with_multiline (__main__.SystemTestsE2) ... ok
232 test_e223 (__main__.SystemTestsE2) ... ok
233 test_e223_double (__main__.SystemTestsE2) ... ok
234 test_e223_with_tab_indentation (__main__.SystemTestsE2) ... ok
235 test_e224 (__main__.SystemTestsE2) ... ok
236 test_e224_double (__main__.SystemTestsE2) ... ok
237 test_e224_with_tab_indentation (__main__.SystemTestsE2) ... ok
238 test_e225 (__main__.SystemTestsE2) ... ok
239 test_e225_with_indentation_fix (__main__.SystemTestsE2) ... ok
240 test_e226 (__main__.SystemTestsE2) ... ok
241 test_e227 (__main__.SystemTestsE2) ... ok
242 test_e228 (__main__.SystemTestsE2) ... ok
243 test_e231 (__main__.SystemTestsE2) ... ok
244 test_e231_should_only_do_ws_comma_once (__main__.SystemTestsE2)
245 If we don't check appropriately, we end up doing ws_comma multiple ... ok
246 test_e231_with_colon_after_comma (__main__.SystemTestsE2)
247 ws_comma fixer ignores this case. ... ok
248 test_e231_with_many_commas (__main__.SystemTestsE2) ... ok
249 test_e241 (__main__.SystemTestsE2) ... ok
250 test_e241_double (__main__.SystemTestsE2) ... ok
251 test_e241_should_be_enabled_by_aggressive (__main__.SystemTestsE2) ... ok
252 test_e242 (__main__.SystemTestsE2) ... ok
253 test_e242_double (__main__.SystemTestsE2) ... ok
254 test_e251 (__main__.SystemTestsE2) ... ok
255 test_e251_with_argument_on_next_line (__main__.SystemTestsE2) ... ok
256 test_e251_with_calling (__main__.SystemTestsE2) ... ok
257 test_e251_with_escaped_newline (__main__.SystemTestsE2) ... ok
258 test_e252 (__main__.SystemTestsE2) ... ok
259 test_e252_with_argument_on_next_line (__main__.SystemTestsE2) ... ok
260 test_e252_with_escaped_newline (__main__.SystemTestsE2) ... ok
261 test_e261 (__main__.SystemTestsE2) ... ok
262 test_e261_with_comma (__main__.SystemTestsE2) ... ok
263 test_e261_with_dictionary (__main__.SystemTestsE2) ... ok
264 test_e261_with_dictionary_no_space (__main__.SystemTestsE2) ... ok
265 test_e261_with_inline_commented_out_code (__main__.SystemTestsE2) ... ok
266 test_e262_hash_in_string (__main__.SystemTestsE2) ... ok
267 test_e262_hash_in_string_and_multiple_hashes (__main__.SystemTestsE2) ... ok
268 test_e262_more_complex (__main__.SystemTestsE2) ... ok
269 test_e262_more_space (__main__.SystemTestsE2) ... ok
270 test_e262_none_space (__main__.SystemTestsE2) ... ok
271 test_e265 (__main__.SystemTestsE2) ... ok
272 test_e265_ignores_special_comments (__main__.SystemTestsE2) ... ok
273 test_e265_ignores_special_comments_in_middle_of_file (__main__.SystemTestsE2) ... ok
274 test_e265_issue662 (__main__.SystemTestsE2) ... ok
275 test_e265_only (__main__.SystemTestsE2) ... ok
276 test_e266 (__main__.SystemTestsE2) ... ok
277 test_e266_issue662 (__main__.SystemTestsE2) ... ok
278 test_e266_only (__main__.SystemTestsE2) ... ok
279 test_e271 (__main__.SystemTestsE2) ... ok
280 test_e271_and_w504_with_affects_another_result_line (__main__.SystemTestsE2) ... ok
281 test_e271_with_multiline (__main__.SystemTestsE2) ... ok
282 test_e272 (__main__.SystemTestsE2) ... ok
283 test_e273 (__main__.SystemTestsE2) ... ok
284 test_e274 (__main__.SystemTestsE2) ... ok
285 test_ignore_e265 (__main__.SystemTestsE2) ... ok
286 test_ignore_e266 (__main__.SystemTestsE2) ... ok
287 test_e301 (__main__.SystemTestsE3) ... ok
288 test_e301_extended_with_docstring (__main__.SystemTestsE3) ... ok
289 test_e302 (__main__.SystemTestsE3) ... ok
290 test_e302_bug (__main__.SystemTestsE3)
291 Avoid creating bad syntax. ... ok
292 test_e303 (__main__.SystemTestsE3) ... ok
293 test_e303_extended (__main__.SystemTestsE3) ... ok
294 test_e303_with_e305 (__main__.SystemTestsE3) ... ok
295 test_e304 (__main__.SystemTestsE3) ... ok
296 test_e304_with_comment (__main__.SystemTestsE3) ... ok
297 test_e305 (__main__.SystemTestsE3) ... ok
298 test_e306 (__main__.SystemTestsE3) ... ok
299 test_not_e301_extended_with_comment (__main__.SystemTestsE3) ... ok
300 test_e401 (__main__.SystemTestsE4) ... ok
301 test_e401_should_ignore_commented_comma (__main__.SystemTestsE4) ... ok
302 test_e401_should_ignore_commented_comma_with_indentation (__main__.SystemTestsE4) ... ok
303 test_e401_should_ignore_false_positive (__main__.SystemTestsE4) ... ok
304 test_e401_with_escaped_newline_case (__main__.SystemTestsE4) ... ok
305 test_e401_with_indentation (__main__.SystemTestsE4) ... ok
306 test_e401_with_multiline_from_import (__main__.SystemTestsE4) ... ok
307 test_e402 (__main__.SystemTestsE4) ... ok
308 test_e402_duplicate_module (__main__.SystemTestsE4) ... ok
309 test_e402_import_some_modules (__main__.SystemTestsE4) ... ok
310 test_e402_with_dunder (__main__.SystemTestsE4) ... ok
311 test_e402_with_dunder_lines (__main__.SystemTestsE4) ... ok
312 test_e402_with_future_import (__main__.SystemTestsE4) ... ok
313 test_e402_with_module_doc (__main__.SystemTestsE4) ... ok
314 test_e402_with_multiline_from_future_import (__main__.SystemTestsE4) ... ok
315 test_e501_aggressive_decorator (__main__.SystemTestsE5) ... ok
316 test_e501_aggressive_intermingled_comments (__main__.SystemTestsE5) ... ok
317 test_e501_aggressive_long_class_name (__main__.SystemTestsE5) ... ok
318 test_e501_aggressive_long_comment_and_long_line (__main__.SystemTestsE5) ... ok
319 test_e501_aggressive_with_async_def (__main__.SystemTestsE5) ... ok
320 test_e501_aggressive_with_def (__main__.SystemTestsE5) ... ok
321 test_e501_aggressive_with_percent (__main__.SystemTestsE5) ... ok
322 test_e501_aggressive_with_tuple (__main__.SystemTestsE5) ... ok
323 test_e501_aggressive_with_tuple_in_list (__main__.SystemTestsE5) ... ok
324 test_e501_alone_with_indentation (__main__.SystemTestsE5) ... ok
325 test_e501_alone_with_tuple (__main__.SystemTestsE5) ... ok
326 test_e501_arithmetic_operator_with_indent (__main__.SystemTestsE5) ... ok
327 test_e501_avoid_breaking_at_empty_parentheses_if_possible (__main__.SystemTestsE5) ... ok
328 test_e501_avoid_breaking_at_multi_level_slice (__main__.SystemTestsE5)
329 Prevents line break on slice notation, dict access in this example: ... ok
330 test_e501_avoid_breaking_at_opening_slice (__main__.SystemTestsE5)
331 Prevents line break on slice notation, dict access in this example: ... ok
332 test_e501_basic (__main__.SystemTestsE5) ... ok
333 test_e501_basic_should_prefer_balanced_brackets (__main__.SystemTestsE5) ... ok
334 test_e501_do_not_begin_line_with_comma (__main__.SystemTestsE5) ... ok
335 test_e501_do_not_break_on_keyword (__main__.SystemTestsE5) ... ok
336 test_e501_effected_with_fstring (__main__.SystemTestsE5) ... ok
337 test_e501_for_line_over_limit (__main__.SystemTestsE5) ... ok
338 test_e501_if_line_over_limit (__main__.SystemTestsE5) ... ok
339 test_e501_more_aggressive_with_async_def (__main__.SystemTestsE5) ... ok
340 test_e501_more_aggressive_with_def (__main__.SystemTestsE5) ... ok
341 test_e501_more_complicated (__main__.SystemTestsE5) ... ok
342 test_e501_not_effected_with_fstring (__main__.SystemTestsE5) ... ok
343 test_e501_shorten_at_commas_skip (__main__.SystemTestsE5) ... ok
344 test_e501_shorten_comment_with_aggressive (__main__.SystemTestsE5) ... ok
345 test_e501_shorten_comment_without_aggressive (__main__.SystemTestsE5)
346 Do nothing without aggressive. ... ok
347 test_e501_shorten_with_backslash (__main__.SystemTestsE5) ... ok
348 test_e501_should_break_before_tuple_start (__main__.SystemTestsE5) ... ok
349 test_e501_should_cut_comment_pattern (__main__.SystemTestsE5) ... ok
350 test_e501_should_ignore_imports (__main__.SystemTestsE5) ... ok
351 test_e501_should_not_break_on_dot (__main__.SystemTestsE5) ... ok
352 test_e501_should_not_do_useless_things (__main__.SystemTestsE5) ... ok
353 test_e501_should_not_interfere_with_non_comment (__main__.SystemTestsE5) ... ok
354 test_e501_should_not_try_to_break_at_every_paren_in_arithmetic (__main__.SystemTestsE5) ... ok
355 test_e501_should_only_modify_last_comment (__main__.SystemTestsE5) ... ok
356 test_e501_skip_even_more_complicated (__main__.SystemTestsE5) ... ok
357 test_e501_while_line_over_limit (__main__.SystemTestsE5) ... ok
358 test_e501_with_aggressive (__main__.SystemTestsE5) ... ok
359 test_e501_with_aggressive_and_carriage_returns_only (__main__.SystemTestsE5)
360 Make sure _find_logical() does not crash. ... ok
361 test_e501_with_aggressive_and_escaped_newline (__main__.SystemTestsE5) ... ok
362 test_e501_with_aggressive_and_import (__main__.SystemTestsE5) ... ok
363 test_e501_with_aggressive_and_indentation (__main__.SystemTestsE5) ... ok
364 test_e501_with_aggressive_and_massive_number_of_logical_lines (__main__.SystemTestsE5)
365 We do not care about results here. ... ok
366 test_e501_with_aggressive_and_multiline_string (__main__.SystemTestsE5) ... ok
367 test_e501_with_aggressive_and_multiline_string_in_parens (__main__.SystemTestsE5) ... ok
368 test_e501_with_aggressive_and_multiline_string_with_addition (__main__.SystemTestsE5) ... ok
369 test_e501_with_aggressive_and_multiple_logical_lines (__main__.SystemTestsE5) ... ok
370 test_e501_with_aggressive_and_multiple_logical_lines_with_math (__main__.SystemTestsE5) ... ok
371 test_e501_with_commas_and_colons (__main__.SystemTestsE5) ... ok
372 test_e501_with_comment (__main__.SystemTestsE5) ... ok
373 test_e501_with_comment_should_not_modify_docstring (__main__.SystemTestsE5) ... ok
374 test_e501_with_dictionary (__main__.SystemTestsE5) ... ok
375 test_e501_with_function_should_not_break_on_colon (__main__.SystemTestsE5) ... ok
376 test_e501_with_in (__main__.SystemTestsE5) ... ok
377 test_e501_with_indent (__main__.SystemTestsE5) ... ok
378 test_e501_with_inline_comments (__main__.SystemTestsE5) ... ok
379 test_e501_with_inline_comments_should_skip_edge_cases (__main__.SystemTestsE5) ... ok
380 test_e501_with_inline_comments_should_skip_keywords (__main__.SystemTestsE5) ... ok
381 test_e501_with_inline_comments_should_skip_keywords_without_aggressive (__main__.SystemTestsE5) ... ok
382 test_e501_with_inline_comments_should_skip_multiline (__main__.SystemTestsE5) ... ok
383 test_e501_with_lambda (__main__.SystemTestsE5) ... ok
384 test_e501_with_logical_fix (__main__.SystemTestsE5) ... ok
385 test_e501_with_logical_fix_and_adjacent_strings (__main__.SystemTestsE5) ... ok
386 test_e501_with_logical_fix_and_physical_fix (__main__.SystemTestsE5) ... ok
387 test_e501_with_multiple_keys_and_aggressive (__main__.SystemTestsE5) ... ok
388 test_e501_with_multiple_lines (__main__.SystemTestsE5) ... ok
389 test_e501_with_multiple_lines_and_quotes (__main__.SystemTestsE5) ... ok
390 test_e501_with_pep572_assignment_expressions (__main__.SystemTestsE5) ... ok
391 test_e501_with_shorter_length (__main__.SystemTestsE5) ... ok
392 test_e501_with_very_long_line (__main__.SystemTestsE5) ... ok
393 test_e502 (__main__.SystemTestsE5) ... ok
394 test_e701 (__main__.SystemTestsE7) ... ok
395 test_e701_with_escaped_newline (__main__.SystemTestsE7) ... ok
396 test_e701_with_escaped_newline_and_spaces (__main__.SystemTestsE7) ... ok
397 test_e702 (__main__.SystemTestsE7) ... ok
398 test_e702_after_colon_should_be_untouched (__main__.SystemTestsE7) ... ok
399 test_e702_indent_correctly (__main__.SystemTestsE7) ... ok
400 test_e702_more_complicated (__main__.SystemTestsE7) ... ok
401 test_e702_with_dict_semicolon (__main__.SystemTestsE7) ... ok
402 test_e702_with_e701_and_only_select_e702_option (__main__.SystemTestsE7) ... ok
403 test_e702_with_escaped_newline (__main__.SystemTestsE7) ... ok
404 test_e702_with_escaped_newline_with_indentation (__main__.SystemTestsE7) ... ok
405 test_e702_with_non_ascii_file (__main__.SystemTestsE7) ... ok
406 test_e702_with_semicolon_after_string (__main__.SystemTestsE7) ... ok
407 test_e702_with_semicolon_and_space_at_end (__main__.SystemTestsE7) ... ok
408 test_e702_with_semicolon_at_end (__main__.SystemTestsE7) ... ok
409 test_e702_with_semicolon_in_string (__main__.SystemTestsE7) ... ok
410 test_e702_with_semicolon_in_string_to_the_right (__main__.SystemTestsE7) ... ok
411 test_e702_with_triple_quote (__main__.SystemTestsE7) ... ok
412 test_e702_with_triple_quote_and_indent (__main__.SystemTestsE7) ... ok
413 test_e702_with_whitespace (__main__.SystemTestsE7) ... ok
414 test_e703_in_example_of_readme (__main__.SystemTestsE7) ... ok
415 test_e703_with_inline_comment (__main__.SystemTestsE7) ... ok
416 test_e704 (__main__.SystemTestsE7) ... ok
417 test_e704_not_work_with_aa_option (__main__.SystemTestsE7) ... ok
418 test_e711 (__main__.SystemTestsE7) ... ok
419 test_e711_and_e712 (__main__.SystemTestsE7) ... ok
420 test_e711_in_conditional (__main__.SystemTestsE7) ... ok
421 test_e711_in_conditional_with_multiple_instances (__main__.SystemTestsE7) ... ok
422 test_e711_with_not_equals_none (__main__.SystemTestsE7) ... ok
423 test_e712 (__main__.SystemTestsE7) ... ok
424 test_e712_in_conditional_with_multiple_instances (__main__.SystemTestsE7) ... ok
425 test_e712_only_if_aggressive_level_2 (__main__.SystemTestsE7) ... ok
426 test_e712_with_dict_value (__main__.SystemTestsE7) ... ok
427 test_e712_with_false (__main__.SystemTestsE7) ... ok
428 test_e712_with_special_case_equal_false (__main__.SystemTestsE7) ... ok
429 test_e712_with_special_case_equal_not_true (__main__.SystemTestsE7) ... ok
430 test_e713 (__main__.SystemTestsE7) ... ok
431 test_e713_and_e714 (__main__.SystemTestsE7) ... ok
432 test_e713_chain (__main__.SystemTestsE7) ... ok
433 test_e713_chain2 (__main__.SystemTestsE7) ... ok
434 test_e713_chain3 (__main__.SystemTestsE7) ... ok
435 test_e713_chain4 (__main__.SystemTestsE7) ... ok
436 test_e713_more (__main__.SystemTestsE7) ... ok
437 test_e713_with_in (__main__.SystemTestsE7) ... ok
438 test_e713_with_single_quote (__main__.SystemTestsE7) ... ok
439 test_e713_with_tuple (__main__.SystemTestsE7) ... ok
440 test_e714 (__main__.SystemTestsE7) ... ok
441 test_e714_chain (__main__.SystemTestsE7) ... ok
442 test_e714_with_is (__main__.SystemTestsE7) ... ok
443 test_e714_with_single_quote (__main__.SystemTestsE7) ... ok
444 test_e721 (__main__.SystemTestsE7) ... ok
445 test_e721_in_conditional (__main__.SystemTestsE7) ... ok
446 test_e721_in_conditional_pat2 (__main__.SystemTestsE7) ... ok
447 test_e721_in_not_conditional (__main__.SystemTestsE7) ... ok
448 test_e721_in_not_conditional_pat2 (__main__.SystemTestsE7) ... ok
449 test_e721_with_str (__main__.SystemTestsE7) ... ok
450 test_e722 (__main__.SystemTestsE7) ... ok
451 test_e722_non_aggressive (__main__.SystemTestsE7) ... ok
452 test_e722_with_if_else_stmt (__main__.SystemTestsE7) ... ok
453 test_e731 (__main__.SystemTestsE7) ... ok
454 test_e731_no_arg (__main__.SystemTestsE7) ... ok
455 test_e731_with_args (__main__.SystemTestsE7) ... ok
456 test_e731_with_default_arguments (__main__.SystemTestsE7) ... ok
457 test_e731_with_select_option (__main__.SystemTestsE7) ... ok
458 test_e731_with_tuple_arg (__main__.SystemTestsE7) ... ok
459 test_e901_should_cause_indentation_screw_up (__main__.SystemTestsE9) ... ok
460 test_should_preserve_vertical_tab (__main__.SystemTestsE9) ... ok
461 test_w191_should_ignore_multiline_strings (__main__.SystemTestsW1) ... ok
462 test_w191_should_ignore_tabs_in_strings (__main__.SystemTestsW1) ... ok
463 test_w291 (__main__.SystemTestsW2) ... ok
464 test_w291_with_comment (__main__.SystemTestsW2) ... ok
465 test_w292 (__main__.SystemTestsW2) ... ok
466 test_w292_ignore (__main__.SystemTestsW2) ... ok
467 test_w293 (__main__.SystemTestsW2) ... ok
468 test_w391 (__main__.SystemTestsW3) ... ok
469 test_w391_more_complex (__main__.SystemTestsW3) ... ok
470 test_ignore_only_w503_with_select_w (__main__.SystemTestsW5) ... ok
471 test_ignore_only_w504_with_select_w (__main__.SystemTestsW5) ... ok
472 test_ignore_w503_and_w504_with_select_w (__main__.SystemTestsW5) ... ok
473 test_w503 (__main__.SystemTestsW5) ... ok
474 test_w503_and_or (__main__.SystemTestsW5) ... ok
475 test_w503_and_w504_conflict (__main__.SystemTestsW5) ... ok
476 test_w503_over_5lines (__main__.SystemTestsW5) ... ok
477 test_w503_skip_default (__main__.SystemTestsW5) ... ok
478 test_w503_w504_both_ignored (__main__.SystemTestsW5) ... ok
479 test_w503_w504_none_ignored (__main__.SystemTestsW5) ... ok
480 test_w503_with_comment (__main__.SystemTestsW5) ... ok
481 test_w503_with_comment_double (__main__.SystemTestsW5) ... ok
482 test_w503_with_comment_into_point_out_line (__main__.SystemTestsW5) ... ok
483 test_w503_with_comment_with_only_comment_block_charactor (__main__.SystemTestsW5) ... ok
484 test_w503_with_empty_line (__main__.SystemTestsW5) ... ok
485 test_w503_with_ignore_w504 (__main__.SystemTestsW5) ... ok
486 test_w503_with_line_comment (__main__.SystemTestsW5) ... ok
487 test_w503_with_line_comments (__main__.SystemTestsW5) ... ok
488 test_w504 (__main__.SystemTestsW5) ... ok
489 test_w504_comment_on_each_lines (__main__.SystemTestsW5) ... ok
490 test_w504_comment_on_first_line (__main__.SystemTestsW5) ... ok
491 test_w504_comment_on_second_line (__main__.SystemTestsW5) ... ok
492 test_w504_not_applied_by_default_when_modifying_with_ignore (__main__.SystemTestsW5) ... ok
493 test_w504_with_e265_ignore_option (__main__.SystemTestsW5) ... ok
494 test_w504_with_e265_ignore_option_regression (__main__.SystemTestsW5) ... ok
495 test_w504_with_ignore_w503 (__main__.SystemTestsW5) ... ok
496 test_w504_with_line_comment (__main__.SystemTestsW5) ... ok
497 test_autopep8_disable (__main__.SystemTestsW6) ... ok
498 test_autopep8_disable_multi (__main__.SystemTestsW6) ... ok
499 test_exchange_multiple_imports_with_def (__main__.SystemTestsW6) ... ok
500 test_execfile_in_lambda_should_not_be_modified (__main__.SystemTestsW6)
501 Modifying this to the exec() form is invalid in Python 2. ... ok
502 test_fmt_disable (__main__.SystemTestsW6) ... ok
503 test_fmt_disable_with_double_reenable (__main__.SystemTestsW6) ... ok
504 test_fmt_disable_without_reenable (__main__.SystemTestsW6) ... ok
505 test_fmt_double_disable_and_reenable (__main__.SystemTestsW6) ... ok
506 test_fmt_multi_disable_and_reenable (__main__.SystemTestsW6) ... ok
507 test_fmt_multi_disable_complex (__main__.SystemTestsW6) ... ok
508 test_fmt_multi_disable_complex_multi (__main__.SystemTestsW6) ... ok
509 test_general_disable (__main__.SystemTestsW6) ... ok
510 test_long_import_line (__main__.SystemTestsW6) ... ok
511 test_range (__main__.SystemTestsW6) ... ok
512 test_range_indent_changes_small_range (__main__.SystemTestsW6) ... ok
513 test_range_indent_continued_statements_last_block (__main__.SystemTestsW6) ... ok
514 test_range_indent_continued_statements_partial (__main__.SystemTestsW6) ... ok
515 test_range_indent_deep_if_blocks_first_block (__main__.SystemTestsW6) ... ok
516 test_range_indent_deep_if_blocks_second_block (__main__.SystemTestsW6) ... ok
517 test_range_line_number_changes_from_one_line (__main__.SystemTestsW6) ... ok
518 test_range_with_broken_syntax (__main__.SystemTestsW6) ... ok
519 test_trailing_whitespace_in_multiline_string (__main__.SystemTestsW6) ... ok
520 test_trailing_whitespace_in_multiline_string_aggressive (__main__.SystemTestsW6) ... ok
521 test_w605_identical_token (__main__.SystemTestsW6) ... ok
522 test_w605_simple (__main__.SystemTestsW6) ... ok
523 test_w605_with_invalid_syntax (__main__.SystemTestsW6) ... ok
524 test_w605_with_multilines (__main__.SystemTestsW6) ... ok
525 test_with_walrus_operator (__main__.SystemTestsW6)
526 check pycodestyle 2.6.0+ ... ok
527 test_almost_equal (__main__.UnitTests) ... ok
528 test_code_match (__main__.UnitTests) ... ok
529 test_commented_out_code_lines (__main__.UnitTests) ... ok
530 test_compile_value_error (__main__.UnitTests) ... ok
531 test_count_unbalanced_brackets (__main__.UnitTests) ... ok
532 test_decode_filename (__main__.UnitTests) ... ok
533 test_detect_encoding (__main__.UnitTests) ... ok
534 test_detect_encoding_with_cookie (__main__.UnitTests) ... ok
535 test_extract_code_from_function (__main__.UnitTests) ... ok
536 test_find_files (__main__.UnitTests) ... ok
537 test_find_newline_cr1_and_crlf2 (__main__.UnitTests) ... ok
538 test_find_newline_cr1_and_lf2 (__main__.UnitTests) ... ok
539 test_find_newline_only_cr (__main__.UnitTests) ... ok
540 test_find_newline_only_crlf (__main__.UnitTests) ... ok
541 test_find_newline_only_lf (__main__.UnitTests) ... ok
542 test_find_newline_should_default_to_lf (__main__.UnitTests) ... ok
543 test_fix_code (__main__.UnitTests) ... ok
544 test_fix_code_byte_string (__main__.UnitTests)
545 This feature is here for friendliness to Python 2. ... ok
546 test_fix_code_with_bad_options (__main__.UnitTests) ... ok
547 test_fix_code_with_empty_string (__main__.UnitTests) ... ok
548 test_fix_code_with_multiple_lines (__main__.UnitTests) ... ok
549 test_fix_code_with_options (__main__.UnitTests) ... ok
550 test_fix_e225_avoid_failure (__main__.UnitTests) ... ok
551 test_fix_e271_ignore_redundant (__main__.UnitTests) ... ok
552 test_fix_e401_avoid_non_import (__main__.UnitTests) ... ok
553 test_fix_e711_avoid_failure (__main__.UnitTests) ... ok
554 test_fix_e712_avoid_failure (__main__.UnitTests) ... ok
555 test_fix_file (__main__.UnitTests) ... ok
556 test_fix_file_with_diff (__main__.UnitTests) ... ok
557 test_fix_lines (__main__.UnitTests) ... ok
558 test_fix_whitespace (__main__.UnitTests) ... ok
559 test_fix_whitespace_with_tabs (__main__.UnitTests) ... ok
560 test_format_block_comments (__main__.UnitTests) ... ok
561 test_format_block_comments_should_leave_outline_alone (__main__.UnitTests) ... ok
562 test_format_block_comments_should_not_corrupt_special_comments (__main__.UnitTests) ... ok
563 test_format_block_comments_should_only_touch_real_comments (__main__.UnitTests) ... ok
564 test_format_block_comments_with_multiple_lines (__main__.UnitTests) ... ok
565 test_get_diff_text (__main__.UnitTests) ... ok
566 test_get_diff_text_without_newline (__main__.UnitTests) ... ok
567 test_get_fixed_long_line_empty (__main__.UnitTests) ... ok
568 test_is_python_file (__main__.UnitTests) ... ok
569 test_line_shortening_rank (__main__.UnitTests) ... ok
570 test_match_file (__main__.UnitTests) ... ok
571 test_match_file_with_dummy_file (__main__.UnitTests) ... ok
572 test_multiline_string_lines (__main__.UnitTests) ... ok
573 test_multiline_string_lines_with_many (__main__.UnitTests) ... ok
574 test_multiline_string_should_not_report_docstrings (__main__.UnitTests) ... ok
575 test_multiline_string_should_not_report_single_line (__main__.UnitTests) ... ok
576 test_normalize_line_endings (__main__.UnitTests) ... ok
577 test_normalize_line_endings_with_crlf (__main__.UnitTests) ... ok
578 test_normalize_multiline (__main__.UnitTests) ... ok
579 test_priority_key_with_non_existent_key (__main__.UnitTests) ... ok
580 test_readlines_from_file_with_bad_encoding (__main__.UnitTests)
581 Bad encoding should not cause an exception. ... ok
582 test_readlines_from_file_with_bad_encoding2 (__main__.UnitTests)
583 Bad encoding should not cause an exception. ... ok
584 test_reindenter (__main__.UnitTests) ... ok
585 test_reindenter_not_affect_with_formfeed (__main__.UnitTests) ... ok
586 test_reindenter_should_leave_stray_comment_alone (__main__.UnitTests) ... ok
587 test_reindenter_with_good_input (__main__.UnitTests) ... ok
588 test_reindenter_with_non_standard_indent_size (__main__.UnitTests) ... ok
589 test_shorten_comment (__main__.UnitTests) ... ok
590 test_shorten_comment_should_not_modify_special_comments (__main__.UnitTests) ... ok
591 test_shorten_comment_should_not_split_numbers (__main__.UnitTests) ... ok
592 test_shorten_comment_should_not_split_urls (__main__.UnitTests) ... ok
593 test_shorten_comment_should_not_split_words (__main__.UnitTests) ... ok
594 test_shorten_line_candidates_are_valid (__main__.UnitTests) ... ok
595 test_split_at_offsets (__main__.UnitTests) ... ok
596 test_split_at_offsets_with_out_of_order (__main__.UnitTests) ... ok
597 test_standard_deviation (__main__.UnitTests) ... ok
598 test_supported_fixes (__main__.UnitTests) ... ok
599 test_token_offsets (__main__.UnitTests) ... ok
600 test_token_offsets_with_escaped_newline (__main__.UnitTests) ... ok
601 test_token_offsets_with_multiline (__main__.UnitTests) ... ok
602 test_get_module_imports (__main__.UtilityFunctionTests) ... ok
603 test_get_module_imports_case_of_autopep8 (__main__.UtilityFunctionTests) ... ok
605 ----------------------------------------------------------------------
609 read config path: /dev/null
610 read config path: $(@D)/test/fake_configuration/.pep8
611 enable config: section=pep8, key=indent-size, value=2
612 py$(PYV): commands[1]> python test/acid.py --aggressive test/example.py
613 ---> Testing with $(@D)/test/example.py
614 $(@D)/.tox/py$(PYV)/bin/python $(@D)/autopep8.py --max-line-length=79 --ignore= $(@D)/test/example.py --aggressive
615 py$(PYV): commands[2]> python test/acid.py --compare-bytecode test/example.py
616 ---> Testing with $(@D)/test/example.py
617 $(@D)/.tox/py$(PYV)/bin/python $(@D)/autopep8.py --max-line-length=79 --ignore=E71,E721,W $(@D)/test/example.py
618 /tmp/XXXXXXXXXXX.py:70:1: E704 multiple statements on one line (def)
619 def func_oneline(): print(1)
621 /tmp/XXXXXXXXXXX.py:182:1: E101 indentation contains mixed spaces and tabs
624 /tmp/XXXXXXXXXXX.py:184:2: E101 indentation contains mixed spaces and tabs
627 /tmp/XXXXXXXXXXX.py:188:1: E101 indentation contains mixed spaces and tabs
630 autopep8 did not completely fix $(@D)/test/example.py