Skip to content

conifg: add cs0 config #82

conifg: add cs0 config

conifg: add cs0 config #82

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Sep 9, 2023 in 0s

1 fail, 362 pass in 5m 24s

363 tests  +1   362 ✔️ ±0   5m 24s ⏱️ +23s
    1 suites ±0       0 💤 ±0 
    1 files   ±0       1 +1 

Results for commit d244dd3. ± Comparison against earlier commit 2588961.

Annotations

Check warning on line 0 in tests.test_config

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_packaged_configs_parse[cs0] (tests.test_config) failed

artifacts/Unit Test Results (Python 3.8)/pytest.xml
Raw output
AssertionError: assert None is not None
 +  where None = parse_config_file('cs0', {<Option.CONFIG: 0>: OptionParse(option=<Option.CONFIG: 0>, help_='config file to use for the linting (packaged name, ...s of length one', takes_val=<TakesVal.YES: 1>, default=None, convert=<Type.STR: 4>, combine=<Combine.REPLACE: 1>), ...})
 +    where {<Option.CONFIG: 0>: OptionParse(option=<Option.CONFIG: 0>, help_='config file to use for the linting (packaged name, ...s of length one', takes_val=<TakesVal.YES: 1>, default=None, convert=<Type.STR: 4>, combine=<Combine.REPLACE: 1>), ...} = get_option_parses()
config_name = 'cs0'

    @pytest.mark.parametrize("config_name", packaged_config_files())
    def test_packaged_configs_parse(config_name: str):
>       assert parse_config_file(config_name, get_option_parses()) is not None
E       AssertionError: assert None is not None
E        +  where None = parse_config_file('cs0', {<Option.CONFIG: 0>: OptionParse(option=<Option.CONFIG: 0>, help_='config file to use for the linting (packaged name, ...s of length one', takes_val=<TakesVal.YES: 1>, default=None, convert=<Type.STR: 4>, combine=<Combine.REPLACE: 1>), ...})
E        +    where {<Option.CONFIG: 0>: OptionParse(option=<Option.CONFIG: 0>, help_='config file to use for the linting (packaged name, ...s of length one', takes_val=<TakesVal.YES: 1>, default=None, convert=<Type.STR: 4>, combine=<Combine.REPLACE: 1>), ...} = get_option_parses()

tests\test_config.py:179: AssertionError

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

363 tests found

