Obsolete golang-120
[oi-userland.git] / components / python / pylint / test / results-all.master
blobd8df8d5c0bfb68f6141ec391aa2db0e2ac729e8e
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --benchmark-disable $(@D)/tests/
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
7 rootdir: $(@D)
8 configfile: pyproject.toml
9 collecting ... collected 2162 items
11 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_check_parallel_j2 PASSED
12 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_j1 PASSED
13 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_j1_all_checks_lots_of_files PASSED
14 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_j1_all_checks_single_file PASSED
15 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_j1_single_working_checker PASSED
16 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_j2 PASSED
17 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_benchmark_j2_single_working_checker PASSED
18 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_lots_of_files_j1 PASSED
19 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_lots_of_files_j1_empty_checker PASSED
20 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_lots_of_files_j2 PASSED
21 tests/benchmark/test_baseline_benchmarks.py::TestEstablishBaselineBenchmarks::test_baseline_lots_of_files_j2_empty_checker PASSED
22 tests/checkers/base/unittest_base.py::TestNoSix::test_no_six SKIPPED
23 tests/checkers/base/unittest_multi_naming_style.py::TestMultiNamingStyle::test_multi_name_detection_exempt PASSED
24 tests/checkers/base/unittest_multi_naming_style.py::TestMultiNamingStyle::test_multi_name_detection_first_invalid PASSED
25 tests/checkers/base/unittest_multi_naming_style.py::TestMultiNamingStyle::test_multi_name_detection_group PASSED
26 tests/checkers/base/unittest_multi_naming_style.py::TestMultiNamingStyle::test_multi_name_detection_majority PASSED
27 tests/checkers/base/unittest_name_preset.py::TestNamePresets::test_camel_case PASSED
28 tests/checkers/base/unittest_name_preset.py::TestNamePresets::test_pascal_case PASSED
29 tests/checkers/base/unittest_name_preset.py::TestNamePresets::test_snake_case PASSED
30 tests/checkers/base/unittest_name_preset.py::TestNamePresets::test_upper_case PASSED
31 tests/checkers/unittest_base_checker.py::test_base_checker_consistent_hash PASSED
32 tests/checkers/unittest_base_checker.py::test_base_checker_doc PASSED
33 tests/checkers/unittest_base_checker.py::test_base_checker_invalid_message PASSED
34 tests/checkers/unittest_base_checker.py::test_base_checker_ordering PASSED
35 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_class_deprecated_arguments PASSED
36 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_attribute PASSED
37 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_class_call PASSED
38 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_class_import PASSED
39 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_class_import_from PASSED
40 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_decorator PASSED
41 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_decorator_with_arguments PASSED
42 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_function PASSED
43 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_method PASSED
44 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_method_alias PASSED
45 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_module PASSED
46 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_deprecated_module_from PASSED
47 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_function_deprecated_arg PASSED
48 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_function_deprecated_arg_kwargs PASSED
49 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_function_deprecated_kwarg PASSED
50 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_function_deprecated_kwarg_kwarg PASSED
51 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_function_deprecated_kwarg_only PASSED
52 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_function_deprecated_not_used PASSED
53 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_method_deprecated_arg PASSED
54 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_method_deprecated_arg_kwargs PASSED
55 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_method_deprecated_kwarg PASSED
56 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_method_deprecated_kwarg_kwarg PASSED
57 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_method_deprecated_kwarg_only PASSED
58 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_method_deprecated_not_used PASSED
59 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_no_message PASSED
60 tests/checkers/unittest_deprecated.py::TestDeprecatedChecker::test_not_deprecated PASSED
61 tests/checkers/unittest_design.py::TestDesignChecker::test_exclude_too_few_methods_with_value PASSED
62 tests/checkers/unittest_design.py::TestDesignChecker::test_ignore_paths_with_no_value PASSED
63 tests/checkers/unittest_design.py::TestDesignChecker::test_too_many_ancestors_ignored_parents_are_skipped PASSED
64 tests/checkers/unittest_format.py::TestCheckSpace::test_encoding_token PASSED
65 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testCheckIfArgsAreNotUnicode PASSED
66 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testCheckKeywordParensHandlesUnnecessaryParens PASSED
67 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testCheckKeywordParensHandlesValidCases PASSED
68 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testFuturePrintStatementWithoutParensWarning PASSED
69 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testKeywordParensFalsePositive PASSED
70 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testNoSuperfluousParensWalrusOperatorIf PASSED
71 tests/checkers/unittest_format.py::TestSuperfluousParentheses::testPositiveSuperfluousParensWalrusOperatorIf PASSED
72 tests/checkers/unittest_format.py::test_disable_global_option_end_of_line PASSED
73 tests/checkers/unittest_imports.py::TestImportsChecker::test_allow_reexport_package PASSED
74 tests/checkers/unittest_imports.py::TestImportsChecker::test_preferred_module PASSED
75 tests/checkers/unittest_imports.py::TestImportsChecker::test_relative_beyond_top_level PASSED
76 tests/checkers/unittest_imports.py::TestImportsChecker::test_relative_beyond_top_level_four PASSED
77 tests/checkers/unittest_imports.py::TestImportsChecker::test_relative_beyond_top_level_three PASSED
78 tests/checkers/unittest_imports.py::TestImportsChecker::test_relative_beyond_top_level_two PASSED
79 tests/checkers/unittest_imports.py::TestImportsChecker::test_wildcard_import_init PASSED
80 tests/checkers/unittest_imports.py::TestImportsChecker::test_wildcard_import_non_init PASSED
81 tests/checkers/unittest_misc.py::TestFixme::test_absent_codetag PASSED
82 tests/checkers/unittest_misc.py::TestFixme::test_dont_trigger_on_todoist PASSED
83 tests/checkers/unittest_misc.py::TestFixme::test_fixme_with_message PASSED
84 tests/checkers/unittest_misc.py::TestFixme::test_issue_2321_should_not_trigger PASSED
85 tests/checkers/unittest_misc.py::TestFixme::test_issue_2321_should_trigger PASSED
86 tests/checkers/unittest_misc.py::TestFixme::test_non_alphanumeric_codetag PASSED
87 tests/checkers/unittest_misc.py::TestFixme::test_other_present_codetag PASSED
88 tests/checkers/unittest_misc.py::TestFixme::test_todo_without_message PASSED
89 tests/checkers/unittest_misc.py::TestFixme::test_without_space_fixme PASSED
90 tests/checkers/unittest_misc.py::TestFixme::test_xxx_middle PASSED
91 tests/checkers/unittest_misc.py::TestFixme::test_xxx_without_space PASSED
92 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_assignname[class_attribute] PASSED
93 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_assignname[for_loop_variable] PASSED
94 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_assignname[function_variable] PASSED
95 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_assignname[global_assign] PASSED
96 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_assignname[inline_for_loop_variable] PASSED
97 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_assignname[try-except] PASSED
98 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_main_module] PASSED
99 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_main_module_with_okay_alias] PASSED
100 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_single_main_module] PASSED
101 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_single_main_module_with_okay_alias] PASSED
102 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_single_main_module_with_okay_alias_with_stdlib_import] PASSED
103 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_single_main_module_with_stdlib_import] PASSED
104 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_submodule] PASSED
105 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_submodule_with_bad_alias] PASSED
106 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[bad_submodule_with_okay_alias] PASSED
107 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_bad_module_import_bad_as_good] PASSED
108 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_bad_module_import_okay] PASSED
109 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_bad] PASSED
110 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_bad_as_bad] PASSED
111 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_bad_as_good] PASSED
112 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_bad_as_good_and_bad0] PASSED
113 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_bad_as_good_and_bad1] PASSED
114 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_bad_as_good_and_star] XFAIL
115 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[from_okay_module_import_okay] PASSED
116 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[stdlib_with_bad_alias] PASSED
117 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_check_import[stdlib_with_bad_single_main_module] PASSED
118 tests/checkers/unittest_non_ascii_name.py::TestNonAsciiChecker::test_kwargs_and_position_only PASSED
119 tests/checkers/unittest_refactoring.py::test_issue_5724 PASSED
120 tests/checkers/unittest_refactoring.py::test_process_tokens PASSED
121 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_check_bad_coment SKIPPED
122 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_check_bad_comment_custom_suggestion_count SKIPPED
123 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_check_bad_docstring SKIPPED
124 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_docstring_lines_that_look_like_comments_1 SKIPPED
125 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_docstring_lines_that_look_like_comments_2 SKIPPED
126 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_docstring_lines_that_look_like_comments_3 SKIPPED
127 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_docstring_lines_that_look_like_comments_4 SKIPPED
128 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_docstring_lines_that_look_like_comments_5 SKIPPED
129 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_docstring_lines_that_look_like_comments_6 SKIPPED
130 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_handle_words_joined_by_forward_slash SKIPPED
131 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_more_than_one_error_in_same_line_for_same_word_on_comment SKIPPED
132 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_more_than_one_error_in_same_line_for_same_word_on_docstring SKIPPED
133 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_camel_cased_words SKIPPED
134 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_code_flanked_in_double_backticks SKIPPED
135 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_code_flanked_in_single_backticks SKIPPED
136 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_directives_specified_in_pylintrc SKIPPED
137 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_email_address SKIPPED
138 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_python_coding_comments SKIPPED
139 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_shebangs SKIPPED
140 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_sphinx_directives SKIPPED
141 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_sphinx_directives_2 SKIPPED
142 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_top_level_pylint_enable_disable_comments SKIPPED
143 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: (NotAWord) -> NotAWord] SKIPPED
144 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: Dict[NotAWord] -> Dict[NotAWord]] SKIPPED
145 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: Dict[NotAWord]] SKIPPED
146 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: ImmutableList[Manager]] SKIPPED
147 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: List[NotAWord] -> List[NotAWord]] SKIPPED
148 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: List[NotAWord]] SKIPPED
149 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: NotAWord] SKIPPED
150 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_type_comments[# type: ignore[attr-defined] NotAWord] SKIPPED
151 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_urls SKIPPED
152 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_wiki_words SKIPPED
153 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_words_with_numbers SKIPPED
154 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_skip_words_with_underscores SKIPPED
155 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_spelling_dict_help_enchant SKIPPED
156 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_spelling_dict_help_no_enchant PASSED
157 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[bandit directive] SKIPPED
158 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[black directive to turn off formatting] SKIPPED
159 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[black directive to turn on formatting] SKIPPED
160 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[flake8 / zimports directive] SKIPPED
161 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[isort directive] SKIPPED
162 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[mypy top of file directive] SKIPPED
163 tests/checkers/unittest_spelling.py::TestSpellingChecker::test_tool_directives_handling[pycharm directive] SKIPPED
164 tests/checkers/unittest_stdlib.py::TestStdlibChecker::test_deprecated_no_qname_on_unexpected_nodes PASSED
165 tests/checkers/unittest_strings.py::test_str_eval PASSED
166 tests/checkers/unittest_symilar.py::test_bad_short_form_option PASSED
167 tests/checkers/unittest_symilar.py::test_equal_short_form_option PASSED
168 tests/checkers/unittest_symilar.py::test_get_map_data PASSED
169 tests/checkers/unittest_symilar.py::test_help PASSED
170 tests/checkers/unittest_symilar.py::test_ignore_comments PASSED
171 tests/checkers/unittest_symilar.py::test_ignore_docstrings PASSED
172 tests/checkers/unittest_symilar.py::test_ignore_imports PASSED
173 tests/checkers/unittest_symilar.py::test_ignore_multiline_imports PASSED
174 tests/checkers/unittest_symilar.py::test_ignore_nothing PASSED
175 tests/checkers/unittest_symilar.py::test_ignore_signatures_class_methods_fail PASSED
176 tests/checkers/unittest_symilar.py::test_ignore_signatures_class_methods_pass PASSED
177 tests/checkers/unittest_symilar.py::test_ignore_signatures_empty_functions_fail PASSED
178 tests/checkers/unittest_symilar.py::test_ignore_signatures_empty_functions_pass PASSED
179 tests/checkers/unittest_symilar.py::test_ignore_signatures_fail PASSED
180 tests/checkers/unittest_symilar.py::test_ignore_signatures_pass PASSED
181 tests/checkers/unittest_symilar.py::test_lines_without_meaningful_content_do_not_trigger_similarity PASSED
182 tests/checkers/unittest_symilar.py::test_multiline_imports PASSED
183 tests/checkers/unittest_symilar.py::test_no_args PASSED
184 tests/checkers/unittest_symilar.py::test_no_hide_code_with_imports PASSED
185 tests/checkers/unittest_symilar.py::test_set_duplicate_lines_to_zero PASSED
186 tests/checkers/unittest_symilar.py::test_space_short_form_option PASSED
187 tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg PASSED
188 tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg PASSED
189 tests/checkers/unittest_typecheck.py::TestTypeCheckerOnDecorators::test_issue3882_class_decorators PASSED
190 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[backspace_ascii] PASSED
191 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[backspace_iso-8859-1] PASSED
192 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[backspace_utf-16] PASSED
193 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[backspace_utf-32] PASSED
194 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[backspace_utf-8] PASSED
195 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[carriage-return_ascii] PASSED
196 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[carriage-return_iso-8859-1] PASSED
197 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[carriage-return_utf-16] PASSED
198 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[carriage-return_utf-32] PASSED
199 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[carriage-return_utf-8] PASSED
200 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[esc_ascii] PASSED
201 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[esc_iso-8859-1] PASSED
202 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[esc_utf-16] PASSED
203 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[esc_utf-32] PASSED
204 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[esc_utf-8] PASSED
205 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[nul_ascii] PASSED
206 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[nul_iso-8859-1] PASSED
207 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[nul_utf-16] PASSED
208 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[nul_utf-32] PASSED
209 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[nul_utf-8] PASSED
210 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[sub_ascii] PASSED
211 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[sub_iso-8859-1] PASSED
212 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[sub_utf-16] PASSED
213 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[sub_utf-32] PASSED
214 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[sub_utf-8] PASSED
215 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[zero-width-space_utf-16] PASSED
216 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[zero-width-space_utf-32] PASSED
217 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test___check_invalid_chars[zero-width-space_utf-8] PASSED
218 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-nul_ascii] PASSED
219 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-nul_iso-8859-1] PASSED
220 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-nul_utf-16] PASSED
221 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-nul_utf-32] PASSED
222 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-nul_utf-8] PASSED
223 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-zero-width-space_utf-16] PASSED
224 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-zero-width-space_utf-32] PASSED
225 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_bad_chars_that_would_currently_crash_python[invalid-character-zero-width-space_utf-8] PASSED
226 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[ascii_linux_valid_line] PASSED
227 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[ascii_windows_valid_line] PASSED
228 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[iso-8859-1_linux_valid_line] PASSED
229 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[iso-8859-1_windows_valid_line] PASSED
230 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-16_linux_not_decode_able_line] PASSED
231 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-16_linux_valid_line] PASSED
232 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-16_windows_not_decode_able_line] PASSED
233 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-16_windows_valid_line] PASSED
234 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-32_linux_not_decode_able_line] PASSED
235 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-32_linux_valid_line] PASSED
236 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-32_windows_not_decode_able_line] PASSED
237 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-32_windows_valid_line] PASSED
238 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-8_linux_not_decode_able_line] PASSED
239 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-8_linux_valid_line] PASSED
240 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-8_windows_not_decode_able_line] PASSED
241 tests/checkers/unittest_unicode/unittest_bad_chars.py::TestBadCharsChecker::test_find_bad_chars[utf-8_windows_valid_line] PASSED
242 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[FIRST_STRONG_ISOLATE_utf-16be] PASSED
243 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[FIRST_STRONG_ISOLATE_utf-16le] PASSED
244 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[FIRST_STRONG_ISOLATE_utf-32be] PASSED
245 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[FIRST_STRONG_ISOLATE_utf-32le] PASSED
246 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[FIRST_STRONG_ISOLATE_utf-8] PASSED
247 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_EMBEDDING_utf-16be] PASSED
248 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_EMBEDDING_utf-16le] PASSED
249 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_EMBEDDING_utf-32be] PASSED
250 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_EMBEDDING_utf-32le] PASSED
251 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_EMBEDDING_utf-8] PASSED
252 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_ISOLATE_utf-16be] PASSED
253 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_ISOLATE_utf-16le] PASSED
254 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_ISOLATE_utf-32be] PASSED
255 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_ISOLATE_utf-32le] PASSED
256 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_ISOLATE_utf-8] PASSED
257 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_OVERRIDE_utf-16be] PASSED
258 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_OVERRIDE_utf-16le] PASSED
259 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_OVERRIDE_utf-32be] PASSED
260 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_OVERRIDE_utf-32le] PASSED
261 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[LEFT-TO-RIGHT_OVERRIDE_utf-8] PASSED
262 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_FORMATTING_utf-16be] PASSED
263 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_FORMATTING_utf-16le] PASSED
264 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_FORMATTING_utf-32be] PASSED
265 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_FORMATTING_utf-32le] PASSED
266 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_FORMATTING_utf-8] PASSED
267 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_ISOLATE_utf-16be] PASSED
268 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_ISOLATE_utf-16le] PASSED
269 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_ISOLATE_utf-32be] PASSED
270 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_ISOLATE_utf-32le] PASSED
271 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[POP_DIRECTIONAL_ISOLATE_utf-8] PASSED
272 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_EMBEDDING_utf-16be] PASSED
273 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_EMBEDDING_utf-16le] PASSED
274 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_EMBEDDING_utf-32be] PASSED
275 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_EMBEDDING_utf-32le] PASSED
276 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_EMBEDDING_utf-8] PASSED
277 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_ISOLATE_utf-16be] PASSED
278 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_ISOLATE_utf-16le] PASSED
279 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_ISOLATE_utf-32be] PASSED
280 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_ISOLATE_utf-32le] PASSED
281 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_ISOLATE_utf-8] PASSED
282 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_MARK_utf-16be] PASSED
283 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_MARK_utf-16le] PASSED
284 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_MARK_utf-32be] PASSED
285 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_MARK_utf-32le] PASSED
286 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_MARK_utf-8] PASSED
287 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_OVERRIDE_utf-16be] PASSED
288 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_OVERRIDE_utf-16le] PASSED
289 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_OVERRIDE_utf-32be] PASSED
290 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_OVERRIDE_utf-32le] PASSED
291 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_find_bidi_string[RIGHT-TO-LEFT_OVERRIDE_utf-8] PASSED
292 tests/checkers/unittest_unicode/unittest_bidirectional_unicode.py::TestBidirectionalUnicodeChecker::test_finds_bidirectional_unicode_that_currently_not_parsed PASSED
293 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16_linux_final_nl] PASSED
294 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16_linux_no_final_nl] PASSED
295 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16_windows_final_nl] PASSED
296 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16_windows_no_final_nl] PASSED
297 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16be_linux_final_nl] PASSED
298 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16be_linux_no_final_nl] PASSED
299 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16be_windows_final_nl] PASSED
300 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16be_windows_no_final_nl] PASSED
301 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16le_linux_final_nl] PASSED
302 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16le_linux_no_final_nl] PASSED
303 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16le_windows_final_nl] PASSED
304 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-16le_windows_no_final_nl] PASSED
305 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32_linux_final_nl] PASSED
306 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32_linux_no_final_nl] PASSED
307 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32_windows_final_nl] PASSED
308 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32_windows_no_final_nl] PASSED
309 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32be_linux_final_nl] PASSED
310 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32be_linux_no_final_nl] PASSED
311 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32be_windows_final_nl] PASSED
312 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32be_windows_no_final_nl] PASSED
313 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32le_linux_final_nl] PASSED
314 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32le_linux_no_final_nl] PASSED
315 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32le_windows_final_nl] PASSED
316 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-32le_windows_no_final_nl] PASSED
317 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-8_linux_final_nl] PASSED
318 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-8_linux_no_final_nl] PASSED
319 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-8_windows_final_nl] PASSED
320 tests/checkers/unittest_unicode/unittest_functions.py::test___fix_utf16_32_line_stream[utf-8_windows_no_final_nl] PASSED
321 tests/checkers/unittest_unicode/unittest_functions.py::test__byte_to_str_length[ascii-1] PASSED
322 tests/checkers/unittest_unicode/unittest_functions.py::test__byte_to_str_length[latin1-1] PASSED
323 tests/checkers/unittest_unicode/unittest_functions.py::test__byte_to_str_length[utf-16-2] PASSED
324 tests/checkers/unittest_unicode/unittest_functions.py::test__byte_to_str_length[utf-32-4] PASSED
325 tests/checkers/unittest_unicode/unittest_functions.py::test__byte_to_str_length[utf-32-le-4] PASSED
326 tests/checkers/unittest_unicode/unittest_functions.py::test__byte_to_str_length[utf-8-1] PASSED
327 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[ASCII-ascii] PASSED
328 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[Latin1-latin1] PASSED
329 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[UTF-16 LE-utf-16le] PASSED
330 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[UTF-16BE-utf-16be] PASSED
331 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[UTF-32-le-utf-32le] PASSED
332 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[UTF-32-utf-32] PASSED
333 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[UTF8-utf-8] PASSED
334 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf 16 LE-utf-16le] PASSED
335 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf 16-utf-16] PASSED
336 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf 32-BE-utf-32be] PASSED
337 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf 32-utf-32] PASSED
338 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf 8-utf-8] PASSED
339 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf-16-utf-16] PASSED
340 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf-32-utf-32] PASSED
341 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf-8-utf-8_0] PASSED
342 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf-8-utf-8_1] PASSED
343 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf-8sig-utf-8] PASSED
344 tests/checkers/unittest_unicode/unittest_functions.py::test__normalize_codec_name[utf8-utf-8] PASSED
345 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[linux] PASSED
346 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[linux_byte] PASSED
347 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[no_line_ending] PASSED
348 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[no_line_ending_byte] PASSED
349 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[windows] PASSED
350 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[windows_byte] PASSED
351 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[wrong_order] PASSED
352 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length[wrong_order_byte] PASSED
353 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf16[linux] PASSED
354 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf16[no_line_ending] PASSED
355 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf16[windows] PASSED
356 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf16[wrong_order] PASSED
357 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf32[linux] PASSED
358 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf32[no_line_ending] PASSED
359 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf32[windows] PASSED
360 tests/checkers/unittest_unicode/unittest_functions.py::test_line_length_utf32[wrong_order] PASSED
361 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-backspace-linux-bytes] PASSED
362 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-backspace-linux] PASSED
363 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-backspace-windows-bytes] PASSED
364 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-backspace-windows] PASSED
365 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-carrier-return-linux-bytes] PASSED
366 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-carrier-return-linux] PASSED
367 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-carrier-return-windows-bytes] PASSED
368 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-carrier-return-windows] PASSED
369 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-esc-linux-bytes] PASSED
370 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-esc-linux] PASSED
371 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-esc-windows-bytes] PASSED
372 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-esc-windows] PASSED
373 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-nul-linux-bytes] PASSED
374 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-nul-linux] PASSED
375 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-nul-windows-bytes] PASSED
376 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-nul-windows] PASSED
377 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-sub-linux-bytes] PASSED
378 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-sub-linux] PASSED
379 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-sub-windows-bytes] PASSED
380 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-sub-windows] PASSED
381 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-zero-width-space-linux] PASSED
382 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[invalid-zero-width-space-windows] PASSED
383 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[valid-windows-bytes] PASSED
384 tests/checkers/unittest_unicode/unittest_functions.py::test_map_positions_to_result[valid-windows] PASSED
385 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec[ascii] PASSED
386 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec[iso-8859-1] PASSED
387 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec[utf-16] PASSED
388 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec[utf-32] PASSED
389 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec[utf-8] PASSED
390 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[bom_utf-16be] PASSED
391 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[bom_utf-16le] PASSED
392 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[bom_utf-32be] PASSED
393 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[bom_utf-32le] PASSED
394 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[bom_utf-8] PASSED
395 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[default_utf8] PASSED
396 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[pep263_ascii] PASSED
397 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[pep263_latin1] PASSED
398 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[pep263_latin1_multiline] PASSED
399 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[pep263_utf-16le_fake] PASSED
400 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[pep263_utf-16le_real] XFAIL
401 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec[pep263_utf-8] PASSED
402 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test__determine_codec_raises_syntax_error_on_invalid_input PASSED
403 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test_invalid_unicode_files[pep_bidirectional_utf_16_bom.txt-1] PASSED
404 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test_invalid_unicode_files[pep_bidirectional_utf_16_le_no_bom.txt-2] XFAIL
405 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test_invalid_unicode_files[pep_bidirectional_utf_32_bom.txt-1] PASSED
406 tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test_invalid_unicode_files[pep_bidirectional_utf_32_le_no_bom.txt-2] XFAIL
407 tests/checkers/unittest_utils.py::testGetArgumentFromCall PASSED
408 tests/checkers/unittest_utils.py::testGetArgumentFromCallError[foo(3)-kw0] PASSED
409 tests/checkers/unittest_utils.py::testGetArgumentFromCallError[foo(one=a, two=b, three=c)-kw1] PASSED
410 tests/checkers/unittest_utils.py::testGetArgumentFromCallExists[foo(a, b, c)-kw1] PASSED
411 tests/checkers/unittest_utils.py::testGetArgumentFromCallExists[foo(bar=3)-kw0] PASSED
412 tests/checkers/unittest_utils.py::testIsBuiltin[__builtins__-True] PASSED
413 tests/checkers/unittest_utils.py::testIsBuiltin[__file__-False] PASSED
414 tests/checkers/unittest_utils.py::testIsBuiltin[__path__-False] PASSED
415 tests/checkers/unittest_utils.py::testIsBuiltin[min-True] PASSED
416 tests/checkers/unittest_utils.py::testIsBuiltin[mybuiltin-False] PASSED
417 tests/checkers/unittest_utils.py::testIsBuiltin[whatever-False] PASSED
418 tests/checkers/unittest_utils.py::test_error_of_type PASSED
419 tests/checkers/unittest_utils.py::test_get_node_last_lineno_class PASSED
420 tests/checkers/unittest_utils.py::test_get_node_last_lineno_combined PASSED
421 tests/checkers/unittest_utils.py::test_get_node_last_lineno_decorator PASSED
422 tests/checkers/unittest_utils.py::test_get_node_last_lineno_for PASSED
423 tests/checkers/unittest_utils.py::test_get_node_last_lineno_for_else PASSED
424 tests/checkers/unittest_utils.py::test_get_node_last_lineno_if_elseif_else PASSED
425 tests/checkers/unittest_utils.py::test_get_node_last_lineno_if_simple PASSED
426 tests/checkers/unittest_utils.py::test_get_node_last_lineno_method PASSED
427 tests/checkers/unittest_utils.py::test_get_node_last_lineno_simple PASSED
428 tests/checkers/unittest_utils.py::test_get_node_last_lineno_try PASSED
429 tests/checkers/unittest_utils.py::test_get_node_last_lineno_try_except_else PASSED
430 tests/checkers/unittest_utils.py::test_get_node_last_lineno_try_except_else_finally PASSED
431 tests/checkers/unittest_utils.py::test_get_node_last_lineno_try_except_finally PASSED
432 tests/checkers/unittest_utils.py::test_get_node_last_lineno_while PASSED
433 tests/checkers/unittest_utils.py::test_get_node_last_lineno_while_else PASSED
434 tests/checkers/unittest_utils.py::test_get_node_last_lineno_with PASSED
435 tests/checkers/unittest_utils.py::test_if_sys_guard PASSED
436 tests/checkers/unittest_utils.py::test_if_typing_guard PASSED
437 tests/checkers/unittest_utils.py::test_in_type_checking_block PASSED
438 tests/checkers/unittest_utils.py::test_inherit_from_std_ex_recursive_definition PASSED
439 tests/checkers/unittest_utils.py::test_is_empty_literal PASSED
440 tests/checkers/unittest_utils.py::test_is_subclass_of_node_b_derived_from_node_a PASSED
441 tests/checkers/unittest_utils.py::test_is_subclass_of_node_b_not_derived_from_node_a PASSED
442 tests/checkers/unittest_utils.py::test_is_subclass_of_not_classdefs PASSED
443 tests/checkers/unittest_utils.py::test_is_typing_member PASSED
444 tests/checkers/unittest_utils.py::test_node_ignores_exception PASSED
445 tests/checkers/unittest_utils.py::test_parse_format_method_string PASSED
446 tests/checkers/unittest_variables.py::TestMissingSubmodule::test_package_all PASSED
447 tests/checkers/unittest_variables.py::TestVariablesChecker::test_all_elements_without_parent PASSED
448 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_custom_callback_string PASSED
449 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_ignored_argument_names_no_message PASSED
450 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_ignored_argument_names_starred_args PASSED
451 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_import_as_underscore PASSED
452 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_lambda_in_classdef PASSED
453 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_nested_lambda PASSED
454 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_redefined_builtin_in_function PASSED
455 tests/checkers/unittest_variables.py::TestVariablesCheckerWithTearDown::test_redefined_builtin_modname_not_ignored PASSED
456 tests/config/pylint_config/test_pylint_config_generate.py::test_format_of_output PASSED
457 tests/config/pylint_config/test_pylint_config_generate.py::test_generate_interactive_exitcode PASSED
458 tests/config/pylint_config/test_pylint_config_generate.py::test_writing_minimal_file PASSED
459 tests/config/pylint_config/test_pylint_config_generate.py::test_writing_to_output_file PASSED
460 tests/config/pylint_config/test_pylint_config_help.py::test_pylint_config_main_messages PASSED
461 tests/config/pylint_config/test_pylint_config_utils.py::test_retrying_user_input_validation PASSED
462 tests/config/pylint_config/test_run_pylint_config.py::test_invocation_of_pylint_config PASSED
463 tests/config/test_argparse_config.py::TestArgparseOptionsProviderMixin::test_logger_commandline PASSED
464 tests/config/test_argparse_config.py::TestArgparseOptionsProviderMixin::test_logger_rcfile PASSED
465 tests/config/test_argparse_config.py::TestArgparseOptionsProviderMixin::test_logger_without_options PASSED
466 tests/config/test_argparse_config.py::TestArguments::test_unrecognized_argument PASSED
467 tests/config/test_argparse_config.py::TestDeprecationOptions::test_new_names PASSED
468 tests/config/test_argparse_config.py::TestDeprecationOptions::test_old_names PASSED
469 tests/config/test_config.py::test_argument_separator PASSED
470 tests/config/test_config.py::test_can_read_toml_env_variable PASSED
471 tests/config/test_config.py::test_clear_cache_post_run PASSED
472 tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo, bar-expected2] PASSED
473 tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo, bar{1,3}-expected3] PASSED
474 tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo,bar-expected1] PASSED
475 tests/config/test_config.py::test_csv_regex_comma_in_quantifier[foo-expected0] PASSED
476 tests/config/test_config.py::test_csv_regex_error PASSED
477 tests/config/test_config.py::test_disable_before_enable_all_takes_effect PASSED
478 tests/config/test_config.py::test_empty_confidence PASSED
479 tests/config/test_config.py::test_enable_all_disable_all_mutually_exclusive PASSED
480 tests/config/test_config.py::test_enable_before_disable_all_takes_effect PASSED
481 tests/config/test_config.py::test_regex_error PASSED
482 tests/config/test_config.py::test_short_verbose PASSED
483 tests/config/test_config.py::test_unknown_confidence PASSED
484 tests/config/test_config.py::test_unknown_message_id PASSED
485 tests/config/test_config.py::test_unknown_option_name PASSED
486 tests/config/test_config.py::test_unknown_py_version PASSED
487 tests/config/test_config.py::test_unknown_short_option_name PASSED
488 tests/config/test_config.py::test_unknown_yes_no PASSED
489 tests/config/test_find_default_config_files.py::test_has_config[(not valid .cfg)-False] PASSED
490 tests/config/test_find_default_config_files.py::test_has_config[-False] PASSED
491 tests/config/test_find_default_config_files.py::test_has_config[\n[metadata]\nname = pylint\n-False] PASSED
492 tests/config/test_find_default_config_files.py::test_has_config[\n[metadata]\nname = pylint\n\n[pylint.messages control]\ndisable = logging-not-lazy,logging-format-interpolation\n-True] PASSED
493 tests/config/test_find_default_config_files.py::test_non_existent_home PASSED
494 tests/config/test_find_default_config_files.py::test_permission_error PASSED
495 tests/config/test_find_default_config_files.py::test_pylintrc PASSED
496 tests/config/test_find_default_config_files.py::test_pylintrc_parentdir PASSED
497 tests/config/test_find_default_config_files.py::test_pylintrc_parentdir_no_package PASSED
498 tests/config/test_find_default_config_files.py::test_pylintrc_toml_parentdir PASSED
499 tests/config/test_find_default_config_files.py::test_pyproject_toml_parentdir PASSED
500 tests/config/test_find_default_config_files.py::test_toml_has_config[(not toml valid)-False] PASSED
501 tests/config/test_find_default_config_files.py::test_toml_has_config[-False] PASSED
502 tests/config/test_find_default_config_files.py::test_toml_has_config[\n[build-system]\nrequires = ["setuptools ~= 58.0", "cython ~= 0.29.0"]\n-False] PASSED
503 tests/config/test_find_default_config_files.py::test_toml_has_config[\n[tool.pylint]\nmissing-member-hint = true\n-True] PASSED
504 tests/config/test_find_default_config_files.py::test_verbose_abbreviation PASSED
505 tests/config/test_find_default_config_files.py::test_verbose_output_no_config PASSED
506 tests/config/test_functional_config_loading.py::test_functional_config_loading[ini/pylintrc_with_deleted_message.ini] PASSED
507 tests/config/test_functional_config_loading.py::test_functional_config_loading[ini/pylintrc_with_interpolation_error.ini] PASSED
508 tests/config/test_functional_config_loading.py::test_functional_config_loading[ini/pylintrc_with_message_control.ini] PASSED
509 tests/config/test_functional_config_loading.py::test_functional_config_loading[ini/pylintrc_with_missing_comma.ini] PASSED
510 tests/config/test_functional_config_loading.py::test_functional_config_loading[ini/pylintrc_with_multi_line_init_hook.ini] PASSED
511 tests/config/test_functional_config_loading.py::test_functional_config_loading[ini/pylintrc_with_quoted_init_hook.ini] PASSED
512 tests/config/test_functional_config_loading.py::test_functional_config_loading[setup_cfg/do_not_read_other_tools_configuration/setup.cfg] PASSED
513 tests/config/test_functional_config_loading.py::test_functional_config_loading[setup_cfg/identical_name_in_flake8/setup.cfg] PASSED
514 tests/config/test_functional_config_loading.py::test_functional_config_loading[setup_cfg/issue_3630/not_setup.cfg] PASSED
515 tests/config/test_functional_config_loading.py::test_functional_config_loading[setup_cfg/issue_3630/setup.cfg] PASSED
516 tests/config/test_functional_config_loading.py::test_functional_config_loading[setup_cfg/issue_4272/option_in_wrong_section.cfg] PASSED
517 tests/config/test_functional_config_loading.py::test_functional_config_loading[setup_cfg/setup_cfg_with_message_control.cfg] PASSED
518 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_3122/toml_with_missing_comma.toml] PASSED
519 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_3181/toml_decode_error.toml] PASSED
520 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_3181/top_level_list_of_disable.toml] PASSED
521 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4580/correct_basic_name_group.toml] PASSED
522 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4580/correct_import_preferred_module.toml] PASSED
523 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4580/rich_types.toml] PASSED
524 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4580/top_level_disable.toml] PASSED
525 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4580/valid_data_for_basic.toml] PASSED
526 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4580/valid_data_for_import.toml] PASSED
527 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_4746/loaded_plugin_does_not_exists.toml] PASSED
528 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/issue_9680/bad_regex_in_ignore_paths.toml] PASSED
529 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/rich_types.toml] PASSED
530 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/toml_with_enable.toml] PASSED
531 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/toml_with_message_control.toml] PASSED
532 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/toml_with_unknown_option.toml] PASSED
533 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/toml_without_pylint.toml] PASSED
534 tests/config/test_functional_config_loading.py::test_functional_config_loading[toml/unknown_msgid/enable_unknown_msgid.toml] PASSED
535 tests/config/test_functional_config_loading.py::test_functional_config_loading[tox/unrecognized_options/tox.ini] PASSED
536 tests/config/test_per_directory_config.py::test_fall_back_on_base_config PASSED
537 tests/extensions/test_check_docs_utils.py::test_exception[raise_node0-expected0] PASSED
538 tests/extensions/test_check_docs_utils.py::test_exception[raise_node1-expected1] PASSED
539 tests/extensions/test_check_docs_utils.py::test_exception[raise_node2-expected2] PASSED
540 tests/extensions/test_check_docs_utils.py::test_exception[raise_node3-expected3] PASSED
541 tests/extensions/test_check_docs_utils.py::test_exception[raise_node4-expected4] PASSED
542 tests/extensions/test_check_docs_utils.py::test_exception[raise_node5-expected5] PASSED
543 tests/extensions/test_check_docs_utils.py::test_exception[raise_node6-expected6] PASSED
544 tests/extensions/test_check_docs_utils.py::test_exception[raise_node7-expected7] PASSED
545 tests/extensions/test_check_docs_utils.py::test_exception[raise_node8-expected8] PASSED
546 tests/extensions/test_check_docs_utils.py::test_possible_exc_types_raising_potential_none PASSED
547 tests/extensions/test_check_docs_utils.py::test_space_indentation[   \n  abc-3] PASSED
548 tests/extensions/test_check_docs_utils.py::test_space_indentation[  abc-2] PASSED
549 tests/extensions/test_check_docs_utils.py::test_space_indentation[-0] PASSED
550 tests/extensions/test_check_docs_utils.py::test_space_indentation[\n  abc-0] PASSED
551 tests/extensions/test_check_docs_utils.py::test_space_indentation[abc-0] PASSED
552 tests/extensions/test_private_import.py::TestPrivateImport::test_external_module PASSED
553 tests/extensions/test_private_import.py::TestPrivateImport::test_external_module_dot_import PASSED
554 tests/extensions/test_private_import.py::TestPrivateImport::test_external_module_dot_import_outer_only PASSED
555 tests/extensions/test_private_import.py::TestPrivateImport::test_external_module_nested PASSED
556 tests/extensions/test_private_import.py::TestPrivateImport::test_internal_module PASSED
557 tests/functional/r/redundant_unittest_assert.py::RegressionWithArgs::test SKIPPED
558 tests/functional/r/redundant_unittest_assert.py::Tests::test_something SKIPPED
559 tests/lint/test_caching.py::test__get_pdata_path[-1-pylint_home0-expected0] PASSED
560 tests/lint/test_caching.py::test__get_pdata_path[-2-pylint_home1-expected1] PASSED
561 tests/lint/test_caching.py::test__get_pdata_path[a/path-42-pylint_home2-expected2] PASSED
562 tests/lint/test_caching.py::test__get_pdata_path_nix[/workspace/MyDir/test.py-1-pylint_home0-expected0] PASSED
563 tests/lint/test_caching.py::test__get_pdata_path_nix[/workspace/MyDir/test.py-1-pylint_home1-expected1] PASSED
564 tests/lint/test_caching.py::test__get_pdata_path_windows[C:\\MyDir\\test.py-1-pylint_home1-expected1] SKIPPED
565 tests/lint/test_caching.py::test__get_pdata_path_windows[D:\\MyDir\\test.py-1-pylint_home0-expected0] SKIPPED
566 tests/lint/test_caching.py::test_save_and_load_not_a_linter_stats[.tests/a/path/] PASSED
567 tests/lint/test_caching.py::test_save_and_load_not_a_linter_stats[.tests] PASSED
568 tests/lint/test_caching.py::test_save_and_load_result[.tests/] PASSED
569 tests/lint/test_caching.py::test_save_and_load_result[.tests/a/path/] PASSED
570 tests/lint/test_pylinter.py::test_crash_during_linting PASSED
571 tests/lint/test_pylinter.py::test_crash_in_file PASSED
572 tests/lint/test_pylinter.py::test_open_pylinter_denied_modules PASSED
573 tests/lint/test_pylinter.py::test_open_pylinter_prefer_stubs PASSED
574 tests/lint/test_run_pylint.py::test_run_pylint_with_invalid_argument PASSED
575 tests/lint/test_run_pylint.py::test_run_pylint_with_invalid_argument_in_config PASSED
576 tests/lint/test_utils.py::test_get_fatal_error_message PASSED
577 tests/lint/test_utils.py::test_issue_template_on_fatal_errors PASSED
578 tests/lint/test_utils.py::test_prepare_crash_report PASSED
579 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules[files_or_modules0-expected0] PASSED
580 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules[files_or_modules1-expected1] PASSED
581 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules[files_or_modules2-expected2] PASSED
582 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules_deduplication[files_or_modules0-expected0] PASSED
583 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules_deduplication[files_or_modules1-expected1] PASSED
584 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules_relative_path[files_or_modules0-expected0] PASSED
585 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules_relative_path[files_or_modules1-expected1] PASSED
586 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules_with_ignore[files_or_modules0-expected0] PASSED
587 tests/lint/unittest_expand_modules.py::TestExpandModules::test_expand_modules_with_ignore[files_or_modules1-expected1] PASSED
588 tests/lint/unittest_expand_modules.py::test__is_in_ignore_list_re_match PASSED
589 tests/lint/unittest_lint.py::test_addmessage PASSED
590 tests/lint/unittest_lint.py::test_addmessage_invalid PASSED
591 tests/lint/unittest_lint.py::test_analyze_explicit_script PASSED
592 tests/lint/unittest_lint.py::test_by_module_statement_value PASSED
593 tests/lint/unittest_lint.py::test_custom_should_analyze_file PASSED
594 tests/lint/unittest_lint.py::test_disable_alot PASSED
595 tests/lint/unittest_lint.py::test_disable_similar PASSED
596 tests/lint/unittest_lint.py::test_enable_by_symbol PASSED
597 tests/lint/unittest_lint.py::test_enable_checkers PASSED
598 tests/lint/unittest_lint.py::test_enable_message PASSED
599 tests/lint/unittest_lint.py::test_enable_message_block PASSED
600 tests/lint/unittest_lint.py::test_enable_message_category PASSED
601 tests/lint/unittest_lint.py::test_enable_report PASSED
602 tests/lint/unittest_lint.py::test_errors_only PASSED
603 tests/lint/unittest_lint.py::test_filename_with__init__ PASSED
604 tests/lint/unittest_lint.py::test_finds_pyi_file PASSED
605 tests/lint/unittest_lint.py::test_full_documentation PASSED
606 tests/lint/unittest_lint.py::test_globbing PASSED
607 tests/lint/unittest_lint.py::test_import_sibling_module_from_namespace PASSED
608 tests/lint/unittest_lint.py::test_init_hooks_called_before_load_plugins PASSED
609 tests/lint/unittest_lint.py::test_lint_namespace_package_under_dir PASSED
610 tests/lint/unittest_lint.py::test_lint_namespace_package_under_dir_on_path PASSED
611 tests/lint/unittest_lint.py::test_list_msgs_enabled PASSED
612 tests/lint/unittest_lint.py::test_load_plugin_command_line PASSED
613 tests/lint/unittest_lint.py::test_load_plugin_command_line_before_init_hook PASSED
614 tests/lint/unittest_lint.py::test_load_plugin_command_line_with_init_hook_command_line PASSED
615 tests/lint/unittest_lint.py::test_load_plugin_config_file PASSED
616 tests/lint/unittest_lint.py::test_load_plugin_configuration PASSED
617 tests/lint/unittest_lint.py::test_load_plugin_path_manipulation_case_3 PASSED
618 tests/lint/unittest_lint.py::test_load_plugin_path_manipulation_case_6 PASSED
619 tests/lint/unittest_lint.py::test_load_plugin_pylintrc_order_independent PASSED
620 tests/lint/unittest_lint.py::test_message_state_scope PASSED
621 tests/lint/unittest_lint.py::test_more_args[case0] PASSED
622 tests/lint/unittest_lint.py::test_more_args[case1] PASSED
623 tests/lint/unittest_lint.py::test_more_args[case2] PASSED
624 tests/lint/unittest_lint.py::test_multiprocessing[1] PASSED
625 tests/lint/unittest_lint.py::test_multiprocessing[2] PASSED
626 tests/lint/unittest_lint.py::test_no_args PASSED
627 tests/lint/unittest_lint.py::test_no_false_positive_from_pyi_stub PASSED
628 tests/lint/unittest_lint.py::test_one_arg[case0] PASSED
629 tests/lint/unittest_lint.py::test_one_arg[case1] PASSED
630 tests/lint/unittest_lint.py::test_one_arg[case2] PASSED
631 tests/lint/unittest_lint.py::test_one_arg[case3] PASSED
632 tests/lint/unittest_lint.py::test_one_arg[case4] PASSED
633 tests/lint/unittest_lint.py::test_pylint_home PASSED
634 tests/lint/unittest_lint.py::test_pylint_home_from_environ PASSED
635 tests/lint/unittest_lint.py::test_pylint_visit_method_taken_in_account PASSED
636 tests/lint/unittest_lint.py::test_recursive_finds_pyi_file PASSED
637 tests/lint/unittest_lint.py::test_recursive_ignore[--ignore-failing.py] PASSED
638 tests/lint/unittest_lint.py::test_recursive_ignore[--ignore-ignored_subdirectory] PASSED
639 tests/lint/unittest_lint.py::test_recursive_ignore[--ignore-paths-.*directory/ignored.*] PASSED
640 tests/lint/unittest_lint.py::test_recursive_ignore[--ignore-paths-.*ignored.*/failing.*] PASSED
641 tests/lint/unittest_lint.py::test_recursive_ignore[--ignore-patterns-failing.*] PASSED
642 tests/lint/unittest_lint.py::test_recursive_ignore[--ignore-patterns-ignored_*] PASSED
643 tests/lint/unittest_lint.py::test_recursive_implicit_namespace PASSED
644 tests/lint/unittest_lint.py::test_recursive_implicit_namespace_wrapper PASSED
645 tests/lint/unittest_lint.py::test_relative_imports PASSED
646 tests/lint/unittest_lint.py::test_report_output_format_aliased PASSED
647 tests/lint/unittest_lint.py::test_set_option_1 PASSED
648 tests/lint/unittest_lint.py::test_set_option_2 PASSED
649 tests/lint/unittest_lint.py::test_set_unsupported_reporter PASSED
650 tests/lint/unittest_lint.py::test_source_roots_globbing PASSED
651 tests/lint/unittest_lint.py::test_two_similar_args[case0] PASSED
652 tests/lint/unittest_lint.py::test_two_similar_args[case1] PASSED
653 tests/lint/unittest_lint.py::test_two_similar_args[case2] PASSED
654 tests/lint/unittest_lint.py::test_two_similar_args[case3] PASSED
655 tests/message/test_no_removed_msgid_or_symbol_used.py::test_no_removed_msgid_or_symbol_used PASSED
656 tests/message/unittest_message.py::test_new_message PASSED
657 tests/message/unittest_message_definition.py::TestMessagesDefinition::test_format_help PASSED
658 tests/message/unittest_message_definition.py::TestMessagesDefinition::test_may_be_emitted_default PASSED
659 tests/message/unittest_message_definition.py::TestMessagesDefinition::test_may_be_emitted_py_version PASSED
660 tests/message/unittest_message_definition.py::TestMessagesDefinition::test_repr PASSED
661 tests/message/unittest_message_definition.py::TestMessagesDefinition::test_str PASSED
662 tests/message/unittest_message_definition.py::test_create_invalid_message_type[Q1234-Bad message type Q in 'Q1234'] PASSED
663 tests/message/unittest_message_definition.py::test_create_invalid_message_type[W12345-Invalid message id 'W12345'] PASSED
664 tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_message_help PASSED
665 tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_message_help_minmax PASSED
666 tests/message/unittest_message_definition_store.py::test_check_message_id PASSED
667 tests/message/unittest_message_definition_store.py::test_format_help PASSED
668 tests/message/unittest_message_definition_store.py::test_get_msg_display_string PASSED
669 tests/message/unittest_message_definition_store.py::test_list_messages PASSED
670 tests/message/unittest_message_definition_store.py::test_multiple_child_of_old_name PASSED
671 tests/message/unittest_message_definition_store.py::test_register_error[messages0-Inconsistent checker part in message id 'W4321' (expected 'x12xx' because we already had ['W1234']).] PASSED
672 tests/message/unittest_message_definition_store.py::test_register_error[messages1-Message id 'W1234' cannot have both 'msg-symbol-one' and 'old-symbol' as symbolic name.] PASSED
673 tests/message/unittest_message_definition_store.py::test_register_error[messages2-Message id 'W1234' cannot have both 'msg-symbol-one' and 'old-symbol' as symbolic name.] PASSED
674 tests/message/unittest_message_definition_store.py::test_register_error[messages3-Message id 'W1201' cannot have both 'old-symbol-one' and 'old-symbol-two' as symbolic name.] PASSED
675 tests/message/unittest_message_definition_store.py::test_register_error[messages4-Message symbol 'msg-symbol' cannot be used for 'W1234' and 'W1235' at the same time. If you're creating an 'old_names' use 'old-msg-symbol' as the old symbol.] PASSED
676 tests/message/unittest_message_definition_store.py::test_register_error[messages5-Message symbol 'msg-symbol-one' cannot be used for 'W1230' and 'W1234' at the same time. If you're creating an 'old_names' use 'old-msg-symbol-one' as the old symbol.] PASSED
677 tests/message/unittest_message_definition_store.py::test_register_error[messages6-Message symbol 'msg-symbol-one' cannot be used for 'W1230' and 'W1234' at the same time. If you're creating an 'old_names' use 'old-msg-symbol-one' as the old symbol.] PASSED
678 tests/message/unittest_message_definition_store.py::test_register_error[messages7-Message symbol 'old-symbol-one' cannot be used for 'W1230' and 'W1231' at the same time. If you're creating an 'old_names' use 'old-old-symbol-one' as the old symbol.] PASSED
679 tests/message/unittest_message_definition_store.py::test_register_error_new_id_duplicate_of_new PASSED
680 tests/message/unittest_message_definition_store.py::test_renamed_message_register PASSED
681 tests/message/unittest_message_id_store.py::test_add_msgid_and_symbol PASSED
682 tests/message/unittest_message_id_store.py::test_duplicate_msgid PASSED
683 tests/message/unittest_message_id_store.py::test_duplicate_symbol PASSED
684 tests/message/unittest_message_id_store.py::test_exclusivity_of_msgids PASSED
685 tests/message/unittest_message_id_store.py::test_get_message_ids PASSED
686 tests/message/unittest_message_id_store.py::test_get_message_ids_not_existing PASSED
687 tests/message/unittest_message_id_store.py::test_len_str PASSED
688 tests/message/unittest_message_id_store.py::test_register_message_definitions PASSED
689 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[__future__.py] SKIPPED
690 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[__phello__.foo.py] SKIPPED
691 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_aix_support.py] SKIPPED
692 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_bootlocale.py] SKIPPED
693 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_bootsubprocess.py] SKIPPED
694 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_collections_abc.py] SKIPPED
695 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_compat_pickle.py] SKIPPED
696 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_compression.py] SKIPPED
697 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_markupbase.py] SKIPPED
698 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_osx_support.py] SKIPPED
699 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_py_abc.py] SKIPPED
700 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_pydecimal.py] SKIPPED
701 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_pyio.py] SKIPPED
702 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_sitebuiltins.py] SKIPPED
703 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_strptime.py] SKIPPED
704 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_sysconfigdata__sunos5_.py] SKIPPED
705 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_threading_local.py] SKIPPED
706 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[_weakrefset.py] SKIPPED
707 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[abc.py] SKIPPED
708 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[aifc.py] SKIPPED
709 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[antigravity.py] SKIPPED
710 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[argparse.py] SKIPPED
711 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ast.py] SKIPPED
712 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[asynchat.py] SKIPPED
713 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[asyncio] SKIPPED
714 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[asyncore.py] SKIPPED
715 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[base64.py] SKIPPED
716 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[bdb.py] SKIPPED
717 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[binhex.py] SKIPPED
718 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[bisect.py] SKIPPED
719 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[bz2.py] SKIPPED
720 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[cProfile.py] SKIPPED
721 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[calendar.py] SKIPPED
722 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[cgi.py] SKIPPED
723 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[cgitb.py] SKIPPED
724 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[chunk.py] SKIPPED
725 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[cmd.py] SKIPPED
726 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[code.py] SKIPPED
727 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[codecs.py] SKIPPED
728 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[codeop.py] SKIPPED
729 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[collections] SKIPPED
730 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[colorsys.py] SKIPPED
731 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[compileall.py] SKIPPED
732 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[concurrent] SKIPPED
733 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[configparser.py] SKIPPED
734 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[contextlib.py] SKIPPED
735 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[contextvars.py] SKIPPED
736 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[copy.py] SKIPPED
737 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[copyreg.py] SKIPPED
738 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[crypt.py] SKIPPED
739 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[csv.py] SKIPPED
740 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ctypes] SKIPPED
741 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[curses] SKIPPED
742 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[dataclasses.py] SKIPPED
743 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[datetime.py] SKIPPED
744 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[dbm] SKIPPED
745 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[decimal.py] SKIPPED
746 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[difflib.py] SKIPPED
747 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[dis.py] SKIPPED
748 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[distutils] SKIPPED
749 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[doctest.py] SKIPPED
750 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[email] SKIPPED
751 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[encodings] SKIPPED
752 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ensurepip] SKIPPED
753 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[enum.py] SKIPPED
754 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[filecmp.py] SKIPPED
755 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[fileinput.py] SKIPPED
756 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[fnmatch.py] SKIPPED
757 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[formatter.py] SKIPPED
758 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[fractions.py] SKIPPED
759 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ftplib.py] SKIPPED
760 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[functools.py] SKIPPED
761 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[genericpath.py] SKIPPED
762 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[getopt.py] SKIPPED
763 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[getpass.py] SKIPPED
764 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[gettext.py] SKIPPED
765 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[glob.py] SKIPPED
766 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[graphlib.py] SKIPPED
767 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[gzip.py] SKIPPED
768 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[hashlib.py] SKIPPED
769 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[heapq.py] SKIPPED
770 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[hmac.py] SKIPPED
771 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[html] SKIPPED
772 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[http] SKIPPED
773 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[idlelib] SKIPPED
774 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[imaplib.py] SKIPPED
775 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[imghdr.py] SKIPPED
776 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[imp.py] SKIPPED
777 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[importlib] SKIPPED
778 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[inspect.py] SKIPPED
779 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[io.py] SKIPPED
780 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ipaddress.py] SKIPPED
781 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[json] SKIPPED
782 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[keyword.py] SKIPPED
783 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[lib2to3] SKIPPED
784 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[linecache.py] SKIPPED
785 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[locale.py] SKIPPED
786 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[logging] SKIPPED
787 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[lzma.py] SKIPPED
788 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[mailbox.py] SKIPPED
789 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[mailcap.py] SKIPPED
790 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[mimetypes.py] SKIPPED
791 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[modulefinder.py] SKIPPED
792 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[multiprocessing] SKIPPED
793 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[netrc.py] SKIPPED
794 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[nntplib.py] SKIPPED
795 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ntpath.py] SKIPPED
796 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[nturl2path.py] SKIPPED
797 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[numbers.py] SKIPPED
798 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[opcode.py] SKIPPED
799 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[operator.py] SKIPPED
800 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[optparse.py] SKIPPED
801 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[os.py] SKIPPED
802 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pathlib.py] SKIPPED
803 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pdb.py] SKIPPED
804 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pickle.py] SKIPPED
805 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pickletools.py] SKIPPED
806 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pipes.py] SKIPPED
807 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pkgutil.py] SKIPPED
808 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[platform.py] SKIPPED
809 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[plistlib.py] SKIPPED
810 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[poplib.py] SKIPPED
811 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[posixpath.py] SKIPPED
812 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pprint.py] SKIPPED
813 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[profile.py] SKIPPED
814 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pstats.py] SKIPPED
815 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pty.py] SKIPPED
816 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[py_compile.py] SKIPPED
817 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pyclbr.py] SKIPPED
818 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pydoc.py] SKIPPED
819 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[pydoc_data] SKIPPED
820 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[queue.py] SKIPPED
821 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[quopri.py] SKIPPED
822 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[random.py] SKIPPED
823 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[re.py] SKIPPED
824 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[reprlib.py] SKIPPED
825 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[rlcompleter.py] SKIPPED
826 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[runpy.py] SKIPPED
827 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sched.py] SKIPPED
828 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[secrets.py] SKIPPED
829 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[selectors.py] SKIPPED
830 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[shelve.py] SKIPPED
831 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[shlex.py] SKIPPED
832 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[shutil.py] SKIPPED
833 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[signal.py] SKIPPED
834 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[site.py] SKIPPED
835 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[smtpd.py] SKIPPED
836 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[smtplib.py] SKIPPED
837 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sndhdr.py] SKIPPED
838 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[socket.py] SKIPPED
839 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[socketserver.py] SKIPPED
840 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sqlite3] SKIPPED
841 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sre_compile.py] SKIPPED
842 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sre_constants.py] SKIPPED
843 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sre_parse.py] SKIPPED
844 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[ssl.py] SKIPPED
845 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[stat.py] SKIPPED
846 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[statistics.py] SKIPPED
847 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[string.py] SKIPPED
848 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[stringprep.py] SKIPPED
849 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[struct.py] SKIPPED
850 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[subprocess.py] SKIPPED
851 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sunau.py] SKIPPED
852 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[symbol.py] SKIPPED
853 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[symtable.py] SKIPPED
854 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[sysconfig.py] SKIPPED
855 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tabnanny.py] SKIPPED
856 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tarfile.py] SKIPPED
857 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[telnetlib.py] SKIPPED
858 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tempfile.py] SKIPPED
859 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[test] SKIPPED
860 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[textwrap.py] SKIPPED
861 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[this.py] SKIPPED
862 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[threading.py] SKIPPED
863 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[timeit.py] SKIPPED
864 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tkinter] SKIPPED
865 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[token.py] SKIPPED
866 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tokenize.py] SKIPPED
867 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[trace.py] SKIPPED
868 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[traceback.py] SKIPPED
869 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tracemalloc.py] SKIPPED
870 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[tty.py] SKIPPED
871 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[turtle.py] SKIPPED
872 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[turtledemo] SKIPPED
873 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[types.py] SKIPPED
874 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[typing.py] SKIPPED
875 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[unittest] SKIPPED
876 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[urllib] SKIPPED
877 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[uu.py] SKIPPED
878 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[uuid.py] SKIPPED
879 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[venv] SKIPPED
880 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[warnings.py] SKIPPED
881 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[wave.py] SKIPPED
882 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[weakref.py] SKIPPED
883 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[webbrowser.py] SKIPPED
884 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[wsgiref] SKIPPED
885 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[xdrlib.py] SKIPPED
886 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[xml] SKIPPED
887 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[xmlrpc] SKIPPED
888 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[zipapp.py] SKIPPED
889 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[zipfile.py] SKIPPED
890 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[zipimport.py] SKIPPED
891 tests/primer/test_primer_stdlib.py::test_primer_stdlib_no_crash[zoneinfo] SKIPPED
892 tests/pyreverse/test_diadefs.py::TestDefaultDiadefGenerator::test_extract_relations PASSED
893 tests/pyreverse/test_diadefs.py::TestDefaultDiadefGenerator::test_functional_relation_extraction PASSED
894 tests/pyreverse/test_diadefs.py::TestShowOptions::test_show_builtin PASSED
895 tests/pyreverse/test_diadefs.py::TestShowOptions::test_show_stdlib PASSED
896 tests/pyreverse/test_diadefs.py::test_default_values PASSED
897 tests/pyreverse/test_diadefs.py::test_known_values1 PASSED
898 tests/pyreverse/test_diadefs.py::test_known_values2 PASSED
899 tests/pyreverse/test_diadefs.py::test_known_values3 PASSED
900 tests/pyreverse/test_diadefs.py::test_known_values4 PASSED
901 tests/pyreverse/test_diadefs.py::test_option_values PASSED
902 tests/pyreverse/test_diadefs.py::test_regression_dataclasses_inference PASSED
903 tests/pyreverse/test_diagrams.py::test_property_handling PASSED
904 tests/pyreverse/test_inspector.py::test_from_directory PASSED
905 tests/pyreverse/test_inspector.py::test_instance_attrs_resolution PASSED
906 tests/pyreverse/test_inspector.py::test_locals_assignment_resolution PASSED
907 tests/pyreverse/test_inspector.py::test_project_node PASSED
908 tests/pyreverse/test_main.py::test_class_command PASSED
909 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[all_ancestors-None] PASSED
910 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[all_associated-None] PASSED
911 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[classes-expected_default1] PASSED
912 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[colorized-0] PASSED
913 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[ignore_list-expected_default12] PASSED
914 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[max_color_depth-2] PASSED
915 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[mode-PUB_ONLY] PASSED
916 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[module_names-None] PASSED
917 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[output_directory-] PASSED
918 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[output_format-dot] PASSED
919 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[project-] PASSED
920 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[show_ancestors-None] PASSED
921 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[show_associated-None] PASSED
922 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[show_builtin-0] PASSED
923 tests/pyreverse/test_main.py::test_command_line_arguments_defaults[show_stdlib-0] PASSED
924 tests/pyreverse/test_main.py::test_command_line_arguments_yes_no PASSED
925 tests/pyreverse/test_main.py::test_discover_package_path_source_root_as_child PASSED
926 tests/pyreverse/test_main.py::test_discover_package_path_source_root_as_parent PASSED
927 tests/pyreverse/test_main.py::test_graphviz_cant_determine_supported_formats PASSED
928 tests/pyreverse/test_main.py::test_graphviz_supported_image_format PASSED
929 tests/pyreverse/test_main.py::test_graphviz_unsupported_image_format PASSED
930 tests/pyreverse/test_main.py::test_project_root_in_sys_path[$(@D)/tests/data] PASSED
931 tests/pyreverse/test_main.py::test_project_root_in_sys_path[$(@D)/tests] PASSED
932 tests/pyreverse/test_main.py::test_verbose PASSED
933 tests/pyreverse/test_main.py::test_version_info PASSED
934 tests/pyreverse/test_printer.py::TestPlantUmlPrinter::test_node_without_properties PASSED
935 tests/pyreverse/test_printer.py::test_explicit_layout[Layout.BOTTOM_TO_TOP-DotPrinter-rankdir=BT--2] PASSED
936 tests/pyreverse/test_printer.py::test_explicit_layout[Layout.LEFT_TO_RIGHT-DotPrinter-rankdir=LR--2] PASSED
937 tests/pyreverse/test_printer.py::test_explicit_layout[Layout.LEFT_TO_RIGHT-PlantUmlPrinter-left to right direction--1] PASSED
938 tests/pyreverse/test_printer.py::test_explicit_layout[Layout.RIGHT_TO_LEFT-DotPrinter-rankdir=RL--2] PASSED
939 tests/pyreverse/test_printer.py::test_explicit_layout[Layout.TOP_TO_BOTTOM-DotPrinter-rankdir=TB--2] PASSED
940 tests/pyreverse/test_printer.py::test_explicit_layout[Layout.TOP_TO_BOTTOM-PlantUmlPrinter-top to bottom direction--1] PASSED
941 tests/pyreverse/test_printer.py::test_method_arguments_none PASSED
942 tests/pyreverse/test_printer.py::test_unsupported_layout[Layout.BOTTOM_TO_TOP-PlantUmlPrinter] PASSED
943 tests/pyreverse/test_printer.py::test_unsupported_layout[Layout.RIGHT_TO_LEFT-PlantUmlPrinter] PASSED
944 tests/pyreverse/test_printer_factory.py::test_get_printer_for_filetype[dot-DotPrinter] PASSED
945 tests/pyreverse/test_printer_factory.py::test_get_printer_for_filetype[plantuml-PlantUmlPrinter] PASSED
946 tests/pyreverse/test_printer_factory.py::test_get_printer_for_filetype[png-DotPrinter] PASSED
947 tests/pyreverse/test_printer_factory.py::test_get_printer_for_filetype[puml-PlantUmlPrinter] PASSED
948 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[attributes_annotation] PASSED
949 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[colorized] PASSED
950 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[custom_colors] PASSED
951 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[delayed_external_monkey_patching] PASSED
952 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[duplicates] PASSED
953 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[fields] PASSED
954 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[instance_attributes] PASSED
955 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[line_breaks] PASSED
956 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[method_annotation] PASSED
957 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[no_standalone] PASSED
958 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[pep420] PASSED
959 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[regression_8031] PASSED
960 tests/pyreverse/test_pyreverse_functional.py::test_class_diagrams[simple_inheritance] PASSED
961 tests/pyreverse/test_utils.py::test_get_annotation_annassign[a: Optional[str] = 'str'-Optional[str]] PASSED
962 tests/pyreverse/test_utils.py::test_get_annotation_annassign[a: Optional[str] = None-Optional[str]] PASSED
963 tests/pyreverse/test_utils.py::test_get_annotation_annassign[a: str = 'mystr'-str] PASSED
964 tests/pyreverse/test_utils.py::test_get_annotation_annassign[a: str = None-Optional[str]] PASSED
965 tests/pyreverse/test_utils.py::test_get_annotation_assignattr[def __init__(self, x: Optional[str] = 'str'): self.x = x-Optional[str]] PASSED
966 tests/pyreverse/test_utils.py::test_get_annotation_assignattr[def __init__(self, x: Optional[str] = None):  self.x = x-Optional[str]] PASSED
967 tests/pyreverse/test_utils.py::test_get_annotation_assignattr[def __init__(self, x: Optional[str]):         self.x = x-Optional[str]] PASSED
968 tests/pyreverse/test_utils.py::test_get_annotation_assignattr[def __init__(self, x: str = 'str'):           self.x = x-str] PASSED
969 tests/pyreverse/test_utils.py::test_get_annotation_assignattr[def __init__(self, x: str = None):            self.x = x-Optional[str]] PASSED
970 tests/pyreverse/test_utils.py::test_get_annotation_assignattr[def __init__(self, x: str):                   self.x = x-str] PASSED
971 tests/pyreverse/test_utils.py::test_get_annotation_label_of_return_type[def f() -> 'MyType': pass-'MyType'] PASSED
972 tests/pyreverse/test_utils.py::test_get_annotation_label_of_return_type[def f() -> None: pass-None] PASSED
973 tests/pyreverse/test_utils.py::test_get_annotation_label_of_return_type[def f() -> int: pass-int] PASSED
974 tests/pyreverse/test_utils.py::test_get_annotation_label_of_return_type[def f(a) -> Optional[int]: return 1 if a else None-Optional[int]] PASSED
975 tests/pyreverse/test_utils.py::test_get_visibility[names0-special] PASSED
976 tests/pyreverse/test_utils.py::test_get_visibility[names1-private] PASSED
977 tests/pyreverse/test_utils.py::test_get_visibility[names2-public] PASSED
978 tests/pyreverse/test_utils.py::test_get_visibility[names3-protected] PASSED
979 tests/pyreverse/test_utils.py::test_infer_node_1 PASSED
980 tests/pyreverse/test_utils.py::test_infer_node_2 PASSED
981 tests/pyreverse/test_utils.py::test_infer_node_3 PASSED
982 tests/pyreverse/test_utils.py::test_infer_node_4 PASSED
983 tests/pyreverse/test_writer.py::test_color_for_stdlib_module PASSED
984 tests/pyreverse/test_writer.py::test_colorized_dot_files[classes_colorized.dot] PASSED
985 tests/pyreverse/test_writer.py::test_colorized_dot_files[packages_colorized.dot] PASSED
986 tests/pyreverse/test_writer.py::test_colorized_puml_files[classes_colorized.puml] PASSED
987 tests/pyreverse/test_writer.py::test_colorized_puml_files[packages_colorized.puml] PASSED
988 tests/pyreverse/test_writer.py::test_dot_files[classes_No_Name.dot] PASSED
989 tests/pyreverse/test_writer.py::test_dot_files[packages_No_Name.dot] PASSED
990 tests/pyreverse/test_writer.py::test_html_files[classes_No_Name.html] PASSED
991 tests/pyreverse/test_writer.py::test_html_files[packages_No_Name.html] PASSED
992 tests/pyreverse/test_writer.py::test_mmd_files[classes_No_Name.mmd] PASSED
993 tests/pyreverse/test_writer.py::test_mmd_files[packages_No_Name.mmd] PASSED
994 tests/pyreverse/test_writer.py::test_no_standalone_dot_files[classes_no_standalone.dot] PASSED
995 tests/pyreverse/test_writer.py::test_no_standalone_dot_files[packages_no_standalone.dot] PASSED
996 tests/pyreverse/test_writer.py::test_package_name_with_slash PASSED
997 tests/pyreverse/test_writer.py::test_puml_files[classes_No_Name.puml] PASSED
998 tests/pyreverse/test_writer.py::test_puml_files[packages_No_Name.puml] PASSED
999 tests/pyreverse/test_writer.py::test_type_check_imports_dot_files[classes_type_check_imports.dot] PASSED
1000 tests/pyreverse/test_writer.py::test_type_check_imports_dot_files[packages_type_check_imports.dot] PASSED
1001 tests/reporters/unittest_json_reporter.py::test_json2_result_with_broken_score PASSED
1002 tests/reporters/unittest_json_reporter.py::test_serialize_deserialize[everything-defined] PASSED
1003 tests/reporters/unittest_json_reporter.py::test_serialize_deserialize_for_v2[everything-defined] PASSED
1004 tests/reporters/unittest_json_reporter.py::test_serialize_deserialize_for_v2[not-everything-defined] PASSED
1005 tests/reporters/unittest_json_reporter.py::test_simple_json2_output PASSED
1006 tests/reporters/unittest_json_reporter.py::test_simple_json_output_no_score PASSED
1007 tests/reporters/unittest_json_reporter.py::test_simple_json_output_no_score_with_end_line PASSED
1008 tests/reporters/unittest_reporting.py::test_display_results_is_renamed PASSED
1009 tests/reporters/unittest_reporting.py::test_multi_format_output PASSED
1010 tests/reporters/unittest_reporting.py::test_multi_reporter_independant_messages PASSED
1011 tests/reporters/unittest_reporting.py::test_parseable_output_deprecated PASSED
1012 tests/reporters/unittest_reporting.py::test_parseable_output_regression PASSED
1013 tests/reporters/unittest_reporting.py::test_template_option PASSED
1014 tests/reporters/unittest_reporting.py::test_template_option_default PASSED
1015 tests/reporters/unittest_reporting.py::test_template_option_end_line PASSED
1016 tests/reporters/unittest_reporting.py::test_template_option_non_existing PASSED
1017 tests/reporters/unittest_reporting.py::test_template_option_with_header PASSED
1018 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[1-2-1] PASSED
1019 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[1-2-2] PASSED
1020 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[1-2-3] PASSED
1021 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[10-2-1] PASSED
1022 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[10-2-2] PASSED
1023 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[10-2-3] PASSED
1024 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[2-2-1] PASSED
1025 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[2-2-2] PASSED
1026 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[2-2-3] PASSED
1027 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[3-1-1] PASSED
1028 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[3-1-2] PASSED
1029 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[3-1-3] PASSED
1030 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[3-2-1] PASSED
1031 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[3-2-2] PASSED
1032 tests/test_check_parallel.py::TestCheckParallel::test_compare_workers_to_single_proc[3-2-3] PASSED
1033 tests/test_check_parallel.py::TestCheckParallel::test_cyclic_import_parallel PASSED
1034 tests/test_check_parallel.py::TestCheckParallel::test_cyclic_import_parallel_disabled_globally PASSED
1035 tests/test_check_parallel.py::TestCheckParallel::test_cyclic_import_parallel_disabled_locally PASSED
1036 tests/test_check_parallel.py::TestCheckParallel::test_invoke_single_job PASSED
1037 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[10-2-1] PASSED
1038 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[10-2-2] PASSED
1039 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[10-2-3] PASSED
1040 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[2-2-1] PASSED
1041 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[2-2-2] PASSED
1042 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[2-2-3] PASSED
1043 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[3-1-1] PASSED
1044 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[3-1-2] PASSED
1045 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[3-1-3] PASSED
1046 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[3-2-1] PASSED
1047 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[3-2-2] PASSED
1048 tests/test_check_parallel.py::TestCheckParallel::test_map_reduce[3-2-3] PASSED
1049 tests/test_check_parallel.py::TestCheckParallel::test_no_deadlock_due_to_initializer_error PASSED
1050 tests/test_check_parallel.py::TestCheckParallel::test_sequential_checkers_work PASSED
1051 tests/test_check_parallel.py::TestCheckParallelFramework::test_linter_with_unpickleable_plugins_is_pickleable PASSED
1052 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_check_sequential_checker PASSED
1053 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_check_single_file_no_checkers PASSED
1054 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_check_single_file_uninitialised PASSED
1055 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_initialize PASSED
1056 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_initialize_pickling PASSED
1057 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_initialize_reregisters_custom_plugins PASSED
1058 tests/test_check_parallel.py::TestCheckParallelFramework::test_worker_initialize_with_package_paths PASSED
1059 tests/test_func.py::test_functionality[func_i0011.py] PASSED
1060 tests/test_func.py::test_functionality[func_i0012.py] PASSED
1061 tests/test_func.py::test_functionality[func_i0013.py] PASSED
1062 tests/test_func.py::test_functionality[func_i0014.py] PASSED
1063 tests/test_func.py::test_functionality[func_i0020.py] PASSED
1064 tests/test_func.py::test_functionality[func_i0022.py] PASSED
1065 tests/test_func.py::test_functionality[func_noerror_cycle] PASSED
1066 tests/test_func.py::test_functionality[func_w0401.py] PASSED
1067 tests/test_func.py::test_functionality[func_w0401_disabled.py] PASSED
1068 tests/test_func.py::test_functionality[func_w0401_disabled_in_func.py] PASSED
1069 tests/test_func.py::test_functionality[func_w0401_package] PASSED
1070 tests/test_func.py::test_functionality[func_w0801.py] PASSED
1071 tests/test_functional.py::test_functional[.#emacs_file_lock] PASSED
1072 tests/test_functional.py::test_functional[.#emacs_file_lock_by_conf] PASSED
1073 tests/test_functional.py::test_functional[.#emacs_file_lock_redefined_conf] PASSED
1074 tests/test_functional.py::test_functional[abstract_abc_methods] PASSED
1075 tests/test_functional.py::test_functional[abstract_class_instantiated] PASSED
1076 tests/test_functional.py::test_functional[abstract_class_instantiated_in_class] PASSED
1077 tests/test_functional.py::test_functional[abstract_method] PASSED
1078 tests/test_functional.py::test_functional[access_attr_before_def_false_positive] PASSED
1079 tests/test_functional.py::test_functional[access_member_before_definition] PASSED
1080 tests/test_functional.py::test_functional[access_to__name__] PASSED
1081 tests/test_functional.py::test_functional[access_to_protected_members] PASSED
1082 tests/test_functional.py::test_functional[access_to_protected_members_typing] PASSED
1083 tests/test_functional.py::test_functional[alternative_union_syntax] SKIPPED
1084 tests/test_functional.py::test_functional[alternative_union_syntax_error] PASSED
1085 tests/test_functional.py::test_functional[alternative_union_syntax_py37] PASSED
1086 tests/test_functional.py::test_functional[alternative_union_syntax_regession_8119] SKIPPED
1087 tests/test_functional.py::test_functional[anomalous_backslash_escape] PASSED
1088 tests/test_functional.py::test_functional[anomalous_unicode_escape] PASSED
1089 tests/test_functional.py::test_functional[arguments] PASSED
1090 tests/test_functional.py::test_functional[arguments_differ] PASSED
1091 tests/test_functional.py::test_functional[arguments_differ_issue5371] PASSED
1092 tests/test_functional.py::test_functional[arguments_out_of_order] PASSED
1093 tests/test_functional.py::test_functional[arguments_renamed] PASSED
1094 tests/test_functional.py::test_functional[assert_on_string_literal] PASSED
1095 tests/test_functional.py::test_functional[assert_on_tuple] PASSED
1096 tests/test_functional.py::test_functional[assigning_non_slot] PASSED
1097 tests/test_functional.py::test_functional[assigning_non_slot_4509] PASSED
1098 tests/test_functional.py::test_functional[assignment_expression] PASSED
1099 tests/test_functional.py::test_functional[assignment_from_no_return] PASSED
1100 tests/test_functional.py::test_functional[assignment_from_no_return_2] PASSED
1101 tests/test_functional.py::test_functional[assignment_from_no_return_py3] PASSED
1102 tests/test_functional.py::test_functional[async_functions] PASSED
1103 tests/test_functional.py::test_functional[attribute_defined_outside_init] PASSED
1104 tests/test_functional.py::test_functional[attribute_defined_outside_init_py38] PASSED
1105 tests/test_functional.py::test_functional[await_outside_async] PASSED
1106 tests/test_functional.py::test_functional[bad_builtin_extension] PASSED
1107 tests/test_functional.py::test_functional[bad_builtins] PASSED
1108 tests/test_functional.py::test_functional[bad_chained_comparison] PASSED
1109 tests/test_functional.py::test_functional[bad_char_backspace] PASSED
1110 tests/test_functional.py::test_functional[bad_char_carriage_return] PASSED
1111 tests/test_functional.py::test_functional[bad_char_esc] PASSED
1112 tests/test_functional.py::test_functional[bad_char_sub] PASSED
1113 tests/test_functional.py::test_functional[bad_char_zero_width_space] PASSED
1114 tests/test_functional.py::test_functional[bad_dunder_name] PASSED
1115 tests/test_functional.py::test_functional[bad_except_order] PASSED
1116 tests/test_functional.py::test_functional[bad_exception_cause] PASSED
1117 tests/test_functional.py::test_functional[bad_indentation] PASSED
1118 tests/test_functional.py::test_functional[bad_inline_option] PASSED
1119 tests/test_functional.py::test_functional[bad_open_mode] PASSED
1120 tests/test_functional.py::test_functional[bad_option_value] PASSED
1121 tests/test_functional.py::test_functional[bad_option_value_disable] PASSED
1122 tests/test_functional.py::test_functional[bad_reversed_sequence] PASSED
1123 tests/test_functional.py::test_functional[bad_reversed_sequence_py37] PASSED
1124 tests/test_functional.py::test_functional[bad_reversed_sequence_py38] PASSED
1125 tests/test_functional.py::test_functional[bad_staticmethod_argument] PASSED
1126 tests/test_functional.py::test_functional[bad_string_format_type] PASSED
1127 tests/test_functional.py::test_functional[bad_thread_instantiation] PASSED
1128 tests/test_functional.py::test_functional[bare_except] PASSED
1129 tests/test_functional.py::test_functional[base_init_vars] PASSED
1130 tests/test_functional.py::test_functional[boolean_datetime] PASSED
1131 tests/test_functional.py::test_functional[broad_exception_caught] PASSED
1132 tests/test_functional.py::test_functional[broad_exception_caught_trystar] SKIPPED
1133 tests/test_functional.py::test_functional[broad_exception_raised] PASSED
1134 tests/test_functional.py::test_functional[broad_exception_raised_trystar] SKIPPED
1135 tests/test_functional.py::test_functional[broad_try_clause_extension] PASSED
1136 tests/test_functional.py::test_functional[bugfix_local_scope_metaclass_1177] PASSED
1137 tests/test_functional.py::test_functional[builtin_module_test] PASSED
1138 tests/test_functional.py::test_functional[cached_property] PASSED
1139 tests/test_functional.py::test_functional[cell_var_from_loop_enabled_regression] PASSED
1140 tests/test_functional.py::test_functional[cellvar_escaping_loop] PASSED
1141 tests/test_functional.py::test_functional[check_elif] PASSED
1142 tests/test_functional.py::test_functional[class_attributes] PASSED
1143 tests/test_functional.py::test_functional[class_members] PASSED
1144 tests/test_functional.py::test_functional[class_members_py30] PASSED
1145 tests/test_functional.py::test_functional[class_protocol_ellipsis] PASSED
1146 tests/test_functional.py::test_functional[class_scope] PASSED
1147 tests/test_functional.py::test_functional[class_variable_slots_conflict_exempted] PASSED
1148 tests/test_functional.py::test_functional[classes_meth_could_be_a_function] PASSED
1149 tests/test_functional.py::test_functional[classes_protected_member_access] PASSED
1150 tests/test_functional.py::test_functional[comparison_of_constants] PASSED
1151 tests/test_functional.py::test_functional[comparison_with_callable] PASSED
1152 tests/test_functional.py::test_functional[comparison_with_callable_typing_constants] PASSED
1153 tests/test_functional.py::test_functional[condition_evals_to_constant] PASSED
1154 tests/test_functional.py::test_functional[confidence_filter] PASSED
1155 tests/test_functional.py::test_functional[confusing_elif] PASSED
1156 tests/test_functional.py::test_functional[confusing_with_statement] PASSED
1157 tests/test_functional.py::test_functional[consider_iterating_dictionary] PASSED
1158 tests/test_functional.py::test_functional[consider_join] PASSED
1159 tests/test_functional.py::test_functional[consider_join_for_non_empty_separator] PASSED
1160 tests/test_functional.py::test_functional[consider_merging_isinstance] PASSED
1161 tests/test_functional.py::test_functional[consider_refactoring_into_while_condition] PASSED
1162 tests/test_functional.py::test_functional[consider_refactoring_into_while_condition_py38] PASSED
1163 tests/test_functional.py::test_functional[consider_swap_variables] PASSED
1164 tests/test_functional.py::test_functional[consider_ternary_expression] PASSED
1165 tests/test_functional.py::test_functional[consider_using_dict_comprehension] PASSED
1166 tests/test_functional.py::test_functional[consider_using_dict_items] PASSED
1167 tests/test_functional.py::test_functional[consider_using_enumerate] PASSED
1168 tests/test_functional.py::test_functional[consider_using_f_string] PASSED
1169 tests/test_functional.py::test_functional[consider_using_generator] PASSED
1170 tests/test_functional.py::test_functional[consider_using_get] PASSED
1171 tests/test_functional.py::test_functional[consider_using_in] PASSED
1172 tests/test_functional.py::test_functional[consider_using_min_max_builtin] PASSED
1173 tests/test_functional.py::test_functional[consider_using_set_comprehension] PASSED
1174 tests/test_functional.py::test_functional[consider_using_sys_exit] PASSED
1175 tests/test_functional.py::test_functional[consider_using_sys_exit_exempted] PASSED
1176 tests/test_functional.py::test_functional[consider_using_sys_exit_local_scope] PASSED
1177 tests/test_functional.py::test_functional[consider_using_with] PASSED
1178 tests/test_functional.py::test_functional[consider_using_with_open] PASSED
1179 tests/test_functional.py::test_functional[contextmanager_generator_missing_cleanup] PASSED
1180 tests/test_functional.py::test_functional[continue_in_finally] PASSED
1181 tests/test_functional.py::test_functional[control_pragmas] PASSED
1182 tests/test_functional.py::test_functional[crash_missing_module_type] PASSED
1183 tests/test_functional.py::test_functional[cs_consider_using_assignment_expr] PASSED
1184 tests/test_functional.py::test_functional[cs_consider_using_augmented_assign] PASSED
1185 tests/test_functional.py::test_functional[cs_consider_using_namedtuple_or_dataclass] PASSED
1186 tests/test_functional.py::test_functional[cs_consider_using_tuple] PASSED
1187 tests/test_functional.py::test_functional[cs_default] PASSED
1188 tests/test_functional.py::test_functional[cs_prefer_typing_namedtuple] PASSED
1189 tests/test_functional.py::test_functional[cs_py_version_35] PASSED
1190 tests/test_functional.py::test_functional[ctor_arguments] PASSED
1191 tests/test_functional.py::test_functional[dangerous_default_value] PASSED
1192 tests/test_functional.py::test_functional[dataclass_kw_only] SKIPPED
1193 tests/test_functional.py::test_functional[dataclass_parameter] SKIPPED
1194 tests/test_functional.py::test_functional[dataclass_typecheck] PASSED
1195 tests/test_functional.py::test_functional[dataclass_with_default_factory] PASSED
1196 tests/test_functional.py::test_functional[dataclass_with_field] PASSED
1197 tests/test_functional.py::test_functional[decorator_scope] PASSED
1198 tests/test_functional.py::test_functional[decorator_unused] PASSED
1199 tests/test_functional.py::test_functional[defined_and_used_on_same_line] PASSED
1200 tests/test_functional.py::test_functional[deprecated_attribute_py312] SKIPPED
1201 tests/test_functional.py::test_functional[deprecated_class_py33] PASSED
1202 tests/test_functional.py::test_functional[deprecated_decorators] PASSED
1203 tests/test_functional.py::test_functional[deprecated_method_suppression] PASSED
1204 tests/test_functional.py::test_functional[deprecated_methods_py$(PYV)] PASSED
1205 tests/test_functional.py::test_functional[deprecated_methods_py36] PASSED
1206 tests/test_functional.py::test_functional[deprecated_module_py$(PYV)] PASSED
1207 tests/test_functional.py::test_functional[deprecated_module_py$(PYV)_earlier_pyversion] PASSED
1208 tests/test_functional.py::test_functional[deprecated_module_py310] SKIPPED
1209 tests/test_functional.py::test_functional[deprecated_module_py33] PASSED
1210 tests/test_functional.py::test_functional[deprecated_module_py36] PASSED
1211 tests/test_functional.py::test_functional[deprecated_module_py3] PASSED
1212 tests/test_functional.py::test_functional[deprecated_module_py4] PASSED
1213 tests/test_functional.py::test_functional[deprecated_module_redundant] PASSED
1214 tests/test_functional.py::test_functional[deprecated_module_uninstalled] PASSED
1215 tests/test_functional.py::test_functional[dict_init_mutate] PASSED
1216 tests/test_functional.py::test_functional[dict_iter_missing_items] PASSED
1217 tests/test_functional.py::test_functional[disable_msg_github_issue_1389] PASSED
1218 tests/test_functional.py::test_functional[disable_msg_next_line] PASSED
1219 tests/test_functional.py::test_functional[disable_ungrouped_imports] PASSED
1220 tests/test_functional.py::test_functional[disable_wrong_import_order] PASSED
1221 tests/test_functional.py::test_functional[disable_wrong_import_position] PASSED
1222 tests/test_functional.py::test_functional[disabled_msgid_in_pylintrc] PASSED
1223 tests/test_functional.py::test_functional[disallowed_name] PASSED
1224 tests/test_functional.py::test_functional[docparams] PASSED
1225 tests/test_functional.py::test_functional[docparams_py38] PASSED
1226 tests/test_functional.py::test_functional[docstrings] PASSED
1227 tests/test_functional.py::test_functional[docstyle_first_line_empty] PASSED
1228 tests/test_functional.py::test_functional[docstyle_quotes] PASSED
1229 tests/test_functional.py::test_functional[dot_dot_relative_import] PASSED
1230 tests/test_functional.py::test_functional[dot_relative_import] PASSED
1231 tests/test_functional.py::test_functional[dotted_ancestor] PASSED
1232 tests/test_functional.py::test_functional[duplicate_argument_name] PASSED
1233 tests/test_functional.py::test_functional[duplicate_bases] PASSED
1234 tests/test_functional.py::test_functional[duplicate_dict_literal_key] PASSED
1235 tests/test_functional.py::test_functional[duplicate_except] PASSED
1236 tests/test_functional.py::test_functional[duplicate_string_formatting_argument] PASSED
1237 tests/test_functional.py::test_functional[duplicate_value] PASSED
1238 tests/test_functional.py::test_functional[e1101_9588_base_attr_aug_assign] PASSED
1239 tests/test_functional.py::test_functional[empty_comment] PASSED
1240 tests/test_functional.py::test_functional[empty_docstring] PASSED
1241 tests/test_functional.py::test_functional[enum_self_defined_member_5138] PASSED
1242 tests/test_functional.py::test_functional[enum_self_defined_member_6805] PASSED
1243 tests/test_functional.py::test_functional[enum_subclasses] PASSED
1244 tests/test_functional.py::test_functional[eq_without_hash] PASSED
1245 tests/test_functional.py::test_functional[eval_used] PASSED
1246 tests/test_functional.py::test_functional[exception_is_binary_op] PASSED
1247 tests/test_functional.py::test_functional[excess_escapes] PASSED
1248 tests/test_functional.py::test_functional[exec_used] PASSED
1249 tests/test_functional.py::test_functional[external_classmethod_crash] PASSED
1250 tests/test_functional.py::test_functional[f_string_without_interpolation] PASSED
1251 tests/test_functional.py::test_functional[fallback_import_disabled] PASSED
1252 tests/test_functional.py::test_functional[fallback_import_enabled] PASSED
1253 tests/test_functional.py::test_functional[first_arg] PASSED
1254 tests/test_functional.py::test_functional[fixme] PASSED
1255 tests/test_functional.py::test_functional[fixme_bad_formatting_1139] PASSED
1256 tests/test_functional.py::test_functional[for_any_all] PASSED
1257 tests/test_functional.py::test_functional[forgotten_debug_statement] PASSED
1258 tests/test_functional.py::test_functional[formatted_string_literal_with_if] PASSED
1259 tests/test_functional.py::test_functional[func_disable_linebased] PASSED
1260 tests/test_functional.py::test_functional[function_redefined] PASSED
1261 tests/test_functional.py::test_functional[function_redefined_2540] PASSED
1262 tests/test_functional.py::test_functional[future_import] PASSED
1263 tests/test_functional.py::test_functional[future_unicode_literals] PASSED
1264 tests/test_functional.py::test_functional[generated_members] PASSED
1265 tests/test_functional.py::test_functional[generic_alias_collections] PASSED
1266 tests/test_functional.py::test_functional[generic_alias_mixed_py$(PYV)] PASSED
1267 tests/test_functional.py::test_functional[generic_alias_related] PASSED
1268 tests/test_functional.py::test_functional[generic_alias_related_py$(PYV)] PASSED
1269 tests/test_functional.py::test_functional[generic_alias_side_effects] PASSED
1270 tests/test_functional.py::test_functional[generic_alias_typing] PASSED
1271 tests/test_functional.py::test_functional[generic_class_syntax] PASSED
1272 tests/test_functional.py::test_functional[generic_class_syntax_py312] SKIPPED
1273 tests/test_functional.py::test_functional[genexp_in_class_scope] PASSED
1274 tests/test_functional.py::test_functional[genexpr_variable_scope] PASSED
1275 tests/test_functional.py::test_functional[globals] PASSED
1276 tests/test_functional.py::test_functional[implicit_flag_alias] PASSED
1277 tests/test_functional.py::test_functional[implicit_str_concat] PASSED
1278 tests/test_functional.py::test_functional[implicit_str_concat_latin1] PASSED
1279 tests/test_functional.py::test_functional[implicit_str_concat_multiline] PASSED
1280 tests/test_functional.py::test_functional[implicit_str_concat_utf8] PASSED
1281 tests/test_functional.py::test_functional[import_aliasing] PASSED
1282 tests/test_functional.py::test_functional[import_dummy] PASSED
1283 tests/test_functional.py::test_functional[import_error] PASSED
1284 tests/test_functional.py::test_functional[import_itself] PASSED
1285 tests/test_functional.py::test_functional[import_outside_toplevel] PASSED
1286 tests/test_functional.py::test_functional[inconsistent_mro] PASSED
1287 tests/test_functional.py::test_functional[inconsistent_quotes2] PASSED
1288 tests/test_functional.py::test_functional[inconsistent_quotes] PASSED
1289 tests/test_functional.py::test_functional[inconsistent_quotes_fstring_py312] SKIPPED
1290 tests/test_functional.py::test_functional[inconsistent_quotes_fstring_py312_311] SKIPPED
1291 tests/test_functional.py::test_functional[inconsistent_returns_noreturn] PASSED
1292 tests/test_functional.py::test_functional[inference_crash_4692] PASSED
1293 tests/test_functional.py::test_functional[inherit_non_class] PASSED
1294 tests/test_functional.py::test_functional[init_is_generator] PASSED
1295 tests/test_functional.py::test_functional[init_not_called] PASSED
1296 tests/test_functional.py::test_functional[init_return_from_inner_function] PASSED
1297 tests/test_functional.py::test_functional[init_subclass_classmethod] PASSED
1298 tests/test_functional.py::test_functional[inner_classes] PASSED
1299 tests/test_functional.py::test_functional[invalid_all_format] PASSED
1300 tests/test_functional.py::test_functional[invalid_all_format_valid_1] PASSED
1301 tests/test_functional.py::test_functional[invalid_all_format_valid_2] PASSED
1302 tests/test_functional.py::test_functional[invalid_all_format_valid_3] PASSED
1303 tests/test_functional.py::test_functional[invalid_all_format_valid_4] PASSED
1304 tests/test_functional.py::test_functional[invalid_all_object] PASSED
1305 tests/test_functional.py::test_functional[invalid_bool_returned] PASSED
1306 tests/test_functional.py::test_functional[invalid_bytes_returned] PASSED
1307 tests/test_functional.py::test_functional[invalid_class_object] PASSED
1308 tests/test_functional.py::test_functional[invalid_enum_extension] PASSED
1309 tests/test_functional.py::test_functional[invalid_envvar_value] PASSED
1310 tests/test_functional.py::test_functional[invalid_exceptions_caught] PASSED
1311 tests/test_functional.py::test_functional[invalid_exceptions_raised] PASSED
1312 tests/test_functional.py::test_functional[invalid_field_call] PASSED
1313 tests/test_functional.py::test_functional[invalid_format_returned] PASSED
1314 tests/test_functional.py::test_functional[invalid_getnewargs_ex_returned] PASSED
1315 tests/test_functional.py::test_functional[invalid_getnewargs_returned] PASSED
1316 tests/test_functional.py::test_functional[invalid_hash_returned] PASSED
1317 tests/test_functional.py::test_functional[invalid_index_returned] PASSED
1318 tests/test_functional.py::test_functional[invalid_length_hint_returned] PASSED
1319 tests/test_functional.py::test_functional[invalid_length_returned] PASSED
1320 tests/test_functional.py::test_functional[invalid_metaclass] PASSED
1321 tests/test_functional.py::test_functional[invalid_metaclass_py3] PASSED
1322 tests/test_functional.py::test_functional[invalid_name-module-disable] PASSED
1323 tests/test_functional.py::test_functional[invalid_name] PASSED
1324 tests/test_functional.py::test_functional[invalid_name_enum] PASSED
1325 tests/test_functional.py::test_functional[invalid_name_issue_3405] PASSED
1326 tests/test_functional.py::test_functional[invalid_name_module_level] PASSED
1327 tests/test_functional.py::test_functional[invalid_name_multinaming_style] PASSED
1328 tests/test_functional.py::test_functional[invalid_name_property] PASSED
1329 tests/test_functional.py::test_functional[invalid_overridden_method] PASSED
1330 tests/test_functional.py::test_functional[invalid_repr_returned] PASSED
1331 tests/test_functional.py::test_functional[invalid_sequence_index] PASSED
1332 tests/test_functional.py::test_functional[invalid_slice_index] PASSED
1333 tests/test_functional.py::test_functional[invalid_star_assignment_target] PASSED
1334 tests/test_functional.py::test_functional[invalid_str_returned] PASSED
1335 tests/test_functional.py::test_functional[invalid_unary_operand_type] PASSED
1336 tests/test_functional.py::test_functional[isinstance_second_argument] PASSED
1337 tests/test_functional.py::test_functional[isinstance_second_argument_py310] SKIPPED
1338 tests/test_functional.py::test_functional[iterable_context] PASSED
1339 tests/test_functional.py::test_functional[iterable_context_asyncio] PASSED
1340 tests/test_functional.py::test_functional[iterable_context_py36] PASSED
1341 tests/test_functional.py::test_functional[iterable_context_py3] PASSED
1342 tests/test_functional.py::test_functional[keyword_arg_before_vararg] PASSED
1343 tests/test_functional.py::test_functional[keyword_arg_before_vararg_positional_only] PASSED
1344 tests/test_functional.py::test_functional[kwarg_superseded_by_positional_arg] PASSED
1345 tests/test_functional.py::test_functional[lambda_use_before_assign] PASSED
1346 tests/test_functional.py::test_functional[line_endings] PASSED
1347 tests/test_functional.py::test_functional[line_too_long] PASSED
1348 tests/test_functional.py::test_functional[line_too_long_end_of_module] PASSED
1349 tests/test_functional.py::test_functional[line_too_long_with_utf8] PASSED
1350 tests/test_functional.py::test_functional[line_too_long_with_utf8_2] PASSED
1351 tests/test_functional.py::test_functional[literal_comparison] PASSED
1352 tests/test_functional.py::test_functional[logging_format_interpolation] PASSED
1353 tests/test_functional.py::test_functional[logging_format_interpolation_py36] PASSED
1354 tests/test_functional.py::test_functional[logging_format_interpolation_style] PASSED
1355 tests/test_functional.py::test_functional[logging_fstring_interpolation_py36] PASSED
1356 tests/test_functional.py::test_functional[logging_fstring_interpolation_py37] PASSED
1357 tests/test_functional.py::test_functional[logging_not_lazy] PASSED
1358 tests/test_functional.py::test_functional[logging_not_lazy_module] PASSED
1359 tests/test_functional.py::test_functional[logging_not_lazy_with_logger] PASSED
1360 tests/test_functional.py::test_functional[logging_too_few_args] PASSED
1361 tests/test_functional.py::test_functional[logging_too_many_args_new_style] PASSED
1362 tests/test_functional.py::test_functional[logging_too_many_args_old_style] PASSED
1363 tests/test_functional.py::test_functional[logical_tautology] PASSED
1364 tests/test_functional.py::test_functional[loopvar_in_dict_comp] PASSED
1365 tests/test_functional.py::test_functional[lost_exception] PASSED
1366 tests/test_functional.py::test_functional[magic_value_comparison] PASSED
1367 tests/test_functional.py::test_functional[mapping_context] PASSED
1368 tests/test_functional.py::test_functional[mapping_context_py3] PASSED
1369 tests/test_functional.py::test_functional[mccabe] PASSED
1370 tests/test_functional.py::test_functional[member_checks] PASSED
1371 tests/test_functional.py::test_functional[member_checks_async] PASSED
1372 tests/test_functional.py::test_functional[member_checks_hints] PASSED
1373 tests/test_functional.py::test_functional[member_checks_ignore_none] PASSED
1374 tests/test_functional.py::test_functional[member_checks_inference_improvements] PASSED
1375 tests/test_functional.py::test_functional[member_checks_no_hints] PASSED
1376 tests/test_functional.py::test_functional[member_checks_opaque] PASSED
1377 tests/test_functional.py::test_functional[member_checks_typed_annotations] PASSED
1378 tests/test_functional.py::test_functional[membership_protocol] PASSED
1379 tests/test_functional.py::test_functional[membership_protocol_py3] PASSED
1380 tests/test_functional.py::test_functional[metaclass_attr_access] PASSED
1381 tests/test_functional.py::test_functional[method_cache_max_size_none] PASSED
1382 tests/test_functional.py::test_functional[method_hidden] PASSED
1383 tests/test_functional.py::test_functional[misplaced_bare_raise] PASSED
1384 tests/test_functional.py::test_functional[misplaced_comparison_constant] PASSED
1385 tests/test_functional.py::test_functional[misplaced_format_function] PASSED
1386 tests/test_functional.py::test_functional[misplaced_future] PASSED
1387 tests/test_functional.py::test_functional[missing_class_docstring] PASSED
1388 tests/test_functional.py::test_functional[missing_docstring] PASSED
1389 tests/test_functional.py::test_functional[missing_docstring_new_style] PASSED
1390 tests/test_functional.py::test_functional[missing_final_newline] PASSED
1391 tests/test_functional.py::test_functional[missing_function_docstring] PASSED
1392 tests/test_functional.py::test_functional[missing_function_docstring_min_length] PASSED
1393 tests/test_functional.py::test_functional[missing_function_docstring_rgx] PASSED
1394 tests/test_functional.py::test_functional[missing_kwoa] PASSED
1395 tests/test_functional.py::test_functional[missing_module_docstring] PASSED
1396 tests/test_functional.py::test_functional[missing_module_docstring_disabled] PASSED
1397 tests/test_functional.py::test_functional[missing_module_docstring_empty] PASSED
1398 tests/test_functional.py::test_functional[missing_param_doc0] PASSED
1399 tests/test_functional.py::test_functional[missing_param_doc1] PASSED
1400 tests/test_functional.py::test_functional[missing_param_doc_py38] PASSED
1401 tests/test_functional.py::test_functional[missing_param_doc_required] PASSED
1402 tests/test_functional.py::test_functional[missing_param_doc_required_Google] PASSED
1403 tests/test_functional.py::test_functional[missing_param_doc_required_Numpy] PASSED
1404 tests/test_functional.py::test_functional[missing_param_doc_required_Sphinx] PASSED
1405 tests/test_functional.py::test_functional[missing_param_doc_required_min_length] PASSED
1406 tests/test_functional.py::test_functional[missing_param_doc_required_no_doc_rgx_check_init] PASSED
1407 tests/test_functional.py::test_functional[missing_param_doc_required_no_doc_rgx_check_none] PASSED
1408 tests/test_functional.py::test_functional[missing_param_doc_required_no_doc_rgx_default] PASSED
1409 tests/test_functional.py::test_functional[missing_param_doc_required_no_doc_rgx_test_all] PASSED
1410 tests/test_functional.py::test_functional[missing_parentheses_for_call_in_test] PASSED
1411 tests/test_functional.py::test_functional[missing_raises_doc] PASSED
1412 tests/test_functional.py::test_functional[missing_raises_doc_Google] PASSED
1413 tests/test_functional.py::test_functional[missing_raises_doc_Numpy] PASSED
1414 tests/test_functional.py::test_functional[missing_raises_doc_Sphinx] PASSED
1415 tests/test_functional.py::test_functional[missing_raises_doc_options] PASSED
1416 tests/test_functional.py::test_functional[missing_raises_doc_required] PASSED
1417 tests/test_functional.py::test_functional[missing_raises_doc_required_Google] PASSED
1418 tests/test_functional.py::test_functional[missing_raises_doc_required_Numpy] PASSED
1419 tests/test_functional.py::test_functional[missing_raises_doc_required_Sphinx] PASSED
1420 tests/test_functional.py::test_functional[missing_raises_doc_required_exc_inheritance] PASSED
1421 tests/test_functional.py::test_functional[missing_return_doc] PASSED
1422 tests/test_functional.py::test_functional[missing_return_doc_Google] PASSED
1423 tests/test_functional.py::test_functional[missing_return_doc_Numpy] PASSED
1424 tests/test_functional.py::test_functional[missing_return_doc_Sphinx] PASSED
1425 tests/test_functional.py::test_functional[missing_return_doc_required] PASSED
1426 tests/test_functional.py::test_functional[missing_return_doc_required_Google] PASSED
1427 tests/test_functional.py::test_functional[missing_return_doc_required_Numpy] PASSED
1428 tests/test_functional.py::test_functional[missing_return_doc_required_Sphinx] PASSED
1429 tests/test_functional.py::test_functional[missing_self_argument] PASSED
1430 tests/test_functional.py::test_functional[missing_timeout] PASSED
1431 tests/test_functional.py::test_functional[missing_yield_doc] PASSED
1432 tests/test_functional.py::test_functional[missing_yield_doc_Google] PASSED
1433 tests/test_functional.py::test_functional[missing_yield_doc_Numpy] PASSED
1434 tests/test_functional.py::test_functional[missing_yield_doc_Sphinx] PASSED
1435 tests/test_functional.py::test_functional[missing_yield_doc_required] PASSED
1436 tests/test_functional.py::test_functional[missing_yield_doc_required_Google] PASSED
1437 tests/test_functional.py::test_functional[missing_yield_doc_required_Numpy] PASSED
1438 tests/test_functional.py::test_functional[missing_yield_doc_required_Sphinx] PASSED
1439 tests/test_functional.py::test_functional[mixin_class_rgx] PASSED
1440 tests/test_functional.py::test_functional[modified_iterating] PASSED
1441 tests/test_functional.py::test_functional[module___dict__] PASSED
1442 tests/test_functional.py::test_functional[monkeypatch_method] PASSED
1443 tests/test_functional.py::test_functional[multiple_imports] PASSED
1444 tests/test_functional.py::test_functional[multiple_statements] PASSED
1445 tests/test_functional.py::test_functional[multiple_statements_single_line] PASSED
1446 tests/test_functional.py::test_functional[namePresetCamelCase] PASSED
1447 tests/test_functional.py::test_functional[name_final] PASSED
1448 tests/test_functional.py::test_functional[name_final_snake_case] PASSED
1449 tests/test_functional.py::test_functional[name_good_bad_names_regex] PASSED
1450 tests/test_functional.py::test_functional[name_preset_snake_case] PASSED
1451 tests/test_functional.py::test_functional[name_styles] PASSED
1452 tests/test_functional.py::test_functional[named_expr_without_context_py38] PASSED
1453 tests/test_functional.py::test_functional[namedtuple_member_inference] PASSED
1454 tests/test_functional.py::test_functional[names_in__all__] PASSED
1455 tests/test_functional.py::test_functional[nan_comparison_check] PASSED
1456 tests/test_functional.py::test_functional[nested_blocks_issue1088] PASSED
1457 tests/test_functional.py::test_functional[nested_func_defined_in_loop] PASSED
1458 tests/test_functional.py::test_functional[nested_min_max] PASSED
1459 tests/test_functional.py::test_functional[nested_min_max_py$(PYV)] PASSED
1460 tests/test_functional.py::test_functional[new_style_class_py_30] PASSED
1461 tests/test_functional.py::test_functional[no_classmethod_decorator] PASSED
1462 tests/test_functional.py::test_functional[no_dummy_redefined] PASSED
1463 tests/test_functional.py::test_functional[no_else_break] PASSED
1464 tests/test_functional.py::test_functional[no_else_continue] PASSED
1465 tests/test_functional.py::test_functional[no_else_raise] PASSED
1466 tests/test_functional.py::test_functional[no_else_return] PASSED
1467 tests/test_functional.py::test_functional[no_member] PASSED
1468 tests/test_functional.py::test_functional[no_member_assign_same_line] PASSED
1469 tests/test_functional.py::test_functional[no_member_augassign] PASSED
1470 tests/test_functional.py::test_functional[no_member_binary_operations] PASSED
1471 tests/test_functional.py::test_functional[no_member_dataclasses] PASSED
1472 tests/test_functional.py::test_functional[no_member_decorator] PASSED
1473 tests/test_functional.py::test_functional[no_member_if_statements] PASSED
1474 tests/test_functional.py::test_functional[no_member_imports] PASSED
1475 tests/test_functional.py::test_functional[no_member_nested_namedtuple] PASSED
1476 tests/test_functional.py::test_functional[no_member_subclassed_dataclasses] PASSED
1477 tests/test_functional.py::test_functional[no_member_typevar] PASSED
1478 tests/test_functional.py::test_functional[no_method_argument_py38] PASSED
1479 tests/test_functional.py::test_functional[no_self_argument] PASSED
1480 tests/test_functional.py::test_functional[no_self_use] PASSED
1481 tests/test_functional.py::test_functional[no_staticmethod_decorator] PASSED
1482 tests/test_functional.py::test_functional[no_warning_docstring] PASSED
1483 tests/test_functional.py::test_functional[non_ascii_import] PASSED
1484 tests/test_functional.py::test_functional[non_ascii_import_as_bad] PASSED
1485 tests/test_functional.py::test_functional[non_ascii_import_as_okay] PASSED
1486 tests/test_functional.py::test_functional[non_ascii_import_from_as] PASSED
1487 tests/test_functional.py::test_functional[non_ascii_name] PASSED
1488 tests/test_functional.py::test_functional[non_ascii_name_assignment_expressions] PASSED
1489 tests/test_functional.py::test_functional[non_ascii_name_backward_test_code] PASSED
1490 tests/test_functional.py::test_functional[non_ascii_name_backward_test_msg] PASSED
1491 tests/test_functional.py::test_functional[non_ascii_name_class] PASSED
1492 tests/test_functional.py::test_functional[non_ascii_name_class_attribute] PASSED
1493 tests/test_functional.py::test_functional[non_ascii_name_class_constant] PASSED
1494 tests/test_functional.py::test_functional[non_ascii_name_class_method] PASSED
1495 tests/test_functional.py::test_functional[non_ascii_name_decorator] PASSED
1496 tests/test_functional.py::test_functional[non_ascii_name_dict_kwargs] PASSED
1497 tests/test_functional.py::test_functional[non_ascii_name_for_loop] PASSED
1498 tests/test_functional.py::test_functional[non_ascii_name_function] PASSED
1499 tests/test_functional.py::test_functional[non_ascii_name_function_argument] PASSED
1500 tests/test_functional.py::test_functional[non_ascii_name_inline_var] PASSED
1501 tests/test_functional.py::test_functional[non_ascii_name_kwargs] PASSED
1502 tests/test_functional.py::test_functional[non_ascii_name_lo\u0142] PASSED
1503 tests/test_functional.py::test_functional[non_ascii_name_local] PASSED
1504 tests/test_functional.py::test_functional[non_ascii_name_pos_and_kwonly_function] PASSED
1505 tests/test_functional.py::test_functional[non_ascii_name_staticmethod] PASSED
1506 tests/test_functional.py::test_functional[non_ascii_name_try_except] PASSED
1507 tests/test_functional.py::test_functional[non_ascii_name_variable] PASSED
1508 tests/test_functional.py::test_functional[non_init_parent_called] PASSED
1509 tests/test_functional.py::test_functional[non_iterator_returned] PASSED
1510 tests/test_functional.py::test_functional[non_parent_init_called] PASSED
1511 tests/test_functional.py::test_functional[non_str_assignment_to_dunder_name] PASSED
1512 tests/test_functional.py::test_functional[none_dunder_protocols] PASSED
1513 tests/test_functional.py::test_functional[none_dunder_protocols_py38] PASSED
1514 tests/test_functional.py::test_functional[nonexistent_operator] PASSED
1515 tests/test_functional.py::test_functional[nonlocal_and_global] PASSED
1516 tests/test_functional.py::test_functional[nonlocal_without_binding] PASSED
1517 tests/test_functional.py::test_functional[not_async_context_manager] PASSED
1518 tests/test_functional.py::test_functional[not_async_context_manager_py37] PASSED
1519 tests/test_functional.py::test_functional[not_callable] PASSED
1520 tests/test_functional.py::test_functional[not_context_manager] PASSED
1521 tests/test_functional.py::test_functional[not_in_loop] PASSED
1522 tests/test_functional.py::test_functional[object_as_class_attribute] PASSED
1523 tests/test_functional.py::test_functional[overlapping_exceptions] PASSED
1524 tests/test_functional.py::test_functional[overloaded_operator] PASSED
1525 tests/test_functional.py::test_functional[overridden_final_method_py38] PASSED
1526 tests/test_functional.py::test_functional[overridden_final_method_regression] PASSED
1527 tests/test_functional.py::test_functional[pattern_matching] SKIPPED
1528 tests/test_functional.py::test_functional[plugin_does_not_exists] PASSED
1529 tests/test_functional.py::test_functional[positional_only_arguments_expected] PASSED
1530 tests/test_functional.py::test_functional[postponed_evaluation_activated] PASSED
1531 tests/test_functional.py::test_functional[postponed_evaluation_activated_with_alias] PASSED
1532 tests/test_functional.py::test_functional[postponed_evaluation_not_activated] PASSED
1533 tests/test_functional.py::test_functional[postponed_evaluation_pep585] PASSED
1534 tests/test_functional.py::test_functional[potential_index_error] PASSED
1535 tests/test_functional.py::test_functional[pragma_after_backslash] PASSED
1536 tests/test_functional.py::test_functional[preferred_module] PASSED
1537 tests/test_functional.py::test_functional[private_import] PASSED
1538 tests/test_functional.py::test_functional[property_affectation_py26] PASSED
1539 tests/test_functional.py::test_functional[property_with_parameters] PASSED
1540 tests/test_functional.py::test_functional[protected_access] PASSED
1541 tests/test_functional.py::test_functional[protected_access_access_different_scopes] PASSED
1542 tests/test_functional.py::test_functional[protected_access_special_methods_off] PASSED
1543 tests/test_functional.py::test_functional[protected_access_special_methods_on] PASSED
1544 tests/test_functional.py::test_functional[protocol_classes] PASSED
1545 tests/test_functional.py::test_functional[protocol_classes_abstract] PASSED
1546 tests/test_functional.py::test_functional[py_version_35] PASSED
1547 tests/test_functional.py::test_functional[raise_missing_from] PASSED
1548 tests/test_functional.py::test_functional[raising_bad_type] PASSED
1549 tests/test_functional.py::test_functional[raising_format_tuple] PASSED
1550 tests/test_functional.py::test_functional[raising_non_exception] PASSED
1551 tests/test_functional.py::test_functional[raising_self] PASSED
1552 tests/test_functional.py::test_functional[recursion_error_2667] PASSED
1553 tests/test_functional.py::test_functional[recursion_error_2836] PASSED
1554 tests/test_functional.py::test_functional[recursion_error_2861] PASSED
1555 tests/test_functional.py::test_functional[recursion_error_2899] PASSED
1556 tests/test_functional.py::test_functional[recursion_error_2906] PASSED
1557 tests/test_functional.py::test_functional[recursion_error_3152] PASSED
1558 tests/test_functional.py::test_functional[recursion_error_3159] PASSED
1559 tests/test_functional.py::test_functional[recursion_error_940] PASSED
1560 tests/test_functional.py::test_functional[recursion_error_crash] PASSED
1561 tests/test_functional.py::test_functional[recursion_error_crash_2683] PASSED
1562 tests/test_functional.py::test_functional[recursion_error_crash_astroid_623] PASSED
1563 tests/test_functional.py::test_functional[recursion_regression_2960] PASSED
1564 tests/test_functional.py::test_functional[redeclared_assigned_name] PASSED
1565 tests/test_functional.py::test_functional[redefine_loop] PASSED
1566 tests/test_functional.py::test_functional[redefined_argument_from_local] PASSED
1567 tests/test_functional.py::test_functional[redefined_builtin] PASSED
1568 tests/test_functional.py::test_functional[redefined_builtin_allowed] PASSED
1569 tests/test_functional.py::test_functional[redefined_except_handler] PASSED
1570 tests/test_functional.py::test_functional[redefined_loop_name] PASSED
1571 tests/test_functional.py::test_functional[redefined_outer_name_type_checking] PASSED
1572 tests/test_functional.py::test_functional[redefined_slots] PASSED
1573 tests/test_functional.py::test_functional[redefined_variable_type] PASSED
1574 tests/test_functional.py::test_functional[redundant_typehint_argument] PASSED
1575 tests/test_functional.py::test_functional[redundant_typehint_argument_py310] SKIPPED
1576 tests/test_functional.py::test_functional[redundant_u_string_prefix] PASSED
1577 tests/test_functional.py::test_functional[redundant_unittest_assert] PASSED
1578 tests/test_functional.py::test_functional[regression_1326_crash_uninferable] PASSED
1579 tests/test_functional.py::test_functional[regression_2306_enum_value] PASSED
1580 tests/test_functional.py::test_functional[regression_2443_duplicate_bases] PASSED
1581 tests/test_functional.py::test_functional[regression_2567] PASSED
1582 tests/test_functional.py::test_functional[regression_2913] PASSED
1583 tests/test_functional.py::test_functional[regression_2937_ifexp] PASSED
1584 tests/test_functional.py::test_functional[regression_2964] PASSED
1585 tests/test_functional.py::test_functional[regression_3091] PASSED
1586 tests/test_functional.py::test_functional[regression_3231_no_member_property] PASSED
1587 tests/test_functional.py::test_functional[regression_3416_unused_argument_raise] PASSED
1588 tests/test_functional.py::test_functional[regression_3507_typing_alias_isinstance] PASSED
1589 tests/test_functional.py::test_functional[regression_3535_double_enum_inherit] PASSED
1590 tests/test_functional.py::test_functional[regression_3595_notcallable_collections] PASSED
1591 tests/test_functional.py::test_functional[regression_3866] PASSED
1592 tests/test_functional.py::test_functional[regression_3976] PASSED
1593 tests/test_functional.py::test_functional[regression_3979] PASSED
1594 tests/test_functional.py::test_functional[regression_4083_sequence_index] PASSED
1595 tests/test_functional.py::test_functional[regression_4126] SKIPPED (...)
1596 tests/test_functional.py::test_functional[regression_4221_object_instanceattr] PASSED
1597 tests/test_functional.py::test_functional[regression_4358_unsubscriptable_enum] PASSED
1598 tests/test_functional.py::test_functional[regression_4439] PASSED
1599 tests/test_functional.py::test_functional[regression_4612_crash_pytest_fixture] PASSED
1600 tests/test_functional.py::test_functional[regression_4660] PASSED
1601 tests/test_functional.py::test_functional[regression_4688_duplicated_bases_member_hints] PASSED
1602 tests/test_functional.py::test_functional[regression_4723] PASSED
1603 tests/test_functional.py::test_functional[regression_4891] PASSED
1604 tests/test_functional.py::test_functional[regression_4982] PASSED
1605 tests/test_functional.py::test_functional[regression_5030] PASSED
1606 tests/test_functional.py::test_functional[regression_5048] PASSED
1607 tests/test_functional.py::test_functional[regression_5244] PASSED
1608 tests/test_functional.py::test_functional[regression_5408] PASSED
1609 tests/test_functional.py::test_functional[regression_5461] PASSED
1610 tests/test_functional.py::test_functional[regression_5479] PASSED
1611 tests/test_functional.py::test_functional[regression_5776] PASSED
1612 tests/test_functional.py::test_functional[regression_5801] PASSED
1613 tests/test_functional.py::test_functional[regression_6531_crash_index_error] PASSED
1614 tests/test_functional.py::test_functional[regression_8067] PASSED
1615 tests/test_functional.py::test_functional[regression_8109] PASSED
1616 tests/test_functional.py::test_functional[regression_8207] PASSED
1617 tests/test_functional.py::test_functional[regression_9074_refactor_loop_with_unary_variable] PASSED
1618 tests/test_functional.py::test_functional[regression_9751] PASSED
1619 tests/test_functional.py::test_functional[regression_9865_calling_bound_lambda] PASSED
1620 tests/test_functional.py::test_functional[regression_9875_enumerate] PASSED
1621 tests/test_functional.py::test_functional[regression___file___global] PASSED
1622 tests/test_functional.py::test_functional[regression_distutil_import_error_73] PASSED
1623 tests/test_functional.py::test_functional[regression_enum_1734] PASSED
1624 tests/test_functional.py::test_functional[regression_implicit_none_with_no_return] PASSED
1625 tests/test_functional.py::test_functional[regression_infer_call_result_3690] PASSED
1626 tests/test_functional.py::test_functional[regression_issue_4631] PASSED
1627 tests/test_functional.py::test_functional[regression_issue_4633] PASSED
1628 tests/test_functional.py::test_functional[regression_newtype_fstring] PASSED
1629 tests/test_functional.py::test_functional[regression_no_member_1078] PASSED
1630 tests/test_functional.py::test_functional[regression_no_member_7631] PASSED
1631 tests/test_functional.py::test_functional[regression_no_value_for_parameter] PASSED
1632 tests/test_functional.py::test_functional[regression_node_statement] PASSED
1633 tests/test_functional.py::test_functional[regression_node_statement_two] PASSED
1634 tests/test_functional.py::test_functional[regression_posonly_args] PASSED
1635 tests/test_functional.py::test_functional[regression_properties_in_class_context] PASSED
1636 tests/test_functional.py::test_functional[regression_property_no_member_2641] PASSED
1637 tests/test_functional.py::test_functional[regression_property_no_member_3269] PASSED
1638 tests/test_functional.py::test_functional[regression_property_no_member_844] PASSED
1639 tests/test_functional.py::test_functional[regression_property_no_member_870] PASSED
1640 tests/test_functional.py::test_functional[regression_property_slots_2439] PASSED
1641 tests/test_functional.py::test_functional[regression_protected_access] PASSED
1642 tests/test_functional.py::test_functional[regression_too_many_arguments_2335] PASSED
1643 tests/test_functional.py::test_functional[reimport] PASSED
1644 tests/test_functional.py::test_functional[reimported] PASSED
1645 tests/test_functional.py::test_functional[renamed_import_logging_not_lazy] PASSED
1646 tests/test_functional.py::test_functional[repeated_keyword] PASSED
1647 tests/test_functional.py::test_functional[return_in_finally] PASSED
1648 tests/test_functional.py::test_functional[return_in_init] PASSED
1649 tests/test_functional.py::test_functional[return_outside_function] PASSED
1650 tests/test_functional.py::test_functional[reused_outer_loop_variable] PASSED
1651 tests/test_functional.py::test_functional[self_assigning_variable] PASSED
1652 tests/test_functional.py::test_functional[self_cls_assignment] PASSED
1653 tests/test_functional.py::test_functional[shadowed_import] PASSED
1654 tests/test_functional.py::test_functional[shallow_copy_environ] PASSED
1655 tests/test_functional.py::test_functional[signature_differs] PASSED
1656 tests/test_functional.py::test_functional[simplifiable_condition] PASSED
1657 tests/test_functional.py::test_functional[simplifiable_if_expression] PASSED
1658 tests/test_functional.py::test_functional[simplifiable_if_statement] PASSED
1659 tests/test_functional.py::test_functional[simplify_chained_comparison] PASSED
1660 tests/test_functional.py::test_functional[singledispatch_functions] PASSED
1661 tests/test_functional.py::test_functional[singledispatch_method] PASSED
1662 tests/test_functional.py::test_functional[singledispatchmethod_function] PASSED
1663 tests/test_functional.py::test_functional[singleton_comparison] PASSED
1664 tests/test_functional.py::test_functional[slots_checks] PASSED
1665 tests/test_functional.py::test_functional[socketerror_import] PASSED
1666 tests/test_functional.py::test_functional[star_needs_assignment_target] PASSED
1667 tests/test_functional.py::test_functional[statement_without_effect] PASSED
1668 tests/test_functional.py::test_functional[statement_without_effect_py312] SKIPPED
1669 tests/test_functional.py::test_functional[statement_without_effect_py36] PASSED
1670 tests/test_functional.py::test_functional[stop_iteration_inside_generator] PASSED
1671 tests/test_functional.py::test_functional[string_formatting] PASSED
1672 tests/test_functional.py::test_functional[string_formatting_disable] PASSED
1673 tests/test_functional.py::test_functional[string_formatting_error] PASSED
1674 tests/test_functional.py::test_functional[string_formatting_failed_inference] PASSED
1675 tests/test_functional.py::test_functional[string_formatting_failed_inference_py35] PASSED
1676 tests/test_functional.py::test_functional[string_formatting_py3] PASSED
1677 tests/test_functional.py::test_functional[string_log_formatting] PASSED
1678 tests/test_functional.py::test_functional[subclassed_final_class_py38] PASSED
1679 tests/test_functional.py::test_functional[subprocess_popen_preexec_fn] PASSED
1680 tests/test_functional.py::test_functional[subprocess_run_check] PASSED
1681 tests/test_functional.py::test_functional[super_checks] PASSED
1682 tests/test_functional.py::test_functional[super_init_not_called] PASSED
1683 tests/test_functional.py::test_functional[super_init_not_called_extensions_py310] SKIPPED
1684 tests/test_functional.py::test_functional[super_init_not_called_py38] PASSED
1685 tests/test_functional.py::test_functional[super_with_arguments] PASSED
1686 tests/test_functional.py::test_functional[super_without_brackets] PASSED
1687 tests/test_functional.py::test_functional[superfluous_parens] PASSED
1688 tests/test_functional.py::test_functional[superfluous_parens_walrus_py38] PASSED
1689 tests/test_functional.py::test_functional[suspicious_str_strip_call] PASSED
1690 tests/test_functional.py::test_functional[symlink_module0] PASSED
1691 tests/test_functional.py::test_functional[symlink_module1] PASSED
1692 tests/test_functional.py::test_functional[syntax_error] PASSED
1693 tests/test_functional.py::test_functional[syntax_error_jython] SKIPPED
1694 tests/test_functional.py::test_functional[sys_stream_regression_1004] PASSED
1695 tests/test_functional.py::test_functional[ternary] PASSED
1696 tests/test_functional.py::test_functional[test_compile] PASSED
1697 tests/test_functional.py::test_functional[tokenize_error] PASSED
1698 tests/test_functional.py::test_functional[tokenize_error_jython] SKIPPED
1699 tests/test_functional.py::test_functional[tokenize_error_py312] SKIPPED
1700 tests/test_functional.py::test_functional[too_few_public_methods] PASSED
1701 tests/test_functional.py::test_functional[too_few_public_methods_37] PASSED
1702 tests/test_functional.py::test_functional[too_few_public_methods_excluded] PASSED
1703 tests/test_functional.py::test_functional[too_many_ancestors] PASSED
1704 tests/test_functional.py::test_functional[too_many_ancestors_ignored_parents] PASSED
1705 tests/test_functional.py::test_functional[too_many_arguments] PASSED
1706 tests/test_functional.py::test_functional[too_many_arguments_issue_1045] PASSED
1707 tests/test_functional.py::test_functional[too_many_arguments_overload] PASSED
1708 tests/test_functional.py::test_functional[too_many_boolean_expressions] PASSED
1709 tests/test_functional.py::test_functional[too_many_branches] PASSED
1710 tests/test_functional.py::test_functional[too_many_function_args] PASSED
1711 tests/test_functional.py::test_functional[too_many_instance_attributes] PASSED
1712 tests/test_functional.py::test_functional[too_many_instance_attributes_py37] PASSED
1713 tests/test_functional.py::test_functional[too_many_lines] PASSED
1714 tests/test_functional.py::test_functional[too_many_lines_disabled] PASSED
1715 tests/test_functional.py::test_functional[too_many_locals] PASSED
1716 tests/test_functional.py::test_functional[too_many_nested_blocks] PASSED
1717 tests/test_functional.py::test_functional[too_many_positional_arguments] PASSED
1718 tests/test_functional.py::test_functional[too_many_public_methods] PASSED
1719 tests/test_functional.py::test_functional[too_many_return_statements] PASSED
1720 tests/test_functional.py::test_functional[too_many_star_expressions] PASSED
1721 tests/test_functional.py::test_functional[too_many_statements] PASSED
1722 tests/test_functional.py::test_functional[trailing_comma_tuple] PASSED
1723 tests/test_functional.py::test_functional[trailing_comma_tuple_9608] PASSED
1724 tests/test_functional.py::test_functional[trailing_newlines] PASSED
1725 tests/test_functional.py::test_functional[trailing_whitespaces] PASSED
1726 tests/test_functional.py::test_functional[try_except_raise] PASSED
1727 tests/test_functional.py::test_functional[try_except_raise_crash] PASSED
1728 tests/test_functional.py::test_functional[typealias_naming_style_default] SKIPPED
1729 tests/test_functional.py::test_functional[typealias_naming_style_py312] SKIPPED
1730 tests/test_functional.py::test_functional[typealias_naming_style_rgx] SKIPPED
1731 tests/test_functional.py::test_functional[typedDict] PASSED
1732 tests/test_functional.py::test_functional[typevar_double_variance] PASSED
1733 tests/test_functional.py::test_functional[typevar_name_incorrect_variance] PASSED
1734 tests/test_functional.py::test_functional[typevar_name_mismatch] PASSED
1735 tests/test_functional.py::test_functional[typevar_naming_style_default] PASSED
1736 tests/test_functional.py::test_functional[typevar_naming_style_py312] SKIPPED
1737 tests/test_functional.py::test_functional[typevar_naming_style_rgx] PASSED
1738 tests/test_functional.py::test_functional[typing_broken_callable] PASSED
1739 tests/test_functional.py::test_functional[typing_broken_callable_deprecated_alias] PASSED
1740 tests/test_functional.py::test_functional[typing_broken_callable_future_import] PASSED
1741 tests/test_functional.py::test_functional[typing_broken_noreturn] PASSED
1742 tests/test_functional.py::test_functional[typing_broken_noreturn_future_import] PASSED
1743 tests/test_functional.py::test_functional[typing_broken_noreturn_py372] PASSED
1744 tests/test_functional.py::test_functional[typing_consider_using_alias] PASSED
1745 tests/test_functional.py::test_functional[typing_consider_using_alias_without_future] PASSED
1746 tests/test_functional.py::test_functional[typing_consider_using_union] PASSED
1747 tests/test_functional.py::test_functional[typing_consider_using_union_py310] SKIPPED
1748 tests/test_functional.py::test_functional[typing_consider_using_union_without_future] PASSED
1749 tests/test_functional.py::test_functional[typing_deprecated_alias] PASSED
1750 tests/test_functional.py::test_functional[typing_generic] PASSED
1751 tests/test_functional.py::test_functional[typing_use] PASSED
1752 tests/test_functional.py::test_functional[unbalanced_dict_unpacking] PASSED
1753 tests/test_functional.py::test_functional[unbalanced_tuple_unpacking] PASSED
1754 tests/test_functional.py::test_functional[unbalanced_tuple_unpacking_py30] PASSED
1755 tests/test_functional.py::test_functional[undefined_all_variable_edge_case] PASSED
1756 tests/test_functional.py::test_functional[undefined_loop_variable] PASSED
1757 tests/test_functional.py::test_functional[undefined_loop_variable_py311] SKIPPED
1758 tests/test_functional.py::test_functional[undefined_loop_variable_py38] PASSED
1759 tests/test_functional.py::test_functional[undefined_variable] PASSED
1760 tests/test_functional.py::test_functional[undefined_variable_classes] PASSED
1761 tests/test_functional.py::test_functional[undefined_variable_crash_on_attribute] PASSED
1762 tests/test_functional.py::test_functional[undefined_variable_decorators] PASSED
1763 tests/test_functional.py::test_functional[undefined_variable_py30] PASSED
1764 tests/test_functional.py::test_functional[undefined_variable_py312] SKIPPED
1765 tests/test_functional.py::test_functional[undefined_variable_py38] PASSED
1766 tests/test_functional.py::test_functional[unexpected_keyword_arg] PASSED
1767 tests/test_functional.py::test_functional[unexpected_special_method_signature] PASSED
1768 tests/test_functional.py::test_functional[ungrouped_imports] PASSED
1769 tests/test_functional.py::test_functional[ungrouped_imports_isort_compatible] PASSED
1770 tests/test_functional.py::test_functional[ungrouped_imports_suppression] PASSED
1771 tests/test_functional.py::test_functional[unhashable_member] PASSED
1772 tests/test_functional.py::test_functional[unhashable_member_py312] SKIPPED
1773 tests/test_functional.py::test_functional[unicode_bidi_commenting_out] PASSED
1774 tests/test_functional.py::test_functional[unicode_bidi_early_return] PASSED
1775 tests/test_functional.py::test_functional[unicode_bidi_pep672] PASSED
1776 tests/test_functional.py::test_functional[unidiomatic_typecheck] PASSED
1777 tests/test_functional.py::test_functional[uninferable_all_object] PASSED
1778 tests/test_functional.py::test_functional[unknown_encoding_jython] SKIPPED
1779 tests/test_functional.py::test_functional[unnecessary_comprehension] PASSED
1780 tests/test_functional.py::test_functional[unnecessary_default_type_args] PASSED
1781 tests/test_functional.py::test_functional[unnecessary_default_type_args_py313] PASSED
1782 tests/test_functional.py::test_functional[unnecessary_dict_index_lookup] PASSED
1783 tests/test_functional.py::test_functional[unnecessary_direct_lambda_call] PASSED
1784 tests/test_functional.py::test_functional[unnecessary_dunder_call] PASSED
1785 tests/test_functional.py::test_functional[unnecessary_dunder_call_async_py$(PYV)] PASSED
1786 tests/test_functional.py::test_functional[unnecessary_dunder_call_async_py310] PASSED
1787 tests/test_functional.py::test_functional[unnecessary_ellipsis] PASSED
1788 tests/test_functional.py::test_functional[unnecessary_lambda] PASSED
1789 tests/test_functional.py::test_functional[unnecessary_lambda_assignment] PASSED
1790 tests/test_functional.py::test_functional[unnecessary_list_index_lookup] PASSED
1791 tests/test_functional.py::test_functional[unnecessary_negation] PASSED
1792 tests/test_functional.py::test_functional[unnecessary_pass] PASSED
1793 tests/test_functional.py::test_functional[unpacking] PASSED
1794 tests/test_functional.py::test_functional[unpacking_generalizations] PASSED
1795 tests/test_functional.py::test_functional[unpacking_non_sequence] PASSED
1796 tests/test_functional.py::test_functional[unpacking_non_sequence_py310] SKIPPED
1797 tests/test_functional.py::test_functional[unpacking_non_sequence_py37] PASSED
1798 tests/test_functional.py::test_functional[unrecognized_inline_option] PASSED
1799 tests/test_functional.py::test_functional[unspecified_encoding_py38] PASSED
1800 tests/test_functional.py::test_functional[unsubscriptable_object] PASSED
1801 tests/test_functional.py::test_functional[unsubscriptable_value] PASSED
1802 tests/test_functional.py::test_functional[unsubscriptable_value_py37] PASSED
1803 tests/test_functional.py::test_functional[unsupported_assignment_operation] PASSED
1804 tests/test_functional.py::test_functional[unsupported_binary_operation] SKIPPED
1805 tests/test_functional.py::test_functional[unsupported_delete_operation] PASSED
1806 tests/test_functional.py::test_functional[unsupported_version_for_assignment_expression] PASSED
1807 tests/test_functional.py::test_functional[unsupported_version_for_exception_group] SKIPPED
1808 tests/test_functional.py::test_functional[unsupported_version_for_f_string] PASSED
1809 tests/test_functional.py::test_functional[unsupported_version_for_final] PASSED
1810 tests/test_functional.py::test_functional[unsupported_version_for_generic_type_syntax] SKIPPED
1811 tests/test_functional.py::test_functional[unsupported_version_for_posonly_args] PASSED
1812 tests/test_functional.py::test_functional[unused_argument] PASSED
1813 tests/test_functional.py::test_functional[unused_argument_py3] PASSED
1814 tests/test_functional.py::test_functional[unused_global_variable1] PASSED
1815 tests/test_functional.py::test_functional[unused_global_variable2] PASSED
1816 tests/test_functional.py::test_functional[unused_global_variable3] PASSED
1817 tests/test_functional.py::test_functional[unused_global_variable4] PASSED
1818 tests/test_functional.py::test_functional[unused_import] PASSED
1819 tests/test_functional.py::test_functional[unused_import_class_def_keyword] PASSED
1820 tests/test_functional.py::test_functional[unused_import_everything_disabled] PASSED
1821 tests/test_functional.py::test_functional[unused_import_positional_only_py38] PASSED
1822 tests/test_functional.py::test_functional[unused_import_py30] PASSED
1823 tests/test_functional.py::test_functional[unused_module] PASSED
1824 tests/test_functional.py::test_functional[unused_name_from_wildcard_import] PASSED
1825 tests/test_functional.py::test_functional[unused_name_in_string_literal_type_annotation] PASSED
1826 tests/test_functional.py::test_functional[unused_name_in_string_literal_type_annotation_py$(PYV)] PASSED
1827 tests/test_functional.py::test_functional[unused_name_in_string_literal_type_annotation_py310] SKIPPED
1828 tests/test_functional.py::test_functional[unused_name_in_string_literal_type_annotation_py38] PASSED
1829 tests/test_functional.py::test_functional[unused_private_member] PASSED
1830 tests/test_functional.py::test_functional[unused_typing_imports] PASSED
1831 tests/test_functional.py::test_functional[unused_variable] PASSED
1832 tests/test_functional.py::test_functional[unused_variable_after_inference] PASSED
1833 tests/test_functional.py::test_functional[unused_variable_py36] PASSED
1834 tests/test_functional.py::test_functional[unused_variable_py38] PASSED
1835 tests/test_functional.py::test_functional[use_a_generator] PASSED
1836 tests/test_functional.py::test_functional[use_implicit_booleaness_not_comparison] PASSED
1837 tests/test_functional.py::test_functional[use_implicit_booleaness_not_comparison_to_string] PASSED
1838 tests/test_functional.py::test_functional[use_implicit_booleaness_not_comparison_to_zero] PASSED
1839 tests/test_functional.py::test_functional[use_implicit_booleaness_not_len] PASSED
1840 tests/test_functional.py::test_functional[use_literal_dict] PASSED
1841 tests/test_functional.py::test_functional[use_literal_list] PASSED
1842 tests/test_functional.py::test_functional[use_maxsplit_arg] PASSED
1843 tests/test_functional.py::test_functional[use_sequence_for_iteration] PASSED
1844 tests/test_functional.py::test_functional[use_set_membership] PASSED
1845 tests/test_functional.py::test_functional[use_symbolic_message_instead] PASSED
1846 tests/test_functional.py::test_functional[used_before_assignment_488] PASSED
1847 tests/test_functional.py::test_functional[used_before_assignment_class_nested_under_function] PASSED
1848 tests/test_functional.py::test_functional[used_before_assignment_comprehension_homonyms] PASSED
1849 tests/test_functional.py::test_functional[used_before_assignment_conditional] PASSED
1850 tests/test_functional.py::test_functional[used_before_assignment_else_continue] PASSED
1851 tests/test_functional.py::test_functional[used_before_assignment_except_handler_for_try_with_return] PASSED
1852 tests/test_functional.py::test_functional[used_before_assignment_except_handler_for_try_with_return_py38] PASSED
1853 tests/test_functional.py::test_functional[used_before_assignment_issue1081] PASSED
1854 tests/test_functional.py::test_functional[used_before_assignment_issue2615] PASSED
1855 tests/test_functional.py::test_functional[used_before_assignment_issue4761] PASSED
1856 tests/test_functional.py::test_functional[used_before_assignment_issue626] PASSED
1857 tests/test_functional.py::test_functional[used_before_assignment_issue853] PASSED
1858 tests/test_functional.py::test_functional[used_before_assignment_issue85] PASSED
1859 tests/test_functional.py::test_functional[used_before_assignment_nonlocal] PASSED
1860 tests/test_functional.py::test_functional[used_before_assignment_postponed_evaluation] PASSED
1861 tests/test_functional.py::test_functional[used_before_assignment_py310] SKIPPED
1862 tests/test_functional.py::test_functional[used_before_assignment_py311] PASSED
1863 tests/test_functional.py::test_functional[used_before_assignment_py312] SKIPPED
1864 tests/test_functional.py::test_functional[used_before_assignment_py37] PASSED
1865 tests/test_functional.py::test_functional[used_before_assignment_scoping] PASSED
1866 tests/test_functional.py::test_functional[used_before_assignment_ternary] PASSED
1867 tests/test_functional.py::test_functional[used_before_assignment_type_annotations] PASSED
1868 tests/test_functional.py::test_functional[used_before_assignment_typing] PASSED
1869 tests/test_functional.py::test_functional[used_prior_global_declaration] PASSED
1870 tests/test_functional.py::test_functional[useless_else_on_loop] PASSED
1871 tests/test_functional.py::test_functional[useless_object_inheritance] PASSED
1872 tests/test_functional.py::test_functional[useless_parent_delegation] PASSED
1873 tests/test_functional.py::test_functional[useless_parent_delegation_py38] PASSED
1874 tests/test_functional.py::test_functional[useless_return] PASSED
1875 tests/test_functional.py::test_functional[useless_suppression] PASSED
1876 tests/test_functional.py::test_functional[useless_type_doc] PASSED
1877 tests/test_functional.py::test_functional[useless_with_lock] PASSED
1878 tests/test_functional.py::test_functional[using_constant_test] PASSED
1879 tests/test_functional.py::test_functional[while_used] PASSED
1880 tests/test_functional.py::test_functional[wildcard_import] PASSED
1881 tests/test_functional.py::test_functional[wildcard_import_allowed] PASSED
1882 tests/test_functional.py::test_functional[with_used_before_assign] PASSED
1883 tests/test_functional.py::test_functional[with_using_generator] PASSED
1884 tests/test_functional.py::test_functional[wrong_exception_operation] SKIPPED
1885 tests/test_functional.py::test_functional[wrong_exception_operation_py37] PASSED
1886 tests/test_functional.py::test_functional[wrong_import_order2] PASSED
1887 tests/test_functional.py::test_functional[wrong_import_order] PASSED
1888 tests/test_functional.py::test_functional[wrong_import_position10] PASSED
1889 tests/test_functional.py::test_functional[wrong_import_position11] PASSED
1890 tests/test_functional.py::test_functional[wrong_import_position12] PASSED
1891 tests/test_functional.py::test_functional[wrong_import_position13] PASSED
1892 tests/test_functional.py::test_functional[wrong_import_position14] PASSED
1893 tests/test_functional.py::test_functional[wrong_import_position15] PASSED
1894 tests/test_functional.py::test_functional[wrong_import_position2] PASSED
1895 tests/test_functional.py::test_functional[wrong_import_position3] PASSED
1896 tests/test_functional.py::test_functional[wrong_import_position4] PASSED
1897 tests/test_functional.py::test_functional[wrong_import_position5] PASSED
1898 tests/test_functional.py::test_functional[wrong_import_position6] PASSED
1899 tests/test_functional.py::test_functional[wrong_import_position7] PASSED
1900 tests/test_functional.py::test_functional[wrong_import_position8] PASSED
1901 tests/test_functional.py::test_functional[wrong_import_position9] PASSED
1902 tests/test_functional.py::test_functional[wrong_import_position] PASSED
1903 tests/test_functional.py::test_functional[wrong_import_position_exclude_dunder_main] PASSED
1904 tests/test_functional.py::test_functional[yield_assign] PASSED
1905 tests/test_functional.py::test_functional[yield_from_iterable] PASSED
1906 tests/test_functional.py::test_functional[yield_from_outside_func] PASSED
1907 tests/test_functional.py::test_functional[yield_inside_async_function] PASSED
1908 tests/test_functional.py::test_functional[yield_outside_func] PASSED
1909 tests/test_functional.py::test_functional[yield_return_mix] PASSED
1910 tests/test_functional_directories.py::test_directories PASSED
1911 tests/test_import_graph.py::test_checker_dep_graphs PASSED
1912 tests/test_import_graph.py::test_dependencies_graph[foo.dot] PASSED
1913 tests/test_import_graph.py::test_dependencies_graph[foo.gv] PASSED
1914 tests/test_import_graph.py::test_dependencies_graph[tests/regrtest_data/foo.dot] PASSED
1915 tests/test_import_graph.py::test_missing_graphviz[graph.png] SKIPPED
1916 tests/test_import_graph.py::test_missing_graphviz[graph] SKIPPED (do...)
1917 tests/test_numversion.py::test_numversion[-expected_numversion5] PASSED
1918 tests/test_numversion.py::test_numversion[1.a-expected_numversion4] PASSED
1919 tests/test_numversion.py::test_numversion[2.8.1-expected_numversion0] PASSED
1920 tests/test_numversion.py::test_numversion[2.8.2+-expected_numversion1] PASSED
1921 tests/test_numversion.py::test_numversion[2.8.3.dev3+g28c093c2.d20210428-expected_numversion10] PASSED
1922 tests/test_numversion.py::test_numversion[3..0-expected_numversion3] PASSED
1923 tests/test_numversion.py::test_numversion[3.0.0a0-expected_numversion2] PASSED
1924 tests/test_numversion.py::test_numversion[3.0.0b1-expected_numversion6] PASSED
1925 tests/test_numversion.py::test_numversion[3.0.0dev-234324234234f23abc4-expected_numversion8] PASSED
1926 tests/test_numversion.py::test_numversion[3.0.0rc1-expected_numversion7] PASSED
1927 tests/test_numversion.py::test_numversion[pylint-2.4.7-expected_numversion9] PASSED
1928 tests/test_pragma_parser.py::test_disable_checker_with_number_in_name PASSED
1929 tests/test_pragma_parser.py::test_missing_assignment PASSED
1930 tests/test_pragma_parser.py::test_missing_keyword PASSED
1931 tests/test_pragma_parser.py::test_missing_message PASSED
1932 tests/test_pragma_parser.py::test_multiple_pragma_multiple_messages PASSED
1933 tests/test_pragma_parser.py::test_parse_message_with_dash PASSED
1934 tests/test_pragma_parser.py::test_simple_pragma PASSED
1935 tests/test_pragma_parser.py::test_simple_pragma_multiple_messages PASSED
1936 tests/test_pragma_parser.py::test_simple_pragma_no_messages PASSED
1937 tests/test_pragma_parser.py::test_unknown_keyword_with_messages PASSED
1938 tests/test_pragma_parser.py::test_unknown_keyword_with_missing_messages PASSED
1939 tests/test_pragma_parser.py::test_unknown_keyword_without_messages PASSED
1940 tests/test_pragma_parser.py::test_unsupported_assignment PASSED
1941 tests/test_pylint_runners.py::test_pylint_argument_deduplication PASSED
1942 tests/test_pylint_runners.py::test_pylint_run_jobs_equal_zero_dont_crash_with_cpu_fraction PASSED
1943 tests/test_pylint_runners.py::test_runner[run_pylint] PASSED
1944 tests/test_pylint_runners.py::test_runner[run_pyreverse] PASSED
1945 tests/test_pylint_runners.py::test_runner[run_symilar] PASSED
1946 tests/test_pylint_runners.py::test_runner_with_arguments[run_pylint] PASSED
1947 tests/test_pylint_runners.py::test_runner_with_arguments[run_pyreverse] PASSED
1948 tests/test_pylint_runners.py::test_runner_with_arguments[run_symilar] PASSED
1949 tests/test_regr.py::test_check_package___init__ PASSED
1950 tests/test_regr.py::test_crash[file_names0] PASSED
1951 tests/test_regr.py::test_crash[file_names1] PASSED
1952 tests/test_regr.py::test_crash[file_names2] PASSED
1953 tests/test_regr.py::test_descriptor_crash[application_crash.py] PASSED
1954 tests/test_regr.py::test_descriptor_crash[descriptor_crash.py] PASSED
1955 tests/test_regr.py::test_descriptor_crash[special_attr_scope_lookup_crash.py] PASSED
1956 tests/test_regr.py::test_descriptor_crash[try_finally_disable_msg_crash.py] PASSED
1957 tests/test_regr.py::test_hang[file_names0] PASSED
1958 tests/test_regr.py::test_package[file_names0-<lambda>] PASSED
1959 tests/test_regr.py::test_package[file_names1-<lambda>] PASSED
1960 tests/test_regr.py::test_package[file_names2-<lambda>] PASSED
1961 tests/test_regr.py::test_package[file_names3-<lambda>] PASSED
1962 tests/test_regr.py::test_package[file_names4-<lambda>] PASSED
1963 tests/test_regr.py::test_package[file_names5-<lambda>] PASSED
1964 tests/test_regr.py::test_package[file_names6-<lambda>] PASSED
1965 tests/test_regr.py::test_package[file_names7-<lambda>] PASSED
1966 tests/test_self.py::TestCallbackOptions::test_enable_all_extensions PASSED
1967 tests/test_self.py::TestCallbackOptions::test_errors_only PASSED
1968 tests/test_self.py::TestCallbackOptions::test_errors_only_functions_as_disable PASSED
1969 tests/test_self.py::TestCallbackOptions::test_generate_config_disable_symbolic_names PASSED
1970 tests/test_self.py::TestCallbackOptions::test_generate_rcfile PASSED
1971 tests/test_self.py::TestCallbackOptions::test_generate_toml_config PASSED
1972 tests/test_self.py::TestCallbackOptions::test_generate_toml_config_disable_symbolic_names PASSED
1973 tests/test_self.py::TestCallbackOptions::test_help_msg[args0-:unreachable (W0101)-False] PASSED
1974 tests/test_self.py::TestCallbackOptions::test_help_msg[args1-No such message id-False] PASSED
1975 tests/test_self.py::TestCallbackOptions::test_help_msg[args2---help-msg: expected at least one argument-True] PASSED
1976 tests/test_self.py::TestCallbackOptions::test_help_msg[args3-:invalid-name (C0103):-False] PASSED
1977 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command0-Emittable messages with current interpreter:] PASSED
1978 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command1-Enabled messages:] PASSED
1979 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command2-nonascii-checker] PASSED
1980 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command3-Confidence(name='HIGH', description=] PASSED
1981 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command4-pylint.extensions.empty_comment] PASSED
1982 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command5-Pylint global options and switches] PASSED
1983 tests/test_self.py::TestCallbackOptions::test_output_of_callback_options[command6-Environment variables:] PASSED
1984 tests/test_self.py::TestCallbackOptions::test_verbose PASSED
1985 tests/test_self.py::TestRunTC::test_abbreviations_are_not_supported XFAIL
1986 tests/test_self.py::TestRunTC::test_all PASSED
1987 tests/test_self.py::TestRunTC::test_allow_import_of_files_found_in_modules_during_parallel_check PASSED
1988 tests/test_self.py::TestRunTC::test_bom_marker PASSED
1989 tests/test_self.py::TestRunTC::test_can_list_directories_without_dunder_init PASSED
1990 tests/test_self.py::TestRunTC::test_confidence_levels PASSED
1991 tests/test_self.py::TestRunTC::test_disable_all PASSED
1992 tests/test_self.py::TestRunTC::test_disable_all_enable_invalid PASSED
1993 tests/test_self.py::TestRunTC::test_do_not_import_files_from_local_directory[args0] PASSED
1994 tests/test_self.py::TestRunTC::test_do_not_import_files_from_local_directory[args1] PASSED
1995 tests/test_self.py::TestRunTC::test_enable_all_works PASSED
1996 tests/test_self.py::TestRunTC::test_encoding[bad_missing_num.py-(bad-file-encoding)] PASSED
1997 tests/test_self.py::TestRunTC::test_encoding[bad_wrong_num.py-(syntax-error)] PASSED
1998 tests/test_self.py::TestRunTC::test_encoding[good.py-] PASSED
1999 tests/test_self.py::TestRunTC::test_error_missing_arguments PASSED
2000 tests/test_self.py::TestRunTC::test_error_mode_shows_no_score PASSED
2001 tests/test_self.py::TestRunTC::test_evaluation_score_shown_by_default PASSED
2002 tests/test_self.py::TestRunTC::test_exit_zero PASSED
2003 tests/test_self.py::TestRunTC::test_fail_on[-10-C-fail_under_plus7_5.py-16] PASSED
2004 tests/test_self.py::TestRunTC::test_fail_on[-10-C0115-fail_under_plus7_5.py-0] PASSED
2005 tests/test_self.py::TestRunTC::test_fail_on[-10-C0116-fail_under_plus7_5.py-16] PASSED
2006 tests/test_self.py::TestRunTC::test_fail_on[-10-broad-exception-caught-fail_under_minus10.py-0] PASSED
2007 tests/test_self.py::TestRunTC::test_fail_on[-10-broad-exception-caught-fail_under_plus7_5.py-0] PASSED
2008 tests/test_self.py::TestRunTC::test_fail_on[-10-fake1,C,fake2-fail_under_plus7_5.py-16] PASSED
2009 tests/test_self.py::TestRunTC::test_fail_on[-10-missing-function-docstring-fail_under_minus10.py-22] PASSED
2010 tests/test_self.py::TestRunTC::test_fail_on[-10-missing-function-docstring-fail_under_plus7_5.py-16] PASSED
2011 tests/test_self.py::TestRunTC::test_fail_on[-11-broad-exception-caught-fail_under_minus10.py-0] PASSED
2012 tests/test_self.py::TestRunTC::test_fail_on[-11-missing-function-docstring-fail_under_minus10.py-22] PASSED
2013 tests/test_self.py::TestRunTC::test_fail_on[-5-broad-exception-caught-fail_under_minus10.py-22] PASSED
2014 tests/test_self.py::TestRunTC::test_fail_on[-5-missing-function-docstring-fail_under_minus10.py-22] PASSED
2015 tests/test_self.py::TestRunTC::test_fail_on[-9-broad-exception-caught-fail_under_minus10.py-22] PASSED
2016 tests/test_self.py::TestRunTC::test_fail_on[-9-missing-function-docstring-fail_under_minus10.py-22] PASSED
2017 tests/test_self.py::TestRunTC::test_fail_on[6-broad-exception-caught-fail_under_plus7_5.py-0] PASSED
2018 tests/test_self.py::TestRunTC::test_fail_on[6-missing-function-docstring-fail_under_plus7_5.py-16] PASSED
2019 tests/test_self.py::TestRunTC::test_fail_on[7.5-broad-exception-caught-fail_under_plus7_5.py-0] PASSED
2020 tests/test_self.py::TestRunTC::test_fail_on[7.5-missing-function-docstring-fail_under_plus7_5.py-16] PASSED
2021 tests/test_self.py::TestRunTC::test_fail_on[7.6-broad-exception-caught-fail_under_plus7_5.py-16] PASSED
2022 tests/test_self.py::TestRunTC::test_fail_on[7.6-missing-function-docstring-fail_under_plus7_5.py-16] PASSED
2023 tests/test_self.py::TestRunTC::test_fail_on_edge_case[opts0-0] PASSED
2024 tests/test_self.py::TestRunTC::test_fail_on_edge_case[opts1-0] PASSED
2025 tests/test_self.py::TestRunTC::test_fail_on_edge_case[opts2-16] PASSED
2026 tests/test_self.py::TestRunTC::test_fail_on_edge_case[opts3-16] PASSED
2027 tests/test_self.py::TestRunTC::test_fail_on_edge_case[opts4-4] PASSED
2028 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args0-0] PASSED
2029 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args1-0] PASSED
2030 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args2-0] PASSED
2031 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args3-6] PASSED
2032 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args4-6] PASSED
2033 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args5-22] PASSED
2034 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args6-22] PASSED
2035 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args7-6] PASSED
2036 tests/test_self.py::TestRunTC::test_fail_on_exit_code[args8-22] PASSED
2037 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args0-0] PASSED
2038 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args1-0] PASSED
2039 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args2-0] PASSED
2040 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args3-0] PASSED
2041 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args4-0] PASSED
2042 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args5-0] PASSED
2043 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args6-0] PASSED
2044 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args7-1] PASSED
2045 tests/test_self.py::TestRunTC::test_fail_on_info_only_exit_code[args8-1] PASSED
2046 tests/test_self.py::TestRunTC::test_fail_under PASSED
2047 tests/test_self.py::TestRunTC::test_getdefaultencoding_crashes_with_lc_ctype_utf8 PASSED
2048 tests/test_self.py::TestRunTC::test_ignore_path_recursive[.*failing.*] PASSED
2049 tests/test_self.py::TestRunTC::test_ignore_path_recursive[.*ignored.*] PASSED
2050 tests/test_self.py::TestRunTC::test_ignore_path_recursive_current_dir PASSED
2051 tests/test_self.py::TestRunTC::test_ignore_pattern_from_stdin PASSED
2052 tests/test_self.py::TestRunTC::test_ignore_pattern_recursive[failing.*] PASSED
2053 tests/test_self.py::TestRunTC::test_ignore_pattern_recursive[ignored_.*] PASSED
2054 tests/test_self.py::TestRunTC::test_ignore_pattern_recursive_rel_path[^\\..*] PASSED
2055 tests/test_self.py::TestRunTC::test_ignore_pattern_recursive_rel_path[^\\..+] PASSED
2056 tests/test_self.py::TestRunTC::test_ignore_pattern_recursive_rel_path[^\\.] PASSED
2057 tests/test_self.py::TestRunTC::test_ignore_recursive[failing.py] PASSED
2058 tests/test_self.py::TestRunTC::test_ignore_recursive[ignored_subdirectory] PASSED
2059 tests/test_self.py::TestRunTC::test_import_itself_not_accounted_for_relative_imports PASSED
2060 tests/test_self.py::TestRunTC::test_import_plugin_from_local_directory_if_pythonpath_cwd PASSED
2061 tests/test_self.py::TestRunTC::test_information_category_disabled_by_default PASSED
2062 tests/test_self.py::TestRunTC::test_jobs_score PASSED
2063 tests/test_self.py::TestRunTC::test_json_report_does_not_escape_quotes PASSED
2064 tests/test_self.py::TestRunTC::test_json_report_when_file_has_syntax_error PASSED
2065 tests/test_self.py::TestRunTC::test_json_report_when_file_is_missing PASSED
2066 tests/test_self.py::TestRunTC::test_line_too_long_useless_suppression PASSED
2067 tests/test_self.py::TestRunTC::test_load_text_repoter_if_not_provided PASSED
2068 tests/test_self.py::TestRunTC::test_max_inferred_for_complicated_class_hierarchy PASSED
2069 tests/test_self.py::TestRunTC::test_modify_sys_path PASSED
2070 tests/test_self.py::TestRunTC::test_no_crash_with_formatting_regex_defaults PASSED
2071 tests/test_self.py::TestRunTC::test_no_ext_file PASSED
2072 tests/test_self.py::TestRunTC::test_no_name_in_module PASSED
2073 tests/test_self.py::TestRunTC::test_no_out_encoding PASSED
2074 tests/test_self.py::TestRunTC::test_nonexistent_config_file PASSED
2075 tests/test_self.py::TestRunTC::test_one_module_fatal_error PASSED
2076 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_custom_reporter PASSED
2077 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_output_format_option[colorized-{path}:4:4: W0612: \x1b[35mUnused variable 'variable'\x1b[0m (\x1b[35munused-variable\x1b[0m)] PASSED
2078 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_output_format_option[json-"message": "Unused variable 'variable'",] PASSED
2079 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_output_format_option[json2-"message": "Unused variable 'variable'",] PASSED
2080 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_output_format_option[msvs-{path}(4): [W0612(unused-variable)test] Unused variable 'variable'] PASSED
2081 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_output_format_option[parseable-{path}:4: [W0612(unused-variable), test] Unused variable 'variable'] PASSED
2082 tests/test_self.py::TestRunTC::test_output_file_can_be_combined_with_output_format_option[text-{path}:4:4: W0612: Unused variable 'variable' (unused-variable)] PASSED
2083 tests/test_self.py::TestRunTC::test_output_file_invalid_path_exits_with_code_32 PASSED
2084 tests/test_self.py::TestRunTC::test_output_file_specified_in_rcfile PASSED
2085 tests/test_self.py::TestRunTC::test_output_file_valid_path PASSED
2086 tests/test_self.py::TestRunTC::test_output_no_header PASSED
2087 tests/test_self.py::TestRunTC::test_output_with_verbose PASSED
2088 tests/test_self.py::TestRunTC::test_parallel_execution PASSED
2089 tests/test_self.py::TestRunTC::test_parallel_execution_missing_arguments PASSED
2090 tests/test_self.py::TestRunTC::test_parseable_file_path PASSED
2091 tests/test_self.py::TestRunTC::test_pkginfo PASSED
2092 tests/test_self.py::TestRunTC::test_plugin_that_imports_from_open PASSED
2093 tests/test_self.py::TestRunTC::test_pylintrc_comments_in_values PASSED
2094 tests/test_self.py::TestRunTC::test_pylintrc_plugin_duplicate_options PASSED
2095 tests/test_self.py::TestRunTC::test_recursive PASSED
2096 tests/test_self.py::TestRunTC::test_recursive_current_dir PASSED
2097 tests/test_self.py::TestRunTC::test_recursive_globbing PASSED
2098 tests/test_self.py::TestRunTC::test_regex_paths_csv_validator PASSED
2099 tests/test_self.py::TestRunTC::test_regression_parallel_mode_without_filepath PASSED
2100 tests/test_self.py::TestRunTC::test_reject_empty_indent_strings PASSED
2101 tests/test_self.py::TestRunTC::test_relative_imports[False] PASSED
2102 tests/test_self.py::TestRunTC::test_relative_imports[True] PASSED
2103 tests/test_self.py::TestRunTC::test_stdin[$(@D)/tests/mymodule.py-mymodule-$(@D)/tests/mymodule.py] PASSED
2104 tests/test_self.py::TestRunTC::test_stdin[mymodule.py-mymodule-mymodule.py] PASSED
2105 tests/test_self.py::TestRunTC::test_stdin_missing_modulename PASSED
2106 tests/test_self.py::TestRunTC::test_stdin_syntax_error PASSED
2107 tests/test_self.py::TestRunTC::test_syntax_error_invalid_encoding PASSED
2108 tests/test_self.py::TestRunTC::test_type_annotation_names PASSED
2109 tests/test_self.py::TestRunTC::test_version PASSED
2110 tests/test_self.py::TestRunTC::test_w0704_ignored PASSED
2111 tests/test_self.py::TestRunTC::test_warnings_by_module PASSED
2112 tests/test_self.py::TestRunTC::test_wrong_import_position_when_others_disabled PASSED
2113 tests/test_similar.py::TestSymilarCodeChecker::test_conditional_imports PASSED
2114 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_parallel PASSED
2115 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_all PASSED
2116 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_file PASSED
2117 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_file_double PASSED
2118 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_line_disable_all PASSED
2119 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_line_end PASSED
2120 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_line_middle PASSED
2121 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_line_two PASSED
2122 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_scope PASSED
2123 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_scope_double PASSED
2124 tests/test_similar.py::TestSymilarCodeChecker::test_duplicate_code_raw_strings_disable_scope_function PASSED
2125 tests/test_similar.py::TestSymilarCodeChecker::test_ignore_imports PASSED
2126 tests/test_similar.py::TestSymilarCodeChecker::test_useless_suppression PASSED
2127 tests/testutils/_primer/test_package_to_lint.py::test_package_to_lint PASSED
2128 tests/testutils/_primer/test_package_to_lint.py::test_package_to_lint_default_value PASSED
2129 tests/testutils/_primer/test_primer.py::TestPrimer::test_compare[both_empty] SKIPPED
2130 tests/testutils/_primer/test_primer.py::TestPrimer::test_compare[message_changed] SKIPPED
2131 tests/testutils/_primer/test_primer.py::TestPrimer::test_compare[no_change] SKIPPED
2132 tests/testutils/_primer/test_primer.py::TestPrimer::test_compare_batched SKIPPED
2133 tests/testutils/_primer/test_primer.py::TestPrimer::test_truncated_compare SKIPPED
2134 tests/testutils/_primer/test_primer.py::test_primer_launch_bad_args[args0] PASSED
2135 tests/testutils/_primer/test_primer.py::test_primer_launch_bad_args[args1] PASSED
2136 tests/testutils/test_configuration_test.py::test_get_expected_output PASSED
2137 tests/testutils/test_functional_testutils.py::test_get_functional_test_files_from_crowded_directory PASSED
2138 tests/testutils/test_functional_testutils.py::test_get_functional_test_files_from_directory PASSED
2139 tests/testutils/test_functional_testutils.py::test_minimal_messages_config_enabled PASSED
2140 tests/testutils/test_functional_testutils.py::test_minimal_messages_config_excluded_file PASSED
2141 tests/testutils/test_functional_testutils.py::test_parsing_of_pylintrc_init_hook PASSED
2142 tests/testutils/test_lint_module_output_update.py::test_lint_module_output_update_effective PASSED
2143 tests/testutils/test_lint_module_output_update.py::test_lint_module_output_update_fail_before PASSED
2144 tests/testutils/test_lint_module_output_update.py::test_lint_module_output_update_remove_useless_txt PASSED
2145 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/broken_output_ok_test] PASSED
2146 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/broken_output_wrong_test] PASSED
2147 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/no_output_ok_test] PASSED
2148 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/no_output_wrong_test] PASSED
2149 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/ok_output_ok_test] PASSED
2150 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/ok_output_wrong_test] PASSED
2151 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/wrong_output_ok_test] PASSED
2152 tests/testutils/test_lint_module_output_update.py::test_update_of_functional_output[$(@D)/tests/testutils/data/functional/wrong_output_wrong_test] PASSED
2153 tests/testutils/test_output_line.py::test_output_line PASSED
2154 tests/testutils/test_output_line.py::test_output_line_from_csv PASSED
2155 tests/testutils/test_output_line.py::test_output_line_from_message PASSED
2156 tests/testutils/test_output_line.py::test_output_line_to_csv[confidence0] PASSED
2157 tests/testutils/test_output_line.py::test_output_line_to_csv[confidence1] PASSED
2158 tests/testutils/test_pyreverse_testutils.py::test_file_with_options PASSED
2159 tests/testutils/test_pyreverse_testutils.py::test_file_without_options PASSED
2160 tests/testutils/test_pyreverse_testutils.py::test_files_with_leading_underscore_are_ignored PASSED
2161 tests/testutils/test_testutils_utils.py::test__test_cwd PASSED
2162 tests/testutils/test_testutils_utils.py::test__test_cwd_no_arg PASSED
2163 tests/testutils/test_testutils_utils.py::test__test_environ_pythonpath[./oldpath/:] PASSED
2164 tests/testutils/test_testutils_utils.py::test__test_environ_pythonpath[None] PASSED
2165 tests/testutils/test_testutils_utils.py::test__test_environ_pythonpath_no_arg[./oldpath/:] PASSED
2166 tests/testutils/test_testutils_utils.py::test__test_environ_pythonpath_no_arg[None] PASSED
2167 tests/testutils/test_testutils_utils.py::test__test_sys_path PASSED
2168 tests/testutils/test_testutils_utils.py::test__test_sys_path_no_arg PASSED
2169 tests/utils/unittest_ast_walker.py::TestASTWalker::test_deprecated_methods PASSED
2170 tests/utils/unittest_ast_walker.py::TestASTWalker::test_only_required_for_messages PASSED
2171 tests/utils/unittest_utils.py::test_decoding_stream_known_encoding PASSED
2172 tests/utils/unittest_utils.py::test_decoding_stream_unknown_encoding PASSED
2174 ======== 1863 passed, 294 skipped, 5 xfailed ========
2175   py$(PYV): OK
2176   congratulations :)