There are 363 tests, see "Raw output" for the full list of tests.
Raw output
tests.test_config ‑ test_all_advertised_options_managed
tests.test_config ‑ test_all_managed_options_are_advertised
tests.test_config ‑ test_combine_and_translate_translates[args0-config0]
tests.test_config ‑ test_combine_and_translate_translates[args1-config1]
tests.test_config ‑ test_combine_and_translate_translates[args10-config10]
tests.test_config ‑ test_combine_and_translate_translates[args11-config11]
tests.test_config ‑ test_combine_and_translate_translates[args12-config12]
tests.test_config ‑ test_combine_and_translate_translates[args13-config13]
tests.test_config ‑ test_combine_and_translate_translates[args2-config2]
tests.test_config ‑ test_combine_and_translate_translates[args3-config3]
tests.test_config ‑ test_combine_and_translate_translates[args4-config4]
tests.test_config ‑ test_combine_and_translate_translates[args5-config5]
tests.test_config ‑ test_combine_and_translate_translates[args6-config6]
tests.test_config ‑ test_combine_and_translate_translates[args7-config7]
tests.test_config ‑ test_combine_and_translate_translates[args8-config8]
tests.test_config ‑ test_combine_and_translate_translates[args9-config9]
tests.test_config ‑ test_extract_args[           #        edulint:      xxx        -args14]
tests.test_config ‑ test_extract_args[           #        edulint:      xxx  yyy      -args15]
tests.test_config ‑ test_extract_args[# edulint xxx-args3]
tests.test_config ‑ test_extract_args[# edulint: flake8=xxx-args5]
tests.test_config ‑ test_extract_args[# edulint: flake8=xxx\n# edulint: pylint=yyy-args11]
tests.test_config ‑ test_extract_args[# edulint: pylint="xxx       yyy"-args16]
tests.test_config ‑ test_extract_args[# edulint: pylint=--enable=missing-module-docstring-args18]
tests.test_config ‑ test_extract_args[# edulint: pylint=xxx yyy zzz flake8=aaa bbb pylint= flake8="xxx yyy" -args17]
tests.test_config ‑ test_extract_args[# edulint: pylint=xxx-args4]
tests.test_config ‑ test_extract_args[# edulint: pylint=xxx\n# edulint: pylint=yyy-args9]
tests.test_config ‑ test_extract_args[# edulint: xxx yyy-args6]
tests.test_config ‑ test_extract_args[# edulint: xxx-args2]
tests.test_config ‑ test_extract_args[# edulint: xxx\n# edulint: pylint=yyy-args10]
tests.test_config ‑ test_extract_args[# edulint: xxx\n# edulint: xxx-args7]
tests.test_config ‑ test_extract_args[# edulint: xxx\n# edulint: yyy-args8]
tests.test_config ‑ test_extract_args[#from ib111 import week_02-args21]
tests.test_config ‑ test_extract_args[-args0]
tests.test_config ‑ test_extract_args[\n\n# edulint: xxx-args12]
tests.test_config ‑ test_extract_args[from ib111 import week_02  # noqa-args20]
tests.test_config ‑ test_extract_args[from ib111 import week_12-args19]
tests.test_config ‑ test_extract_args[print("Hello world")-args1]
tests.test_config ‑ test_extract_args[some code\n # edulint: xxx\ncode mentioning edulint a bit\n# edulint: yyy-args13]
tests.test_config ‑ test_get_config_many[filenames0-partition0]
tests.test_config ‑ test_get_config_one[custom_set_empty_config.py-cmd0-args0]
tests.test_config ‑ test_get_config_one[custom_set_empty_config.py-cmd1-args1]
tests.test_config ‑ test_get_config_one[custom_set_empty_config.py-cmd2-args2]
tests.test_config ‑ test_get_config_one[custom_set_empty_config.py-cmd3-args3]
tests.test_config ‑ test_get_config_one[custom_set_ignore_infile_and_some.py-cmd4-args4]
tests.test_config ‑ test_get_config_one[custom_set_replace_option.py-cmd5-args5]
tests.test_config ‑ test_get_config_one[custom_set_replace_option.py-cmd6-args6]
tests.test_config ‑ test_local_config_found_relative_to_file
tests.test_config ‑ test_local_configs_found_relative_to_files
tests.test_config ‑ test_no_duplicate_advertised_options
tests.test_config ‑ test_packaged_configs_parse[cs0]
tests.test_config ‑ test_packaged_configs_parse[default]
tests.test_config ‑ test_packaged_configs_parse[empty]
tests.test_config ‑ test_parse_args[raw0-parsed0]
tests.test_config ‑ test_parse_args[raw1-parsed1]
tests.test_config ‑ test_parse_args[raw2-parsed2]
tests.test_config ‑ test_parse_args[raw3-parsed3]
tests.test_config ‑ test_parse_args[raw4-parsed4]
tests.test_config ‑ test_parse_args[raw5-parsed5]
tests.test_config ‑ test_parse_args[raw6-parsed6]
tests.test_config ‑ test_parse_args[raw7-parsed7]
tests.test_config ‑ test_remote_config_parses
tests.test_duplication ‑ test_duplicate_blocks[013145-coins.py-expected_output0]
tests.test_duplication ‑ test_duplicate_blocks[024508-cards.py-expected_output1]
tests.test_duplication ‑ test_duplicate_exprs[012853-geometry.py-expected_output0]
tests.test_duplication ‑ test_duplicate_exprs[014024-pythagorean.py-expected_output1]
tests.test_duplication ‑ test_duplicate_exprs[042643-edge_detection.py-expected_output2]
tests.test_duplication ‑ test_duplicate_if_branches[013165-coins.py-expected_output0]
tests.test_duplication ‑ test_duplicate_if_branches[015726-prime.py-expected_output1]
tests.test_duplication ‑ test_duplicate_if_branches[016119-fibsum.py-expected_output2]
tests.test_duplication ‑ test_duplicate_if_branches[023171-credit.py-expected_output3]
tests.test_duplication ‑ test_duplicate_if_branches[024056-cards.py-expected_output4]
tests.test_duplication ‑ test_duplicate_if_branches[024329-workdays.py-expected_output5]
tests.test_duplication ‑ test_duplicate_if_branches[024535-credit.py-expected_output6]
tests.test_duplication ‑ test_duplicate_if_branches[052786-course.py-expected_output7]
tests.test_duplication ‑ test_duplicate_if_branches[054050-course.py-expected_output8]
tests.test_duplication ‑ test_duplicate_if_branches[074168-doubly_linked.py-expected_output9]
tests.test_duplication ‑ test_duplicate_if_branches[074242-tortoise.py-expected_output10]
tests.test_duplication ‑ test_duplicate_if_branches[124573-lists.py-expected_output11]
tests.test_duplication ‑ test_duplicate_if_branches[hw21739.py-expected_output12]
tests.test_duplication ‑ test_duplicate_if_branches[hw48505.py-expected_output13]
tests.test_duplication ‑ test_duplicate_seq_ifs[012889-geometry.py-expected_output0]
tests.test_duplication ‑ test_duplicate_seq_ifs[012889-pythagorean.py-expected_output1]
tests.test_duplication ‑ test_duplicate_seq_ifs[014341-geometry.py-expected_output2]
tests.test_duplication ‑ test_duplicate_seq_ifs[014613-next.py-expected_output3]
tests.test_duplication ‑ test_duplicate_seq_ifs[034440-cellular.py-expected_output4]
tests.test_duplication ‑ test_duplicate_seq_ifs[046586-person_id.py-expected_output5]
tests.test_duplication ‑ test_duplicate_seq_ifs[052975-parse_time.py-expected_output6]
tests.test_duplication ‑ test_duplicate_sequence[010666-coins.py-expected_output0]
tests.test_duplication ‑ test_duplicate_sequence[014212-coins.py-expected_output1]
tests.test_duplication ‑ test_duplicate_sequence[051796-gps.py-expected_output2]
tests.test_duplication ‑ test_duplicate_sequence[hw36211.py-expected_output3]
tests.test_duplication ‑ test_duplicate_sequence[ut156_9802_29_10.py-expected_output4]
tests.test_improper_loop ‑ test_changing_control_var_files[014659-next.py-expected_output0]
tests.test_improper_loop ‑ test_changing_control_var_files[hw24226.py-expected_output1]
tests.test_improper_loop ‑ test_changing_control_var_files[hw24387.py-expected_output2]
tests.test_improper_loop ‑ test_changing_control_var_files[hw34406.py-expected_output3]
tests.test_improper_loop ‑ test_changing_control_var_files[hw34666.py-expected_output4]
tests.test_improper_loop ‑ test_changing_control_variable_custom[lines0-expected_output0]
tests.test_improper_loop ‑ test_changing_control_variable_custom[lines1-expected_output1]
tests.test_improper_loop ‑ test_changing_control_variable_custom[lines2-expected_output2]
tests.test_improper_loop ‑ test_changing_control_variable_custom[lines3-expected_output3]
tests.test_improper_loop ‑ test_modifying_iterated_files[034636-right_cellular.py-expected_output0]
tests.test_improper_loop ‑ test_modifying_iterated_files[035794-partition.py-expected_output2]
tests.test_improper_loop ‑ test_modifying_iterated_files[104526-subset_sum.py-expected_output1]
tests.test_improper_loop ‑ test_modifying_iterated_files[hw24328.py-expected_output3]
tests.test_improper_loop ‑ test_modifying_iterated_files[hw44081.py-expected_output4]
tests.test_improper_loop ‑ test_shadowed_control_var_files[hw33176.py-expected_output0]
tests.test_improper_loop ‑ test_shadowed_control_var_files[m4521.py-expected_output1]
tests.test_improper_loop ‑ test_tighter_bounds_files[hw14062.py-expected_output0]
tests.test_improper_loop ‑ test_tighter_bounds_files[hw34666.py-expected_output1]
tests.test_improper_loop ‑ test_tighter_bounds_files[m1630.py-expected_output2]
tests.test_improper_loop ‑ test_use_for_loop_custom[lines0-expected_output0]
tests.test_improper_loop ‑ test_use_for_loop_files[010666-even.py-expected_output0]
tests.test_improper_loop ‑ test_use_for_loop_files[012630-next.py-expected_output1]
tests.test_improper_loop ‑ test_use_for_loop_files[012986-nested.py-expected_output2]
tests.test_improper_loop ‑ test_use_for_loop_files[013450-next.py-expected_output3]
tests.test_improper_loop ‑ test_use_for_loop_files[014286-coins.py-expected_output4]
tests.test_improper_loop ‑ test_use_for_loop_files[014556-prime.py-expected_output5]
tests.test_improper_loop ‑ test_use_for_loop_files[014962-sequence.py-expected_output6]
tests.test_improper_loop ‑ test_use_for_loop_files[015794-amicable.py-expected_output7]
tests.test_improper_loop ‑ test_use_for_loop_files[016119-coins.py-expected_output8]
tests.test_improper_loop ‑ test_use_for_loop_files[017667-coins.py-expected_output9]
tests.test_improper_loop ‑ test_use_for_loop_files[023140-credit.py-expected_output10]
tests.test_improper_loop ‑ test_use_for_loop_files[043611-swap_columns.py-expected_output11]
tests.test_improper_loop ‑ test_while_true_break[lines0-expected_output0]
tests.test_lint ‑ test_allowed_onechar_names[014180-p5_fibsum.py-args0-expected_output0]
tests.test_lint ‑ test_allowed_onechar_names[014180-p5_fibsum.py-args1-expected_output1]
tests.test_lint ‑ test_allowed_onechar_names[014180-p5_fibsum.py-args2-expected_output2]
tests.test_lint ‑ test_allowed_onechar_names[014180-p5_fibsum.py-args3-expected_output3]
tests.test_lint ‑ test_consider_using_in[105119-p5_template.py-args0-expected_output0]
tests.test_lint ‑ test_ignore_infile_config[014422-next-early-return-disabled.py-args3-expected_output3]
tests.test_lint ‑ test_ignore_infile_config[014422-next-early-return-disabled.py-args4-expected_output4]
tests.test_lint ‑ test_ignore_infile_config[014422-next-early-return-disabled.py-args5-expected_output5]
tests.test_lint ‑ test_ignore_infile_config[014422-next-early-return-disabled.py-args6-expected_output6]
tests.test_lint ‑ test_ignore_infile_config[s2b8861_warehouse.py-args0-expected_output0]
tests.test_lint ‑ test_ignore_infile_config[s2b8861_warehouse.py-args1-expected_output1]
tests.test_lint ‑ test_ignore_infile_config[s2b8861_warehouse.py-args2-expected_output2]
tests.test_lint ‑ test_invalid_name[014186-p2_nested.py-args0-expected_output0]
tests.test_lint ‑ test_invalid_name[custom_pep_assign.py-args1-expected_output1]
tests.test_lint ‑ test_invalid_name_custom[lines0-expected_output0]
tests.test_lint ‑ test_invalid_name_custom[lines1-expected_output1]
tests.test_lint ‑ test_invalid_name_custom[lines10-expected_output10]
tests.test_lint ‑ test_invalid_name_custom[lines11-expected_output11]
tests.test_lint ‑ test_invalid_name_custom[lines12-expected_output12]
tests.test_lint ‑ test_invalid_name_custom[lines13-expected_output13]
tests.test_lint ‑ test_invalid_name_custom[lines14-expected_output14]
tests.test_lint ‑ test_invalid_name_custom[lines15-expected_output15]
tests.test_lint ‑ test_invalid_name_custom[lines16-expected_output16]
tests.test_lint ‑ test_invalid_name_custom[lines17-expected_output17]
tests.test_lint ‑ test_invalid_name_custom[lines18-expected_output18]
tests.test_lint ‑ test_invalid_name_custom[lines19-expected_output19]
tests.test_lint ‑ test_invalid_name_custom[lines2-expected_output2]
tests.test_lint ‑ test_invalid_name_custom[lines20-expected_output20]
tests.test_lint ‑ test_invalid_name_custom[lines21-expected_output21]
tests.test_lint ‑ test_invalid_name_custom[lines22-expected_output22]
tests.test_lint ‑ test_invalid_name_custom[lines3-expected_output3]
tests.test_lint ‑ test_invalid_name_custom[lines4-expected_output4]
tests.test_lint ‑ test_invalid_name_custom[lines5-expected_output5]
tests.test_lint ‑ test_invalid_name_custom[lines6-expected_output6]
tests.test_lint ‑ test_invalid_name_custom[lines7-expected_output7]
tests.test_lint ‑ test_invalid_name_custom[lines8-expected_output8]
tests.test_lint ‑ test_invalid_name_custom[lines9-expected_output9]
tests.test_lint ‑ test_lint_basic[002814-p1_trapezoid.py-args5-expected_output5]
tests.test_lint ‑ test_lint_basic[hello_world.py-args0-expected_output0]
tests.test_lint ‑ test_lint_basic[z202817-zkouska.py-args1-expected_output1]
tests.test_lint ‑ test_lint_basic[z202817-zkouska.py-args2-expected_output2]
tests.test_lint ‑ test_lint_basic[z202817-zkouska.py-args3-expected_output3]
tests.test_lint ‑ test_lint_basic[z202817-zkouska.py-args4-expected_output4]
tests.test_lint ‑ test_lints_without_error[hs3013-8548.py]
tests.test_lint ‑ test_overrides_custom[lines0-expected_output0]
tests.test_lint ‑ test_problem_can_be_dumped_to_json
tests.test_lint ‑ test_translations[hw34406.py-args4-expected_output4]
tests.test_lint ‑ test_translations[z202817-zkouska.py-args0-expected_output0]
tests.test_lint ‑ test_translations[z202817-zkouska.py-args1-expected_output1]
tests.test_lint ‑ test_translations[z202817-zkouska.py-args2-expected_output2]
tests.test_lint ‑ test_translations[z202817-zkouska.py-args3-expected_output3]
tests.test_lint ‑ test_umime_count_a[umime_count_a.py-args0-expected_output0]
tests.test_lint ‑ test_umime_count_a[umime_count_a_extended.py-args1-expected_output1]
tests.test_lint.TestIB111Week ‑ test_ib111_week_custom[lines0-args0-expected_output0]
tests.test_lint.TestIB111Week ‑ test_ib111_week_custom[lines1-args1-expected_output1]
tests.test_lint.TestIB111Week ‑ test_ib111_week_custom[lines2-args2-expected_output2]
tests.test_lint.TestIB111Week ‑ test_ib111_week_custom[lines3-args3-expected_output3]
tests.test_lint.TestIB111Week ‑ test_ib111_week_custom[lines4-args4-expected_output4]
tests.test_lint.TestImproveFor ‑ test_improve_for[014771-p2_nested.py-args2-expected_output2]
tests.test_lint.TestImproveFor ‑ test_improve_for[015080-p4_geometry.py-args1-expected_output1]
tests.test_lint.TestImproveFor ‑ test_improve_for[03-d4_points.py-args5-expected_output5]
tests.test_lint.TestImproveFor ‑ test_improve_for[045294-p4_vigenere.py-args3-expected_output3]
tests.test_lint.TestImproveFor ‑ test_improve_for[046542-polybius.py-args6-expected_output6]
tests.test_lint.TestImproveFor ‑ test_improve_for[105119-p5_template.py-args0-expected_output0]
tests.test_lint.TestImproveFor ‑ test_improve_for[umime_count_a.py-args4-expected_output4]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines0-expected_output0]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines1-expected_output1]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines2-expected_output2]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines3-expected_output3]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines4-expected_output4]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines5-expected_output5]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines6-expected_output6]
tests.test_lint.TestImproveFor ‑ test_improve_for_custom[lines7-expected_output7]
tests.test_lint.TestLongCode ‑ test_long_function_files[hw48505.py-expected_output0]
tests.test_lint.TestLongCode ‑ test_use_early_return[014422-next.py-expected_output0]
tests.test_lint.TestLongCode ‑ test_use_early_return[023240-cards.py-expected_output1]
tests.test_lint.TestNoGlobals ‑ test_no_globals_custom[lines0-expected_output0]
tests.test_lint.TestNoGlobals ‑ test_no_globals_custom[lines1-expected_output1]
tests.test_lint.TestNoGlobals ‑ test_no_globals_custom[lines2-expected_output2]
tests.test_lint.TestNoGlobals ‑ test_no_globals_custom[lines3-expected_output3]
tests.test_lint.TestNoGlobals ‑ test_no_globals_custom[lines4-expected_output4]
tests.test_lint.TestNoGlobals ‑ test_no_globals_custom[lines5-expected_output5]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[014466-fibfibsum.py-expected_output3]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[021752-cards.py-expected_output4]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[054103-p1_database.py-expected_output1]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[054141-p1_database.py-expected_output0]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[088952-p2_extremes.py-expected_output5]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[hw14699.py-expected_output2]
tests.test_lint.TestNoGlobals ‑ test_no_globals_files[s10265-d_mancala.py-expected_output6]
tests.test_lint.TestPyTA ‑ test_forbidden_toplevel_code_custom[lines0-expected_output0]
tests.test_lint.TestPyTA ‑ test_forbidden_toplevel_code_custom[lines1-expected_output1]
tests.test_main ‑ test_different_configs[argv0-****************** custom_nonpep_assign.py\ntests\\data\\custom_nonpep_assign.py:1:0: C0103 Constant name "a" doesn't conform to UPPER_CASE naming style [default]\ntests\\data\\custom_nonpep_assign.py:1:2: E225 missing whitespace around operator [default]\n****************** custom_flake8_pylint_config.py\ntests\\data\\custom_flake8_pylint_config.py:1:0: C0114 Missing module docstring [in-file]\ntests\\data\\custom_flake8_pylint_config.py:3:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint_config.py:4:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_different_configs[argv1-****************** custom_flake8_pylint_config.py\ntests\\data\\custom_flake8_pylint_config.py:1:0: C0114 Missing module docstring [in-file]\ntests\\data\\custom_flake8_pylint_config.py:3:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint_config.py:4:5: F841 local variable 'a' is assigned to but never used [default]\n****************** custom_nonpep_assign.py\ntests\\data\\custom_nonpep_assign.py:1:0: C0103 Constant name "a" doesn't conform to UPPER_CASE naming style [default]\ntests\\data\\custom_nonpep_assign.py:1:2: E225 missing whitespace around operator [default]\n]
tests.test_main ‑ test_ib111_week[argv0-]
tests.test_main ‑ test_multiple_files_stdout[argv0-****************** custom_nonpep_assign.py\ntests\\data\\custom_nonpep_assign.py:1:0: C0103 Constant name "a" doesn't conform to UPPER_CASE naming style [default]\ntests\\data\\custom_nonpep_assign.py:1:2: E225 missing whitespace around operator [default]\n]
tests.test_main ‑ test_multiple_files_stdout[argv1-****************** custom_nonpep_assign.py\ntests\\data\\custom_nonpep_assign.py:1:0: C0103 Constant name "a" doesn't conform to UPPER_CASE naming style [default]\ntests\\data\\custom_nonpep_assign.py:1:2: E225 missing whitespace around operator [default]\n****************** custom_flake8_pylint.py\ntests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_multiple_files_stdout[argv2-****************** custom_flake8_pylint.py\ntests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n****************** custom_nonpep_assign.py\ntests\\data\\custom_nonpep_assign.py:1:0: C0103 Constant name "a" doesn't conform to UPPER_CASE naming style [default]\ntests\\data\\custom_nonpep_assign.py:1:2: E225 missing whitespace around operator [default]\n]
tests.test_main ‑ test_passing_cmd_args[argv0-tests\\data\\custom_flake8_pylint.py:1:0: C0114 Missing module docstring [cmd]\ntests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_passing_cmd_args[argv1-tests\\data\\custom_flake8_pylint.py:1:0: C0114 Missing module docstring [cmd]\ntests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_passing_cmd_args[argv2-tests\\data\\custom_flake8_pylint.py:1:0: C0114 Missing module docstring [cmd]\ntests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_passing_cmd_args[argv3-tests\\data\\custom_flake8_pylint.py:1:0: C0114 Missing module docstring [cmd]\ntests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_passing_cmd_args[argv4-tests\\data\\custom_flake8_pylint.py:1:0: C0114 Missing module docstring [cmd]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_passing_cmd_args[argv5-tests\\data\\custom_flake8_pylint.py:1:0: C0114 Missing module docstring [cmd]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_main ‑ test_single_file_stdout[argv0-]
tests.test_main ‑ test_single_file_stdout[argv1-tests\\data\\custom_nonpep_assign.py:1:0: C0103 Constant name "a" doesn't conform to UPPER_CASE naming style [default]\ntests\\data\\custom_nonpep_assign.py:1:2: E225 missing whitespace around operator [default]\n]
tests.test_main ‑ test_single_file_stdout[argv2-tests\\data\\custom_flake8_pylint.py:1:0: C0104 Disallowed name "foo" [default]\ntests\\data\\custom_flake8_pylint.py:2:5: F841 local variable 'a' is assigned to but never used [default]\n]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines0-expected_output0]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines1-expected_output1]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines2-expected_output2]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines3-expected_output3]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines4-expected_output4]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines5-expected_output5]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines6-expected_output6]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines7-expected_output7]
tests.test_short_problems.TestShort ‑ test_augassign_custom[lines8-expected_output8]
tests.test_short_problems.TestShort ‑ test_no_is_custom[lines0-expected_output0]
tests.test_short_problems.TestShort ‑ test_no_is_custom[lines1-expected_output1]
tests.test_short_problems.TestShort ‑ test_no_is_custom[lines2-expected_output2]
tests.test_short_problems.TestShort ‑ test_no_is_custom[lines3-expected_output3]
tests.test_short_problems.TestShort ‑ test_ord_files[044050-vigenere.py-expected_output0]
tests.test_short_problems.TestShort ‑ test_ord_files[044262-vigenere.py-expected_output1]
tests.test_short_problems.TestShort ‑ test_ord_files[048426-ipv4.py-expected_output2]
tests.test_short_problems.TestShort ‑ test_ord_files[hw34017.py-expected_output3]
tests.test_short_problems.TestShort ‑ test_short_custom[lines0-expected_output0]
tests.test_short_problems.TestShort ‑ test_short_custom[lines1-expected_output1]
tests.test_short_problems.TestShort ‑ test_short_custom[lines2-expected_output2]
tests.test_short_problems.TestShort ‑ test_short_files[010666-prime.py-expected_output0]
tests.test_short_problems.TestShort ‑ test_short_files[012889-pythagorean.py-expected_output1]
tests.test_short_problems.TestShort ‑ test_short_files[014290-coins.py-expected_output2]
tests.test_short_problems.TestShort ‑ test_short_files[014494-next.py-expected_output3]
tests.test_short_problems.TestShort ‑ test_short_files[014661-p5_fibsum.py-expected_output4]
tests.test_short_problems.TestShort ‑ test_short_files[017667-prime.py-expected_output5]
tests.test_short_problems.TestShort ‑ test_short_files[022859-digit_sum.py-expected_output6]
tests.test_short_problems.TestShort ‑ test_short_files[024042-cards.py-expected_output7]
tests.test_short_problems.TestShort ‑ test_short_files[024180-delete.py-expected_output8]
tests.test_short_problems.TestShort ‑ test_short_files[024233-cards.py-expected_output9]
tests.test_short_problems.TestShort ‑ test_short_files[024371-cards.py-expected_output10]
tests.test_short_problems.TestShort ‑ test_short_files[024371-workdays.py-expected_output11]
tests.test_short_problems.TestShort ‑ test_short_files[024491-cards.py-expected_output12]
tests.test_short_problems.TestShort ‑ test_short_files[024657-bisection.py-expected_output13]
tests.test_short_problems.TestShort ‑ test_short_files[032630-concat.py-expected_output14]
tests.test_short_problems.TestShort ‑ test_short_files[041630-ipv4.py-expected_output15]
tests.test_short_problems.TestShort ‑ test_short_files[043232-person_id.py-expected_output16]
tests.test_short_problems.TestShort ‑ test_short_files[044834-ipv4.py-expected_output17]
tests.test_short_problems.TestShort ‑ test_short_files[064633-p4_histogram.py-expected_output18]
tests.test_short_problems.TestShort ‑ test_short_files[085286-p1_count.py-expected_output19]
tests.test_short_problems.TestShort ‑ test_short_files[104174-ipv4_restore.py-expected_output20]
tests.test_short_problems.TestShort ‑ test_short_files[104584-p4_digits.py-expected_output21]
tests.test_short_problems.TestShort ‑ test_short_files[hw14358.py-expected_output22]
tests.test_short_problems.TestShort ‑ test_short_files[hw34328.py-expected_output23]
tests.test_short_problems.TestShort ‑ test_short_files[hw34451.py-expected_output24]
tests.test_short_problems.TestShort ‑ test_short_files[hw35219.py-expected_output25]
tests.test_short_problems.TestShort ‑ test_short_files[hw45208.py-expected_output26]
tests.test_short_problems.TestShort ‑ test_short_files[m2630.py-expected_output27]
tests.test_short_problems.TestShort ‑ test_short_files[m2650.py-expected_output28]
tests.test_short_problems.TestShort ‑ test_short_files[m5435.py-expected_output29]
tests.test_short_problems.TestShort ‑ test_short_files[ut_157_0762_16_47.py-expected_output30]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_conj_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_conj_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_conj_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_conj_custom[lines3-expected_output3]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_conj_custom[lines4-expected_output4]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_conj_custom[lines5-expected_output5]
tests.test_simplifiable_if ‑ test_simplify_if_assigning_statement_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_expression_conj_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_expression_conj_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_expression_conj_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_expression_conj_custom[lines3-expected_output3]
tests.test_simplifiable_if ‑ test_simplify_if_expression_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_expression_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_expression_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_files[014823-p4_geometry.py-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_files[015080-p4_geometry.py-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_files[024423-p5_credit.py-expected_output3]
tests.test_simplifiable_if ‑ test_simplify_if_files[044669-p3_person_id.py-expected_output4]
tests.test_simplifiable_if ‑ test_simplify_if_files[z202817-zkouska.py-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_pass_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_statement_multiconds_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_statement_multiconds_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_statement_multiconds_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_statement_nested_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_statement_single_var_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_statement_single_var_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_statement_single_var_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_statement_single_var_custom[lines3-expected_output3]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines10-expected_output10]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines11-expected_output11]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines3-expected_output3]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines4-expected_output4]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines5-expected_output5]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines6-expected_output6]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines7-expected_output7]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines8-expected_output8]
tests.test_simplifiable_if ‑ test_simplify_if_statement_three_vars_custom[lines9-expected_output9]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines0-expected_output0]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines1-expected_output1]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines2-expected_output2]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines3-expected_output3]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines4-expected_output4]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines5-expected_output5]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines6-expected_output6]
tests.test_simplifiable_if ‑ test_simplify_if_statement_two_vars_custom[lines7-expected_output7]
tests.test_visitors ‑ test_modified_listener[program0-1-modified0]
tests.test_visitors ‑ test_modified_listener[program1-1-modified1]
tests.test_visitors ‑ test_modified_listener[program10-1-modified10]
tests.test_visitors ‑ test_modified_listener[program11-1-modified11]
tests.test_visitors ‑ test_modified_listener[program12-1-modified12]
tests.test_visitors ‑ test_modified_listener[program13-1-modified13]
tests.test_visitors ‑ test_modified_listener[program14-1-modified14]
tests.test_visitors ‑ test_modified_listener[program15-1-modified15]
tests.test_visitors ‑ test_modified_listener[program16-1-modified16]
tests.test_visitors ‑ test_modified_listener[program17-1-modified17]
tests.test_visitors ‑ test_modified_listener[program18-1-modified18]
tests.test_visitors ‑ test_modified_listener[program19-1-modified19]
tests.test_visitors ‑ test_modified_listener[program2-1-modified2]
tests.test_visitors ‑ test_modified_listener[program3-2-modified3]
tests.test_visitors ‑ test_modified_listener[program4-1-modified4]
tests.test_visitors ‑ test_modified_listener[program5-1-modified5]
tests.test_visitors ‑ test_modified_listener[program6-1-modified6]
tests.test_visitors ‑ test_modified_listener[program7-1-modified7]
tests.test_visitors ‑ test_modified_listener[program8-1-modified8]
tests.test_visitors ‑ test_modified_listener[program9-1-modified9]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    for y in range(11):\n        x = 1-1-before_types5-after_types5]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    for y in range(11):\n        x = 1-2-before_types6-after_types6]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1-1-before_types4-after_types4]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1\n    for y in range(11):\n        x = 1-1-before_types8-after_types8]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1\n    for y in range(11):\n        x = 1-2-before_types7-after_types7]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1\n    for y in range(11):\n        x = 1\n    x += 1-1-before_types9-after_types9]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1\n    for y in range(11):\n        x = 1\n    x += 1-2-before_types10-after_types10]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1\n    for y in range(11):\n        x = 1\n    x += 1-3-before_types11-after_types11]
tests.test_visitors ‑ test_split_n_lines[\nfor x in range(10):\n    x = 1\n    for y in range(11):\n        x = 1\n    x += 1-4-before_types12-after_types12]
tests.test_visitors ‑ test_split_n_lines[\nx = 5\nx += 1-1-before_types1-after_types1]
tests.test_visitors ‑ test_split_n_lines[\nx = 5\nx = 1-1-before_types2-after_types2]
tests.test_visitors ‑ test_split_n_lines[\nx = 5\ny = 1\nx += 1-2-before_types3-after_types3]
tests.test_visitors ‑ test_split_n_lines[x = 5-1-before_types0-after_types0]