python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pytest / test / results-all.master
blobd5ea5d3b709e771e56a1488ce734b5c56e8bba18
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
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 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('$(@D)/.hypothesis/examples'))
7 rootdir: $(@D)
8 configfile: pyproject.toml
9 testpaths: testing
10 collecting ... collected 3745 items
12 testing/_py/test_local.py::TestLocalPath::test_constructor_equality PASSED
13 testing/_py/test_local.py::TestLocalPath::test_eq_nonstring PASSED
14 testing/_py/test_local.py::TestLocalPath::test_new_identical PASSED
15 testing/_py/test_local.py::TestLocalPath::test_join PASSED
16 testing/_py/test_local.py::TestLocalPath::test_join_normalized PASSED
17 testing/_py/test_local.py::TestLocalPath::test_join_noargs PASSED
18 testing/_py/test_local.py::TestLocalPath::test_add_something PASSED
19 testing/_py/test_local.py::TestLocalPath::test_parts PASSED
20 testing/_py/test_local.py::TestLocalPath::test_common PASSED
21 testing/_py/test_local.py::TestLocalPath::test_basename_checks PASSED
22 testing/_py/test_local.py::TestLocalPath::test_basename PASSED
23 testing/_py/test_local.py::TestLocalPath::test_dirname PASSED
24 testing/_py/test_local.py::TestLocalPath::test_dirpath PASSED
25 testing/_py/test_local.py::TestLocalPath::test_dirpath_with_args PASSED
26 testing/_py/test_local.py::TestLocalPath::test_newbasename PASSED
27 testing/_py/test_local.py::TestLocalPath::test_not_exists PASSED
28 testing/_py/test_local.py::TestLocalPath::test_exists PASSED
29 testing/_py/test_local.py::TestLocalPath::test_dir PASSED
30 testing/_py/test_local.py::TestLocalPath::test_fnmatch_file PASSED
31 testing/_py/test_local.py::TestLocalPath::test_relto PASSED
32 testing/_py/test_local.py::TestLocalPath::test_bestrelpath PASSED
33 testing/_py/test_local.py::TestLocalPath::test_relto_not_relative PASSED
34 testing/_py/test_local.py::TestLocalPath::test_listdir PASSED
35 testing/_py/test_local.py::TestLocalPath::test_listdir_fnmatchstring PASSED
36 testing/_py/test_local.py::TestLocalPath::test_listdir_filter PASSED
37 testing/_py/test_local.py::TestLocalPath::test_listdir_sorted PASSED
38 testing/_py/test_local.py::TestLocalPath::test_visit_nofilter PASSED
39 testing/_py/test_local.py::TestLocalPath::test_visit_norecurse PASSED
40 testing/_py/test_local.py::TestLocalPath::test_visit_filterfunc_is_string[*dir0] PASSED
41 testing/_py/test_local.py::TestLocalPath::test_visit_filterfunc_is_string[*dir1] PASSED
42 testing/_py/test_local.py::TestLocalPath::test_visit_filterfunc_is_string[fil2] PASSED
43 testing/_py/test_local.py::TestLocalPath::test_visit_ignore PASSED
44 testing/_py/test_local.py::TestLocalPath::test_visit_endswith PASSED
45 testing/_py/test_local.py::TestLocalPath::test_cmp PASSED
46 testing/_py/test_local.py::TestLocalPath::test_simple_read PASSED
47 testing/_py/test_local.py::TestLocalPath::test_join_div_operator PASSED
48 testing/_py/test_local.py::TestLocalPath::test_ext PASSED
49 testing/_py/test_local.py::TestLocalPath::test_purebasename PASSED
50 testing/_py/test_local.py::TestLocalPath::test_multiple_parts PASSED
51 testing/_py/test_local.py::TestLocalPath::test_dotted_name_ext PASSED
52 testing/_py/test_local.py::TestLocalPath::test_newext PASSED
53 testing/_py/test_local.py::TestLocalPath::test_readlines PASSED
54 testing/_py/test_local.py::TestLocalPath::test_readlines_nocr PASSED
55 testing/_py/test_local.py::TestLocalPath::test_file PASSED
56 testing/_py/test_local.py::TestLocalPath::test_not_file PASSED
57 testing/_py/test_local.py::TestLocalPath::test_non_existent PASSED
58 testing/_py/test_local.py::TestLocalPath::test_size PASSED
59 testing/_py/test_local.py::TestLocalPath::test_mtime PASSED
60 testing/_py/test_local.py::TestLocalPath::test_relto_wrong_type PASSED
61 testing/_py/test_local.py::TestLocalPath::test_load PASSED
62 testing/_py/test_local.py::TestLocalPath::test_visit_filesonly PASSED
63 testing/_py/test_local.py::TestLocalPath::test_visit_nodotfiles PASSED
64 testing/_py/test_local.py::TestLocalPath::test_visit_breadthfirst PASSED
65 testing/_py/test_local.py::TestLocalPath::test_visit_sort PASSED
66 testing/_py/test_local.py::TestLocalPath::test_endswith PASSED
67 testing/_py/test_local.py::TestLocalPath::test_copy_file PASSED
68 testing/_py/test_local.py::TestLocalPath::test_copy_dir PASSED
69 testing/_py/test_local.py::TestLocalPath::test_remove_file PASSED
70 testing/_py/test_local.py::TestLocalPath::test_remove_dir_recursive_by_default PASSED
71 testing/_py/test_local.py::TestLocalPath::test_ensure_dir PASSED
72 testing/_py/test_local.py::TestLocalPath::test_mkdir_and_remove PASSED
73 testing/_py/test_local.py::TestLocalPath::test_move_file PASSED
74 testing/_py/test_local.py::TestLocalPath::test_move_dir PASSED
75 testing/_py/test_local.py::TestLocalPath::test_fspath_protocol_match_strpath PASSED
76 testing/_py/test_local.py::TestLocalPath::test_fspath_func_match_strpath PASSED
77 testing/_py/test_local.py::TestLocalPath::test_fspath_open SKIPPED (...)
78 testing/_py/test_local.py::TestLocalPath::test_fspath_fsencode SKIPPED
79 testing/_py/test_local.py::TestLocalPath::test_join_normpath PASSED
80 testing/_py/test_local.py::TestLocalPath::test_dirpath_abs_no_abs PASSED
81 testing/_py/test_local.py::TestLocalPath::test_gethash PASSED
82 testing/_py/test_local.py::TestLocalPath::test_remove_removes_readonly_file PASSED
83 testing/_py/test_local.py::TestLocalPath::test_remove_removes_readonly_dir PASSED
84 testing/_py/test_local.py::TestLocalPath::test_remove_removes_dir_and_readonly_file PASSED
85 testing/_py/test_local.py::TestLocalPath::test_remove_routes_ignore_errors PASSED
86 testing/_py/test_local.py::TestLocalPath::test_initialize_curdir PASSED
87 testing/_py/test_local.py::TestLocalPath::test_chdir_gone SKIPPED (a...)
88 testing/_py/test_local.py::TestLocalPath::test_chdir_gone_in_as_cwd SKIPPED
89 testing/_py/test_local.py::TestLocalPath::test_as_cwd PASSED
90 testing/_py/test_local.py::TestLocalPath::test_as_cwd_exception PASSED
91 testing/_py/test_local.py::TestLocalPath::test_initialize_reldir PASSED
92 testing/_py/test_local.py::TestLocalPath::test_tilde_expansion PASSED
93 testing/_py/test_local.py::TestLocalPath::test_eq_hash_are_case_insensitive_on_windows SKIPPED
94 testing/_py/test_local.py::TestLocalPath::test_eq_with_strings PASSED
95 testing/_py/test_local.py::TestLocalPath::test_eq_with_none PASSED
96 testing/_py/test_local.py::TestLocalPath::test_eq_non_ascii_unicode PASSED
97 testing/_py/test_local.py::TestLocalPath::test_gt_with_strings PASSED
98 testing/_py/test_local.py::TestLocalPath::test_open_and_ensure PASSED
99 testing/_py/test_local.py::TestLocalPath::test_write_and_ensure PASSED
100 testing/_py/test_local.py::TestLocalPath::test_dump[False] PASSED
101 testing/_py/test_local.py::TestLocalPath::test_dump[True] PASSED
102 testing/_py/test_local.py::TestLocalPath::test_setmtime PASSED
103 testing/_py/test_local.py::TestLocalPath::test_normpath PASSED
104 testing/_py/test_local.py::TestLocalPath::test_mkdtemp_creation PASSED
105 testing/_py/test_local.py::TestLocalPath::test_tmproot PASSED
106 testing/_py/test_local.py::TestLocalPath::test_chdir PASSED
107 testing/_py/test_local.py::TestLocalPath::test_ensure_filepath_withdir PASSED
108 testing/_py/test_local.py::TestLocalPath::test_ensure_filepath_withoutdir PASSED
109 testing/_py/test_local.py::TestLocalPath::test_ensure_dirpath PASSED
110 testing/_py/test_local.py::TestLocalPath::test_ensure_non_ascii_unicode PASSED
111 testing/_py/test_local.py::TestLocalPath::test_long_filenames XFAIL
112 testing/_py/test_local.py::TestLocalPath::test_visit_depth_first PASSED
113 testing/_py/test_local.py::TestLocalPath::test_visit_rec_fnmatch PASSED
114 testing/_py/test_local.py::TestLocalPath::test_fnmatch_file_abspath PASSED
115 testing/_py/test_local.py::TestLocalPath::test_sysfind PASSED
116 testing/_py/test_local.py::TestLocalPath::test_fspath_protocol_other_class PASSED
117 testing/_py/test_local.py::TestLocalPath::test_make_numbered_dir_multiprocess_safe XPASS
118 testing/_py/test_local.py::TestExecutionOnWindows::test_sysfind_bat_exe_before SKIPPED
119 testing/_py/test_local.py::TestExecution::test_sysfind_no_permission_ignored PASSED
120 testing/_py/test_local.py::TestExecution::test_sysfind_absolute PASSED
121 testing/_py/test_local.py::TestExecution::test_sysfind_multiple PASSED
122 testing/_py/test_local.py::TestExecution::test_sysexec PASSED
123 testing/_py/test_local.py::TestExecution::test_sysexec_failing PASSED
124 testing/_py/test_local.py::TestExecution::test_make_numbered_dir PASSED
125 testing/_py/test_local.py::TestExecution::test_make_numbered_dir_case PASSED
126 testing/_py/test_local.py::TestExecution::test_make_numbered_dir_NotImplemented_Error PASSED
127 testing/_py/test_local.py::TestExecution::test_locked_make_numbered_dir PASSED
128 testing/_py/test_local.py::TestExecution::test_error_preservation PASSED
129 testing/_py/test_local.py::TestImport::test_pyimport PASSED
130 testing/_py/test_local.py::TestImport::test_pyimport_renamed_dir_creates_mismatch PASSED
131 testing/_py/test_local.py::TestImport::test_pyimport_messy_name PASSED
132 testing/_py/test_local.py::TestImport::test_pyimport_dir PASSED
133 testing/_py/test_local.py::TestImport::test_pyimport_execfile_different_name PASSED
134 testing/_py/test_local.py::TestImport::test_pyimport_a PASSED
135 testing/_py/test_local.py::TestImport::test_pyimport_b PASSED
136 testing/_py/test_local.py::TestImport::test_pyimport_c PASSED
137 testing/_py/test_local.py::TestImport::test_pyimport_d PASSED
138 testing/_py/test_local.py::TestImport::test_pyimport_and_import PASSED
139 testing/_py/test_local.py::TestImport::test_pyimport_check_filepath_consistency PASSED
140 testing/_py/test_local.py::TestImport::test_issue131_pyimport_on__init__ PASSED
141 testing/_py/test_local.py::TestImport::test_ensuresyspath_append PASSED
142 testing/_py/test_local.py::TestImportlibImport::test_pyimport PASSED
143 testing/_py/test_local.py::TestImportlibImport::test_pyimport_dir_fails PASSED
144 testing/_py/test_local.py::TestImportlibImport::test_pyimport_execfile_different_name PASSED
145 testing/_py/test_local.py::TestImportlibImport::test_pyimport_relative_import_fails PASSED
146 testing/_py/test_local.py::TestImportlibImport::test_pyimport_doesnt_use_sys_modules PASSED
147 testing/_py/test_local.py::test_pypkgdir PASSED
148 testing/_py/test_local.py::test_pypkgdir_unimportable PASSED
149 testing/_py/test_local.py::test_isimportable PASSED
150 testing/_py/test_local.py::test_homedir_from_HOME PASSED
151 testing/_py/test_local.py::test_homedir_not_exists PASSED
152 testing/_py/test_local.py::test_samefile PASSED
153 testing/_py/test_local.py::test_samefile_symlink PASSED
154 testing/_py/test_local.py::test_listdir_single_arg PASSED
155 testing/_py/test_local.py::test_mkdtemp_rootdir PASSED
156 testing/_py/test_local.py::TestWINLocalPath::test_owner_group_not_implemented SKIPPED
157 testing/_py/test_local.py::TestWINLocalPath::test_chmod_simple_int SKIPPED
158 testing/_py/test_local.py::TestWINLocalPath::test_path_comparison_lowercase_mixed SKIPPED
159 testing/_py/test_local.py::TestWINLocalPath::test_relto_with_mixed_case SKIPPED
160 testing/_py/test_local.py::TestWINLocalPath::test_allow_unix_style_paths SKIPPED
161 testing/_py/test_local.py::TestWINLocalPath::test_sysfind_in_currentdir SKIPPED
162 testing/_py/test_local.py::TestWINLocalPath::test_fnmatch_file_abspath_posix_pattern_on_win32 SKIPPED
163 testing/_py/test_local.py::TestPOSIXLocalPath::test_hardlink PASSED
164 testing/_py/test_local.py::TestPOSIXLocalPath::test_symlink_are_identical PASSED
165 testing/_py/test_local.py::TestPOSIXLocalPath::test_symlink_isfile PASSED
166 testing/_py/test_local.py::TestPOSIXLocalPath::test_symlink_relative PASSED
167 testing/_py/test_local.py::TestPOSIXLocalPath::test_symlink_not_existing PASSED
168 testing/_py/test_local.py::TestPOSIXLocalPath::test_relto_with_root PASSED
169 testing/_py/test_local.py::TestPOSIXLocalPath::test_visit_recursive_symlink PASSED
170 testing/_py/test_local.py::TestPOSIXLocalPath::test_symlink_isdir PASSED
171 testing/_py/test_local.py::TestPOSIXLocalPath::test_symlink_remove PASSED
172 testing/_py/test_local.py::TestPOSIXLocalPath::test_realpath_file PASSED
173 testing/_py/test_local.py::TestPOSIXLocalPath::test_owner PASSED
174 testing/_py/test_local.py::TestPOSIXLocalPath::test_stat_helpers PASSED
175 testing/_py/test_local.py::TestPOSIXLocalPath::test_stat_non_raising PASSED
176 testing/_py/test_local.py::TestPOSIXLocalPath::test_atime PASSED
177 testing/_py/test_local.py::TestPOSIXLocalPath::test_commondir PASSED
178 testing/_py/test_local.py::TestPOSIXLocalPath::test_commondir_nocommon PASSED
179 testing/_py/test_local.py::TestPOSIXLocalPath::test_join_to_root PASSED
180 testing/_py/test_local.py::TestPOSIXLocalPath::test_join_root_to_root_with_no_abs PASSED
181 testing/_py/test_local.py::TestPOSIXLocalPath::test_chmod_simple_int PASSED
182 testing/_py/test_local.py::TestPOSIXLocalPath::test_chmod_rec_int PASSED
183 testing/_py/test_local.py::TestPOSIXLocalPath::test_copy_archiving PASSED
184 testing/_py/test_local.py::TestPOSIXLocalPath::test_copy_stat_file PASSED
185 testing/_py/test_local.py::TestPOSIXLocalPath::test_copy_stat_dir PASSED
186 testing/_py/test_local.py::TestPOSIXLocalPath::test_chown_identity PASSED
187 testing/_py/test_local.py::TestPOSIXLocalPath::test_chown_dangling_link PASSED
188 testing/_py/test_local.py::TestPOSIXLocalPath::test_chown_identity_rec_mayfail PASSED
189 testing/_py/test_local.py::TestUnicode::test_join_ensure SKIPPED (ca...)
190 testing/_py/test_local.py::TestUnicode::test_listdir SKIPPED (cannot...)
191 testing/_py/test_local.py::TestUnicode::test_read_write XFAIL (chang...)
192 testing/_py/test_local.py::TestBinaryAndTextMethods::test_read_binwrite PASSED
193 testing/_py/test_local.py::TestBinaryAndTextMethods::test_read_textwrite PASSED
194 testing/_py/test_local.py::TestBinaryAndTextMethods::test_default_encoding PASSED
195 testing/acceptance_test.py::TestGeneralUsage::test_docstring_on_hookspec PASSED
196 testing/acceptance_test.py::TestInvocationVariants::test_invoke_with_invalid_type PASSED
197 testing/acceptance_test.py::TestInvocationVariants::test_invoke_plugin_api PASSED
198 testing/acceptance_test.py::TestInvocationVariants::test_core_backward_compatibility PASSED
199 testing/acceptance_test.py::TestInvocationVariants::test_has_plugin PASSED
200 testing/code/test_code.py::test_ne PASSED
201 testing/code/test_code.py::test_code_gives_back_name_for_not_existing_file PASSED
202 testing/code/test_code.py::test_code_from_function_with_class PASSED
203 testing/code/test_code.py::test_code_fullsource PASSED
204 testing/code/test_code.py::test_code_source PASSED
205 testing/code/test_code.py::test_frame_getsourcelineno_myself PASSED
206 testing/code/test_code.py::test_getstatement_empty_fullsource PASSED
207 testing/code/test_code.py::test_code_from_func PASSED
208 testing/code/test_code.py::test_unicode_handling PASSED
209 testing/code/test_code.py::test_code_getargs PASSED
210 testing/code/test_code.py::test_frame_getargs PASSED
211 testing/code/test_code.py::TestExceptionInfo::test_bad_getsource PASSED
212 testing/code/test_code.py::TestExceptionInfo::test_from_current_with_missing PASSED
213 testing/code/test_code.py::TestTracebackEntry::test_getsource PASSED
214 testing/code/test_code.py::TestTracebackEntry::test_tb_entry_str PASSED
215 testing/code/test_code.py::TestReprFuncArgs::test_not_raise_exception_with_mixed_encoding PASSED
216 testing/code/test_code.py::test_ExceptionChainRepr PASSED
217 testing/code/test_excinfo.py::test_excinfo_simple PASSED
218 testing/code/test_excinfo.py::test_excinfo_from_exc_info_simple PASSED
219 testing/code/test_excinfo.py::test_excinfo_from_exception_simple PASSED
220 testing/code/test_excinfo.py::test_excinfo_from_exception_missing_traceback_assertion PASSED
221 testing/code/test_excinfo.py::test_excinfo_getstatement PASSED
222 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_entries PASSED
223 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_entry_getsource PASSED
224 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_entry_getsource_in_construct PASSED
225 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_cut PASSED
226 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_filter PASSED
227 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_filter_selective[<lambda>-True] PASSED
228 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_filter_selective[<lambda>-False] PASSED
229 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_filter_selective[tracebackhide2-True] PASSED
230 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_filter_selective[tracebackhide3-False] PASSED
231 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_recursion_index PASSED
232 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_only_specific_recursion_errors PASSED
233 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_no_recursion_index PASSED
234 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_messy_recursion PASSED
235 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_getreprcrash PASSED
236 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_getreprcrash_empty PASSED
237 testing/code/test_excinfo.py::test_excinfo_exconly PASSED
238 testing/code/test_excinfo.py::test_excinfo_repr_str PASSED
239 testing/code/test_excinfo.py::test_excinfo_for_later PASSED
240 testing/code/test_excinfo.py::test_excinfo_errisinstance PASSED
241 testing/code/test_excinfo.py::test_excinfo_no_sourcecode PASSED
242 testing/code/test_excinfo.py::test_excinfo_no_python_sourcecode PASSED
243 testing/code/test_excinfo.py::test_entrysource_Queue_example PASSED
244 testing/code/test_excinfo.py::test_codepath_Queue_example PASSED
245 testing/code/test_excinfo.py::test_match_succeeds PASSED
246 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_type PASSED
247 testing/code/test_excinfo.py::TestGroupContains::test_doesnt_contain_exception_type PASSED
248 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_match PASSED
249 testing/code/test_excinfo.py::TestGroupContains::test_doesnt_contain_exception_match PASSED
250 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_type_unlimited_depth PASSED
251 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_type_at_depth_1 PASSED
252 testing/code/test_excinfo.py::TestGroupContains::test_doesnt_contain_exception_type_past_depth PASSED
253 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_type_specific_depth PASSED
254 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_match_unlimited_depth PASSED
255 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_match_at_depth_1 PASSED
256 testing/code/test_excinfo.py::TestGroupContains::test_doesnt_contain_exception_match_past_depth PASSED
257 testing/code/test_excinfo.py::TestGroupContains::test_contains_exception_match_specific_depth PASSED
258 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_source PASSED
259 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_source_out_of_bounds PASSED
260 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_source_excinfo PASSED
261 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_source_not_existing PASSED
262 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_many_line_source_not_existing PASSED
263 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_source_failing_fullsource PASSED
264 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_local PASSED
265 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_local_with_error PASSED
266 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_local_with_exception_in_class_property PASSED
267 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_local_truncated PASSED
268 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_args_not_truncated PASSED
269 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_tracebackentry_lines PASSED
270 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_tracebackentry_lines2 PASSED
271 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_tracebackentry_lines_var_kw_args PASSED
272 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_tracebackentry_short PASSED
273 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_tracebackentry_no PASSED
274 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_traceback_tbfilter PASSED
275 testing/code/test_excinfo.py::TestFormattedExcinfo::test_traceback_short_no_source PASSED
276 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_traceback_and_excinfo PASSED
277 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_traceback_with_invalid_cwd PASSED
278 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_excinfo_addouterr PASSED
279 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_excinfo_reprcrash PASSED
280 testing/code/test_excinfo.py::TestFormattedExcinfo::test_repr_traceback_recursion PASSED
281 testing/code/test_excinfo.py::TestFormattedExcinfo::test_reprexcinfo_getrepr PASSED
282 testing/code/test_excinfo.py::TestFormattedExcinfo::test_reprexcinfo_unicode PASSED
283 testing/code/test_excinfo.py::TestFormattedExcinfo::test_toterminal_long PASSED
284 testing/code/test_excinfo.py::TestFormattedExcinfo::test_toterminal_long_missing_source PASSED
285 testing/code/test_excinfo.py::TestFormattedExcinfo::test_toterminal_long_incomplete_source PASSED
286 testing/code/test_excinfo.py::TestFormattedExcinfo::test_toterminal_long_filenames PASSED
287 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=True,funcargs=True,tbfilter=True] PASSED
288 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=True,funcargs=False,tbfilter=True] PASSED
289 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=True,funcargs=True,tbfilter=False] PASSED
290 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=True,funcargs=False,tbfilter=False] PASSED
291 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=False,funcargs=True,tbfilter=True] PASSED
292 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=False,funcargs=False,tbfilter=True] PASSED
293 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=False,funcargs=True,tbfilter=False] PASSED
294 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=long,showlocals=False,funcargs=False,tbfilter=False] PASSED
295 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=True,funcargs=True,tbfilter=True] PASSED
296 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=True,funcargs=False,tbfilter=True] PASSED
297 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=True,funcargs=True,tbfilter=False] PASSED
298 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=True,funcargs=False,tbfilter=False] PASSED
299 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=False,funcargs=True,tbfilter=True] PASSED
300 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=False,funcargs=False,tbfilter=True] PASSED
301 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=False,funcargs=True,tbfilter=False] PASSED
302 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=short,showlocals=False,funcargs=False,tbfilter=False] PASSED
303 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=True,funcargs=True,tbfilter=True] PASSED
304 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=True,funcargs=False,tbfilter=True] PASSED
305 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=True,funcargs=True,tbfilter=False] PASSED
306 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=True,funcargs=False,tbfilter=False] PASSED
307 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=False,funcargs=True,tbfilter=True] PASSED
308 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=False,funcargs=False,tbfilter=True] PASSED
309 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=False,funcargs=True,tbfilter=False] PASSED
310 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=line,showlocals=False,funcargs=False,tbfilter=False] PASSED
311 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=True,funcargs=True,tbfilter=True] PASSED
312 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=True,funcargs=False,tbfilter=True] PASSED
313 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=True,funcargs=True,tbfilter=False] PASSED
314 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=True,funcargs=False,tbfilter=False] PASSED
315 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=False,funcargs=True,tbfilter=True] PASSED
316 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=False,funcargs=False,tbfilter=True] PASSED
317 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=False,funcargs=True,tbfilter=False] PASSED
318 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=no,showlocals=False,funcargs=False,tbfilter=False] PASSED
319 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=True,funcargs=True,tbfilter=True] PASSED
320 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=True,funcargs=False,tbfilter=True] PASSED
321 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=True,funcargs=True,tbfilter=False] PASSED
322 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=True,funcargs=False,tbfilter=False] PASSED
323 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=False,funcargs=True,tbfilter=True] PASSED
324 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=False,funcargs=False,tbfilter=True] PASSED
325 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=False,funcargs=True,tbfilter=False] PASSED
326 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=native,showlocals=False,funcargs=False,tbfilter=False] PASSED
327 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=True,funcargs=True,tbfilter=True] PASSED
328 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=True,funcargs=False,tbfilter=True] PASSED
329 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=True,funcargs=True,tbfilter=False] PASSED
330 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=True,funcargs=False,tbfilter=False] PASSED
331 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=False,funcargs=True,tbfilter=True] PASSED
332 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=False,funcargs=False,tbfilter=True] PASSED
333 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=False,funcargs=True,tbfilter=False] PASSED
334 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=value,showlocals=False,funcargs=False,tbfilter=False] PASSED
335 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=True,funcargs=True,tbfilter=True] PASSED
336 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=True,funcargs=False,tbfilter=True] PASSED
337 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=True,funcargs=True,tbfilter=False] PASSED
338 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=True,funcargs=False,tbfilter=False] PASSED
339 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=False,funcargs=True,tbfilter=True] PASSED
340 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=False,funcargs=False,tbfilter=True] PASSED
341 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=False,funcargs=True,tbfilter=False] PASSED
342 testing/code/test_excinfo.py::TestFormattedExcinfo::test_format_excinfo[style=auto,showlocals=False,funcargs=False,tbfilter=False] PASSED
343 testing/code/test_excinfo.py::TestFormattedExcinfo::test_traceback_repr_style PASSED
344 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exc_chain_repr PASSED
345 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exc_repr_chain_suppression[from_none] PASSED
346 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exc_repr_chain_suppression[explicit_suppress] PASSED
347 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exc_chain_repr_without_traceback[cause] PASSED
348 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exc_chain_repr_without_traceback[context] PASSED
349 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exc_chain_repr_cycle PASSED
350 testing/code/test_excinfo.py::TestFormattedExcinfo::test_exec_type_error_filter PASSED
351 testing/code/test_excinfo.py::test_repr_traceback_with_unicode[None-short] PASSED
352 testing/code/test_excinfo.py::test_repr_traceback_with_unicode[None-long] PASSED
353 testing/code/test_excinfo.py::test_repr_traceback_with_unicode[utf8-short] PASSED
354 testing/code/test_excinfo.py::test_repr_traceback_with_unicode[utf8-long] PASSED
355 testing/code/test_excinfo.py::test_repr_traceback_with_unicode[utf16-short] PASSED
356 testing/code/test_excinfo.py::test_repr_traceback_with_unicode[utf16-long] PASSED
357 testing/code/test_excinfo.py::test_exception_repr_extraction_error_on_recursion PASSED
358 testing/code/test_excinfo.py::test_no_recursion_index_on_recursion_error PASSED
359 testing/code/test_excinfo.py::test_check_error_notes_success[error0-notes0-test] PASSED
360 testing/code/test_excinfo.py::test_check_error_notes_success[error1-notes1-bar] PASSED
361 testing/code/test_excinfo.py::test_check_error_notes_success[error2-notes2-bar] PASSED
362 testing/code/test_excinfo.py::test_check_error_notes_success[error3-notes3-baz] PASSED
363 testing/code/test_excinfo.py::test_check_error_notes_success[error4-notes4-bar\\nbaz] PASSED
364 testing/code/test_excinfo.py::test_check_error_notes_success[error5-notes5-BAZ] PASSED
365 testing/code/test_excinfo.py::test_check_error_notes_failure[error0-notes0-foo] PASSED
366 testing/code/test_excinfo.py::test_check_error_notes_failure[error1-notes1-baz] PASSED
367 testing/code/test_excinfo.py::test_check_error_notes_failure[error2-notes2-foo\nbaz] PASSED
368 testing/code/test_source.py::test_source_str_function PASSED
369 testing/code/test_source.py::test_source_from_function PASSED
370 testing/code/test_source.py::test_source_from_method PASSED
371 testing/code/test_source.py::test_source_from_lines PASSED
372 testing/code/test_source.py::test_source_from_inner_function PASSED
373 testing/code/test_source.py::test_source_strips PASSED
374 testing/code/test_source.py::test_source_strip_multiline PASSED
375 testing/code/test_source.py::TestAccesses::test_getrange PASSED
376 testing/code/test_source.py::TestAccesses::test_getrange_step_not_supported PASSED
377 testing/code/test_source.py::TestAccesses::test_getline PASSED
378 testing/code/test_source.py::TestAccesses::test_len PASSED
379 testing/code/test_source.py::TestAccesses::test_iter PASSED
380 testing/code/test_source.py::TestSourceParsing::test_getstatement PASSED
381 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_triple_quoted PASSED
382 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_within_constructs PASSED
383 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_bug PASSED
384 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_bug2 PASSED
385 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_ast_issue58 PASSED
386 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_out_of_bounds_py3 PASSED
387 testing/code/test_source.py::TestSourceParsing::test_getstatementrange_with_syntaxerror_issue7 PASSED
388 testing/code/test_source.py::test_getstartingblock_singleline PASSED
389 testing/code/test_source.py::test_getline_finally PASSED
390 testing/code/test_source.py::test_getfuncsource_dynamic PASSED
391 testing/code/test_source.py::test_getfuncsource_with_multiline_string PASSED
392 testing/code/test_source.py::test_deindent PASSED
393 testing/code/test_source.py::test_source_of_class_at_eof_without_newline PASSED
394 testing/code/test_source.py::test_source_fallback PASSED
395 testing/code/test_source.py::test_findsource_fallback PASSED
396 testing/code/test_source.py::test_findsource PASSED
397 testing/code/test_source.py::test_getfslineno PASSED
398 testing/code/test_source.py::test_code_of_object_instance_with_call PASSED
399 testing/code/test_source.py::test_oneline PASSED
400 testing/code/test_source.py::test_comment_and_no_newline_at_end PASSED
401 testing/code/test_source.py::test_oneline_and_comment PASSED
402 testing/code/test_source.py::test_comments PASSED
403 testing/code/test_source.py::test_comment_in_statement PASSED
404 testing/code/test_source.py::test_source_with_decorator PASSED
405 testing/code/test_source.py::test_single_line_else PASSED
406 testing/code/test_source.py::test_single_line_finally PASSED
407 testing/code/test_source.py::test_issue55 PASSED
408 testing/code/test_source.py::test_multiline PASSED
409 testing/code/test_source.py::TestTry::test_body PASSED
410 testing/code/test_source.py::TestTry::test_except_line PASSED
411 testing/code/test_source.py::TestTry::test_except_body PASSED
412 testing/code/test_source.py::TestTry::test_else PASSED
413 testing/code/test_source.py::TestTryFinally::test_body PASSED
414 testing/code/test_source.py::TestTryFinally::test_finally PASSED
415 testing/code/test_source.py::TestIf::test_body PASSED
416 testing/code/test_source.py::TestIf::test_elif_clause PASSED
417 testing/code/test_source.py::TestIf::test_elif PASSED
418 testing/code/test_source.py::TestIf::test_else PASSED
419 testing/code/test_source.py::test_semicolon PASSED
420 testing/code/test_source.py::test_def_online PASSED
421 testing/code/test_source.py::test_decorator PASSED
422 testing/code/test_source.py::test_getstartingblock_multiline PASSED
423 testing/deprecated_test.py::test_hookspec_via_function_attributes_are_deprecated PASSED
424 testing/deprecated_test.py::test_hookimpl_via_function_attributes_are_deprecated PASSED
425 testing/deprecated_test.py::test_yield_fixture_is_deprecated PASSED
426 testing/deprecated_test.py::test_private_is_deprecated PASSED
427 testing/deprecated_test.py::test_hookproxy_warnings_for_pathlib[hook] PASSED
428 testing/deprecated_test.py::test_hookproxy_warnings_for_pathlib[ihook] PASSED
429 testing/deprecated_test.py::test_hookimpl_warnings_for_pathlib PASSED
430 testing/deprecated_test.py::test_fixture_disallow_on_marked_functions PASSED
431 testing/deprecated_test.py::test_fixture_disallow_marks_on_fixtures PASSED
432 testing/deprecated_test.py::test_fixture_disallowed_between_marks PASSED
433 testing/freeze/tests/test_doctest.txt::test_doctest.txt PASSED
434 testing/freeze/tests/test_trivial.py::test_upper PASSED
435 testing/freeze/tests/test_trivial.py::test_lower PASSED
436 testing/io/test_pprint.py::test_consistent_pretty_printer[dataclass-empty] PASSED
437 testing/io/test_pprint.py::test_consistent_pretty_printer[dataclass-one-item] PASSED
438 testing/io/test_pprint.py::test_consistent_pretty_printer[dataclass-two-items] PASSED
439 testing/io/test_pprint.py::test_consistent_pretty_printer[dict-empty] PASSED
440 testing/io/test_pprint.py::test_consistent_pretty_printer[dict-one-item] PASSED
441 testing/io/test_pprint.py::test_consistent_pretty_printer[dict-two-items] PASSED
442 testing/io/test_pprint.py::test_consistent_pretty_printer[ordereddict-empty] PASSED
443 testing/io/test_pprint.py::test_consistent_pretty_printer[ordereddict-one-item] PASSED
444 testing/io/test_pprint.py::test_consistent_pretty_printer[ordereddict-two-items] PASSED
445 testing/io/test_pprint.py::test_consistent_pretty_printer[list-empty] PASSED
446 testing/io/test_pprint.py::test_consistent_pretty_printer[list-one-item] PASSED
447 testing/io/test_pprint.py::test_consistent_pretty_printer[list-two-items] PASSED
448 testing/io/test_pprint.py::test_consistent_pretty_printer[tuple-empty] PASSED
449 testing/io/test_pprint.py::test_consistent_pretty_printer[tuple-one-item] PASSED
450 testing/io/test_pprint.py::test_consistent_pretty_printer[tuple-two-items] PASSED
451 testing/io/test_pprint.py::test_consistent_pretty_printer[set-empty] PASSED
452 testing/io/test_pprint.py::test_consistent_pretty_printer[set-one-item] PASSED
453 testing/io/test_pprint.py::test_consistent_pretty_printer[set-two-items] PASSED
454 testing/io/test_pprint.py::test_consistent_pretty_printer[mappingproxy-empty] PASSED
455 testing/io/test_pprint.py::test_consistent_pretty_printer[mappingproxy-one-item] PASSED
456 testing/io/test_pprint.py::test_consistent_pretty_printer[mappingproxy-two-items] PASSED
457 testing/io/test_pprint.py::test_consistent_pretty_printer[simplenamespace-empty] PASSED
458 testing/io/test_pprint.py::test_consistent_pretty_printer[simplenamespace-one-item] PASSED
459 testing/io/test_pprint.py::test_consistent_pretty_printer[simplenamespace-two-items] PASSED
460 testing/io/test_pprint.py::test_consistent_pretty_printer[defaultdict-empty] PASSED
461 testing/io/test_pprint.py::test_consistent_pretty_printer[defaultdict-one-item] PASSED
462 testing/io/test_pprint.py::test_consistent_pretty_printer[defaultdict-two-items] PASSED
463 testing/io/test_pprint.py::test_consistent_pretty_printer[counter-empty] PASSED
464 testing/io/test_pprint.py::test_consistent_pretty_printer[counter-one-item] PASSED
465 testing/io/test_pprint.py::test_consistent_pretty_printer[counter-two-items] PASSED
466 testing/io/test_pprint.py::test_consistent_pretty_printer[chainmap-empty] PASSED
467 testing/io/test_pprint.py::test_consistent_pretty_printer[chainmap-one-item] PASSED
468 testing/io/test_pprint.py::test_consistent_pretty_printer[chainmap-two-items] PASSED
469 testing/io/test_pprint.py::test_consistent_pretty_printer[deque-empty] PASSED
470 testing/io/test_pprint.py::test_consistent_pretty_printer[deque-one-item] PASSED
471 testing/io/test_pprint.py::test_consistent_pretty_printer[deque-two-items] PASSED
472 testing/io/test_pprint.py::test_consistent_pretty_printer[deque-maxlen] PASSED
473 testing/io/test_pprint.py::test_consistent_pretty_printer[deep-example] PASSED
474 testing/io/test_saferepr.py::test_simple_repr PASSED
475 testing/io/test_saferepr.py::test_maxsize PASSED
476 testing/io/test_saferepr.py::test_no_maxsize PASSED
477 testing/io/test_saferepr.py::test_maxsize_error_on_instance PASSED
478 testing/io/test_saferepr.py::test_exceptions PASSED
479 testing/io/test_saferepr.py::test_baseexception PASSED
480 testing/io/test_saferepr.py::test_buggy_builtin_repr PASSED
481 testing/io/test_saferepr.py::test_big_repr PASSED
482 testing/io/test_saferepr.py::test_repr_on_newstyle PASSED
483 testing/io/test_saferepr.py::test_unicode PASSED
484 testing/io/test_saferepr.py::test_broken_getattribute PASSED
485 testing/io/test_saferepr.py::test_saferepr_unlimited PASSED
486 testing/io/test_saferepr.py::test_saferepr_unlimited_exc PASSED
487 testing/io/test_terminalwriter.py::test_terminal_width_COLUMNS PASSED
488 testing/io/test_terminalwriter.py::test_terminalwriter_width_bogus PASSED
489 testing/io/test_terminalwriter.py::test_terminalwriter_computes_width PASSED
490 testing/io/test_terminalwriter.py::test_terminalwriter_dumb_term_no_markup PASSED
491 testing/io/test_terminalwriter.py::test_terminalwriter_not_unicode PASSED
492 testing/io/test_terminalwriter.py::TestTerminalWriter::test_line[path] PASSED
493 testing/io/test_terminalwriter.py::TestTerminalWriter::test_line[stringio] PASSED
494 testing/io/test_terminalwriter.py::TestTerminalWriter::test_line_unicode[path] PASSED
495 testing/io/test_terminalwriter.py::TestTerminalWriter::test_line_unicode[stringio] PASSED
496 testing/io/test_terminalwriter.py::TestTerminalWriter::test_sep_no_title[path] PASSED
497 testing/io/test_terminalwriter.py::TestTerminalWriter::test_sep_no_title[stringio] PASSED
498 testing/io/test_terminalwriter.py::TestTerminalWriter::test_sep_with_title[path] PASSED
499 testing/io/test_terminalwriter.py::TestTerminalWriter::test_sep_with_title[stringio] PASSED
500 testing/io/test_terminalwriter.py::TestTerminalWriter::test_sep_longer_than_width[path] PASSED
501 testing/io/test_terminalwriter.py::TestTerminalWriter::test_sep_longer_than_width[stringio] PASSED
502 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[path-red-True] PASSED
503 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[path-red-False] PASSED
504 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[path-green-True] PASSED
505 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[path-green-False] PASSED
506 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[stringio-red-True] PASSED
507 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[stringio-red-False] PASSED
508 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[stringio-green-True] PASSED
509 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup[stringio-green-False] PASSED
510 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup_bad[path] PASSED
511 testing/io/test_terminalwriter.py::TestTerminalWriter::test_markup_bad[stringio] PASSED
512 testing/io/test_terminalwriter.py::TestTerminalWriter::test_line_write_markup[path] PASSED
513 testing/io/test_terminalwriter.py::TestTerminalWriter::test_line_write_markup[stringio] PASSED
514 testing/io/test_terminalwriter.py::TestTerminalWriter::test_attr_fullwidth[path] PASSED
515 testing/io/test_terminalwriter.py::TestTerminalWriter::test_attr_fullwidth[stringio] PASSED
516 testing/io/test_terminalwriter.py::test_attr_hasmarkup PASSED
517 testing/io/test_terminalwriter.py::test_should_do_markup_PY_COLORS_eq_1 PASSED
518 testing/io/test_terminalwriter.py::test_should_not_do_markup_PY_COLORS_eq_0 PASSED
519 testing/io/test_terminalwriter.py::test_should_not_do_markup_NO_COLOR PASSED
520 testing/io/test_terminalwriter.py::test_should_do_markup_FORCE_COLOR PASSED
521 testing/io/test_terminalwriter.py::test_NO_COLOR_and_FORCE_COLOR[1-1-False] PASSED
522 testing/io/test_terminalwriter.py::test_NO_COLOR_and_FORCE_COLOR[-1-True] PASSED
523 testing/io/test_terminalwriter.py::test_NO_COLOR_and_FORCE_COLOR[1--False] PASSED
524 testing/io/test_terminalwriter.py::test_empty_NO_COLOR_and_FORCE_COLOR_ignored PASSED
525 testing/io/test_terminalwriter.py::TestTerminalWriterLineWidth::test_init PASSED
526 testing/io/test_terminalwriter.py::TestTerminalWriterLineWidth::test_update PASSED
527 testing/io/test_terminalwriter.py::TestTerminalWriterLineWidth::test_update_with_newline PASSED
528 testing/io/test_terminalwriter.py::TestTerminalWriterLineWidth::test_update_with_wide_text PASSED
529 testing/io/test_terminalwriter.py::TestTerminalWriterLineWidth::test_composed PASSED
530 testing/io/test_terminalwriter.py::TestTerminalWriterLineWidth::test_combining PASSED
531 testing/io/test_terminalwriter.py::test_code_highlight[with markup and code_highlight] PASSED
532 testing/io/test_terminalwriter.py::test_code_highlight[with markup but no code_highlight] PASSED
533 testing/io/test_terminalwriter.py::test_code_highlight[without markup but with code_highlight] PASSED
534 testing/io/test_terminalwriter.py::test_code_highlight[neither markup nor code_highlight] PASSED
535 testing/io/test_terminalwriter.py::test_highlight_empty_source PASSED
536 testing/io/test_wcwidth.py::test_wcwidth[\x00-0] PASSED
537 testing/io/test_wcwidth.py::test_wcwidth[\n--1] PASSED
538 testing/io/test_wcwidth.py::test_wcwidth[a-1] PASSED
539 testing/io/test_wcwidth.py::test_wcwidth[1-1] PASSED
540 testing/io/test_wcwidth.py::test_wcwidth[\u05d0-1] PASSED
541 testing/io/test_wcwidth.py::test_wcwidth[\u200b-0] PASSED
542 testing/io/test_wcwidth.py::test_wcwidth[\u1abe-0] PASSED
543 testing/io/test_wcwidth.py::test_wcwidth[\u0591-0] PASSED
544 testing/io/test_wcwidth.py::test_wcwidth[\U0001f250-2] PASSED
545 testing/io/test_wcwidth.py::test_wcwidth[\uff04-2] PASSED
546 testing/io/test_wcwidth.py::test_wcswidth[-0] PASSED
547 testing/io/test_wcwidth.py::test_wcswidth[hello, world!-13] PASSED
548 testing/io/test_wcwidth.py::test_wcswidth[hello, world!\n--1] PASSED
549 testing/io/test_wcwidth.py::test_wcswidth[0123456789-10] PASSED
550 testing/io/test_wcwidth.py::test_wcswidth[\u05e9\u05dc\u05d5\u05dd, \u05e2\u05d5\u05dc\u05dd!-11] PASSED
551 testing/io/test_wcwidth.py::test_wcswidth[\u05e9\u05b0\u05d1\u05bb\u05e2\u05b8\u05d9\u05d9\u05dd-6] PASSED
552 testing/io/test_wcwidth.py::test_wcswidth[\U0001f250\U0001f250\U0001f250-6] PASSED
553 testing/logging/test_fixture.py::test_change_level PASSED
554 testing/logging/test_fixture.py::test_change_level_logging_disabled PASSED
555 testing/logging/test_fixture.py::test_with_statement_at_level PASSED
556 testing/logging/test_fixture.py::test_with_statement_at_level_logging_disabled PASSED
557 testing/logging/test_fixture.py::test_with_statement_filtering PASSED
558 testing/logging/test_fixture.py::test_force_enable_logging_level_string[CRITICAL-40] PASSED
559 testing/logging/test_fixture.py::test_force_enable_logging_level_string[ERROR-30] PASSED
560 testing/logging/test_fixture.py::test_force_enable_logging_level_string[WARNING-20] PASSED
561 testing/logging/test_fixture.py::test_force_enable_logging_level_string[INFO-10] PASSED
562 testing/logging/test_fixture.py::test_force_enable_logging_level_string[DEBUG-0] PASSED
563 testing/logging/test_fixture.py::test_force_enable_logging_level_string[NOTSET-0] PASSED
564 testing/logging/test_fixture.py::test_force_enable_logging_level_string[NOTVALIDLEVEL-0] PASSED
565 testing/logging/test_fixture.py::test_log_access PASSED
566 testing/logging/test_fixture.py::test_messages PASSED
567 testing/logging/test_fixture.py::test_record_tuples PASSED
568 testing/logging/test_fixture.py::test_unicode PASSED
569 testing/logging/test_fixture.py::test_clear PASSED
570 testing/logging/test_fixture.py::test_captures_for_all_stages PASSED
571 testing/logging/test_fixture.py::test_clear_for_call_stage PASSED
572 testing/logging/test_formatter.py::test_coloredlogformatter PASSED
573 testing/logging/test_formatter.py::test_coloredlogformatter_with_width_precision PASSED
574 testing/logging/test_formatter.py::test_multiline_message PASSED
575 testing/logging/test_formatter.py::test_colored_short_level PASSED
576 testing/logging/test_reporting.py::test_live_logging_suspends_capture[True] PASSED
577 testing/logging/test_reporting.py::test_live_logging_suspends_capture[False] PASSED
578 testing/python/approx.py::TestApprox::test_error_messages_native_dtypes PASSED
579 testing/python/approx.py::TestApprox::test_error_messages_numpy_dtypes PASSED
580 testing/python/approx.py::TestApprox::test_error_messages_invalid_args PASSED
581 testing/python/approx.py::TestApprox::test_error_messages_with_different_verbosity PASSED
582 testing/python/approx.py::TestApprox::test_repr_string PASSED
583 testing/python/approx.py::TestApprox::test_repr_complex_numbers PASSED
584 testing/python/approx.py::TestApprox::test_repr_nd_array[5.0-approx(5.0 \xb1 5.0e-06)] PASSED
585 testing/python/approx.py::TestApprox::test_repr_nd_array[value1-approx([5.0 \xb1 5.0e-06])] PASSED
586 testing/python/approx.py::TestApprox::test_repr_nd_array[value2-approx([[5.0 \xb1 5.0e-06]])] PASSED
587 testing/python/approx.py::TestApprox::test_repr_nd_array[value3-approx([[5.0 \xb1 5.0e-06, 6.0 \xb1 6.0e-06]])] PASSED
588 testing/python/approx.py::TestApprox::test_repr_nd_array[value4-approx([[5.0 \xb1 5.0e-06], [6.0 \xb1 6.0e-06]])] PASSED
589 testing/python/approx.py::TestApprox::test_bool PASSED
590 testing/python/approx.py::TestApprox::test_operator_overloading PASSED
591 testing/python/approx.py::TestApprox::test_exactly_equal PASSED
592 testing/python/approx.py::TestApprox::test_opposite_sign PASSED
593 testing/python/approx.py::TestApprox::test_zero_tolerance PASSED
594 testing/python/approx.py::TestApprox::test_negative_tolerance[-1e+100-None] PASSED
595 testing/python/approx.py::TestApprox::test_negative_tolerance[None--1e+100] PASSED
596 testing/python/approx.py::TestApprox::test_negative_tolerance[1e+100--1e+100] PASSED
597 testing/python/approx.py::TestApprox::test_negative_tolerance[-1e+100-1e+100] PASSED
598 testing/python/approx.py::TestApprox::test_negative_tolerance[-1e+100--1e+100] PASSED
599 testing/python/approx.py::TestApprox::test_negative_tolerance_message PASSED
600 testing/python/approx.py::TestApprox::test_inf_tolerance PASSED
601 testing/python/approx.py::TestApprox::test_inf_tolerance_expecting_zero PASSED
602 testing/python/approx.py::TestApprox::test_nan_tolerance PASSED
603 testing/python/approx.py::TestApprox::test_reasonable_defaults PASSED
604 testing/python/approx.py::TestApprox::test_default_tolerances PASSED
605 testing/python/approx.py::TestApprox::test_custom_tolerances PASSED
606 testing/python/approx.py::TestApprox::test_relative_tolerance PASSED
607 testing/python/approx.py::TestApprox::test_absolute_tolerance PASSED
608 testing/python/approx.py::TestApprox::test_expecting_zero PASSED
609 testing/python/approx.py::TestApprox::test_expecting_inf PASSED
610 testing/python/approx.py::TestApprox::test_expecting_nan PASSED
611 testing/python/approx.py::TestApprox::test_int PASSED
612 testing/python/approx.py::TestApprox::test_decimal PASSED
613 testing/python/approx.py::TestApprox::test_fraction PASSED
614 testing/python/approx.py::TestApprox::test_complex PASSED
615 testing/python/approx.py::TestApprox::test_list PASSED
616 testing/python/approx.py::TestApprox::test_list_decimal PASSED
617 testing/python/approx.py::TestApprox::test_list_wrong_len PASSED
618 testing/python/approx.py::TestApprox::test_tuple PASSED
619 testing/python/approx.py::TestApprox::test_tuple_wrong_len PASSED
620 testing/python/approx.py::TestApprox::test_tuple_vs_other PASSED
621 testing/python/approx.py::TestApprox::test_dict PASSED
622 testing/python/approx.py::TestApprox::test_dict_decimal PASSED
623 testing/python/approx.py::TestApprox::test_dict_wrong_len PASSED
624 testing/python/approx.py::TestApprox::test_dict_nonnumeric PASSED
625 testing/python/approx.py::TestApprox::test_dict_vs_other PASSED
626 testing/python/approx.py::TestApprox::test_dict_for_div_by_zero PASSED
627 testing/python/approx.py::TestApprox::test_numpy_array PASSED
628 testing/python/approx.py::TestApprox::test_numpy_tolerance_args PASSED
629 testing/python/approx.py::TestApprox::test_numpy_expecting_nan PASSED
630 testing/python/approx.py::TestApprox::test_numpy_expecting_inf PASSED
631 testing/python/approx.py::TestApprox::test_numpy_array_wrong_shape PASSED
632 testing/python/approx.py::TestApprox::test_numpy_array_implicit_conversion PASSED
633 testing/python/approx.py::TestApprox::test_numpy_array_protocol PASSED
634 testing/python/approx.py::TestApprox::test_doctests PASSED
635 testing/python/approx.py::TestApprox::test_expected_value_type_error[nested-list] PASSED
636 testing/python/approx.py::TestApprox::test_expected_value_type_error[nested-dict] PASSED
637 testing/python/approx.py::TestApprox::test_nonnumeric_okay_if_equal[None] PASSED
638 testing/python/approx.py::TestApprox::test_nonnumeric_okay_if_equal[string] PASSED
639 testing/python/approx.py::TestApprox::test_nonnumeric_okay_if_equal[nested-str] PASSED
640 testing/python/approx.py::TestApprox::test_nonnumeric_okay_if_equal[dict-with-string] PASSED
641 testing/python/approx.py::TestApprox::test_nonnumeric_false_if_unequal[string] PASSED
642 testing/python/approx.py::TestApprox::test_nonnumeric_false_if_unequal[nested-str] PASSED
643 testing/python/approx.py::TestApprox::test_nonnumeric_false_if_unequal[dict-with-string] PASSED
644 testing/python/approx.py::TestApprox::test_nonnumeric_dict_repr PASSED
645 testing/python/approx.py::TestApprox::test_nonnumeric_list_repr PASSED
646 testing/python/approx.py::TestApprox::test_comparison_operator_type_error[<=] PASSED
647 testing/python/approx.py::TestApprox::test_comparison_operator_type_error[<] PASSED
648 testing/python/approx.py::TestApprox::test_comparison_operator_type_error[>=] PASSED
649 testing/python/approx.py::TestApprox::test_comparison_operator_type_error[>] PASSED
650 testing/python/approx.py::TestApprox::test_numpy_array_with_scalar PASSED
651 testing/python/approx.py::TestApprox::test_numpy_scalar_with_array PASSED
652 testing/python/approx.py::TestApprox::test_generic_ordered_sequence PASSED
653 testing/python/approx.py::TestApprox::test_allow_ordered_sequences_only PASSED
654 testing/python/approx.py::TestApprox::test_strange_sequence PASSED
655 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_scalar PASSED
656 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_empty_list PASSED
657 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_list PASSED
658 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_tuple PASSED
659 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_nested_lists PASSED
660 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_mixed_sequence PASSED
661 testing/python/approx.py::TestRecursiveSequenceMap::test_map_over_sequence_like PASSED
662 testing/python/collect.py::TestTracebackCutting::test_skip_simple PASSED
663 testing/python/collect.py::TestTracebackCutting::test_filter_traceback_generated_code PASSED
664 testing/python/fixtures.py::test_getfuncargnames_functions PASSED
665 testing/python/fixtures.py::test_getfuncargnames_methods PASSED
666 testing/python/fixtures.py::test_getfuncargnames_staticmethod PASSED
667 testing/python/fixtures.py::test_getfuncargnames_staticmethod_inherited PASSED
668 testing/python/fixtures.py::test_getfuncargnames_partial PASSED
669 testing/python/fixtures.py::test_getfuncargnames_staticmethod_partial PASSED
670 testing/python/fixtures.py::TestRequestSessionScoped::test_session_scoped_unavailable_attributes[path] PASSED
671 testing/python/fixtures.py::TestRequestSessionScoped::test_session_scoped_unavailable_attributes[module] PASSED
672 testing/python/fixtures.py::TestShowFixtures::test_fixture_disallow_twice PASSED
673 testing/python/fixtures.py::test_call_fixture_function_error PASSED
674 testing/python/fixtures.py::test_deduplicate_names PASSED
675 testing/python/integration.py::test_wrapped_getfslineno PASSED
676 testing/python/integration.py::TestMockDecoration::test_wrapped_getfuncargnames PASSED
677 testing/python/integration.py::TestMockDecoration::test_getfuncargnames_patching PASSED
678 testing/python/integration.py::test_pytestconfig_is_session_scoped PASSED
679 testing/python/metafunc.py::TestMetafunc::test_no_funcargs PASSED
680 testing/python/metafunc.py::TestMetafunc::test_function_basic PASSED
681 testing/python/metafunc.py::TestMetafunc::test_parametrize_error PASSED
682 testing/python/metafunc.py::TestMetafunc::test_parametrize_error_iterator PASSED
683 testing/python/metafunc.py::TestMetafunc::test_parametrize_bad_scope PASSED
684 testing/python/metafunc.py::TestMetafunc::test_find_parametrized_scope PASSED
685 testing/python/metafunc.py::TestMetafunc::test_parametrize_and_id PASSED
686 testing/python/metafunc.py::TestMetafunc::test_parametrize_and_id_unicode PASSED
687 testing/python/metafunc.py::TestMetafunc::test_parametrize_with_wrong_number_of_ids PASSED
688 testing/python/metafunc.py::TestMetafunc::test_parametrize_ids_iterator_without_mark PASSED
689 testing/python/metafunc.py::TestMetafunc::test_parametrize_empty_list PASSED
690 testing/python/metafunc.py::TestMetafunc::test_parametrize_with_userobjects PASSED
691 testing/python/metafunc.py::TestMetafunc::test_idval_hypothesis PASSED
692 testing/python/metafunc.py::TestMetafunc::test_unicode_idval PASSED
693 testing/python/metafunc.py::TestMetafunc::test_unicode_idval_with_config PASSED
694 testing/python/metafunc.py::TestMetafunc::test_bytes_idval PASSED
695 testing/python/metafunc.py::TestMetafunc::test_class_or_function_idval PASSED
696 testing/python/metafunc.py::TestMetafunc::test_notset_idval PASSED
697 testing/python/metafunc.py::TestMetafunc::test_idmaker_autoname PASSED
698 testing/python/metafunc.py::TestMetafunc::test_idmaker_with_bytes_regex PASSED
699 testing/python/metafunc.py::TestMetafunc::test_idmaker_native_strings PASSED
700 testing/python/metafunc.py::TestMetafunc::test_idmaker_non_printable_characters PASSED
701 testing/python/metafunc.py::TestMetafunc::test_idmaker_manual_ids_must_be_printable PASSED
702 testing/python/metafunc.py::TestMetafunc::test_idmaker_enum PASSED
703 testing/python/metafunc.py::TestMetafunc::test_idmaker_idfn PASSED
704 testing/python/metafunc.py::TestMetafunc::test_idmaker_idfn_unique_names PASSED
705 testing/python/metafunc.py::TestMetafunc::test_idmaker_with_idfn_and_config PASSED
706 testing/python/metafunc.py::TestMetafunc::test_idmaker_with_ids_and_config PASSED
707 testing/python/metafunc.py::TestMetafunc::test_idmaker_duplicated_empty_str PASSED
708 testing/python/metafunc.py::TestMetafunc::test_idmaker_with_ids PASSED
709 testing/python/metafunc.py::TestMetafunc::test_idmaker_with_paramset_id PASSED
710 testing/python/metafunc.py::TestMetafunc::test_idmaker_with_ids_unique_names PASSED
711 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect PASSED
712 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_list PASSED
713 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_list_all PASSED
714 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_list_empty PASSED
715 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_wrong_type PASSED
716 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_list_error PASSED
717 testing/python/metafunc.py::TestMetafunc::test_parametrize_onearg PASSED
718 testing/python/metafunc.py::TestMetafunc::test_parametrize_onearg_indirect PASSED
719 testing/python/metafunc.py::TestMetafunc::test_parametrize_twoargs PASSED
720 testing/python/raises.py::TestRaises::test_check_callable PASSED
721 testing/python/raises.py::TestRaises::test_raises PASSED
722 testing/python/raises.py::TestRaises::test_raises_function PASSED
723 testing/python/raises.py::TestRaises::test_raises_does_not_allow_none PASSED
724 testing/python/raises.py::TestRaises::test_raises_does_not_allow_empty_tuple PASSED
725 testing/python/raises.py::TestRaises::test_raises_callable_no_exception PASSED
726 testing/python/raises.py::TestRaises::test_raises_falsey_type_error PASSED
727 testing/python/raises.py::TestRaises::test_raises_repr_inflight PASSED
728 testing/python/raises.py::TestRaises::test_noclass PASSED
729 testing/python/raises.py::TestRaises::test_invalid_arguments_to_raises PASSED
730 testing/python/raises.py::TestRaises::test_tuple PASSED
731 testing/python/raises.py::TestRaises::test_no_raise_message PASSED
732 testing/python/raises.py::TestRaises::test_raises_cyclic_reference[function] PASSED
733 testing/python/raises.py::TestRaises::test_raises_cyclic_reference[function_match] PASSED
734 testing/python/raises.py::TestRaises::test_raises_cyclic_reference[with] PASSED
735 testing/python/raises.py::TestRaises::test_raises_match PASSED
736 testing/python/raises.py::TestRaises::test_match_failure_string_quoting PASSED
737 testing/python/raises.py::TestRaises::test_match_failure_exact_string_message PASSED
738 testing/python/raises.py::TestRaises::test_raises_match_wrong_type PASSED
739 testing/python/raises.py::TestRaises::test_raises_exception_looks_iterable PASSED
740 testing/python/raises.py::TestRaises::test_raises_with_raising_dunder_class PASSED
741 testing/python/raises.py::TestRaises::test_raises_context_manager_with_kwargs PASSED
742 testing/python/raises.py::TestRaises::test_expected_exception_is_not_a_baseexception PASSED
743 testing/python/raises.py::TestRaises::test_issue_11872 PASSED
744 testing/test_argcomplete.py::TestArgComplete::test_compare_with_compgen PASSED
745 testing/test_argcomplete.py::TestArgComplete::test_remove_dir_prefix PASSED
746 testing/test_assertion.py::TestMockConfig::test_verbose_exposes_value PASSED
747 testing/test_assertion.py::TestMockConfig::test_get_assertion_override_not_set_verbose_value PASSED
748 testing/test_assertion.py::TestMockConfig::test_get_assertion_override_set_custom_value PASSED
749 testing/test_assertion.py::TestMockConfig::test_get_unsupported_type_error PASSED
750 testing/test_assertion.py::TestImportHookInstallation::test_register_assert_rewrite_checks_types PASSED
751 testing/test_assertion.py::TestAssert_reprcompare::test_different_types PASSED
752 testing/test_assertion.py::TestAssert_reprcompare::test_summary PASSED
753 testing/test_assertion.py::TestAssert_reprcompare::test_text_diff PASSED
754 testing/test_assertion.py::TestAssert_reprcompare::test_text_skipping PASSED
755 testing/test_assertion.py::TestAssert_reprcompare::test_text_skipping_verbose PASSED
756 testing/test_assertion.py::TestAssert_reprcompare::test_multiline_text_diff PASSED
757 testing/test_assertion.py::TestAssert_reprcompare::test_bytes_diff_normal PASSED
758 testing/test_assertion.py::TestAssert_reprcompare::test_bytes_diff_verbose PASSED
759 testing/test_assertion.py::TestAssert_reprcompare::test_list PASSED
760 testing/test_assertion.py::TestAssert_reprcompare::test_iterable_full_diff[lists] PASSED
761 testing/test_assertion.py::TestAssert_reprcompare::test_iterable_full_diff[dicts] PASSED
762 testing/test_assertion.py::TestAssert_reprcompare::test_iterable_full_diff[sets] PASSED
763 testing/test_assertion.py::TestAssert_reprcompare::test_iterable_quiet PASSED
764 testing/test_assertion.py::TestAssert_reprcompare::test_list_different_lengths PASSED
765 testing/test_assertion.py::TestAssert_reprcompare::test_list_wrap_for_multiple_lines PASSED
766 testing/test_assertion.py::TestAssert_reprcompare::test_list_wrap_for_width_rewrap_same_length PASSED
767 testing/test_assertion.py::TestAssert_reprcompare::test_list_dont_wrap_strings PASSED
768 testing/test_assertion.py::TestAssert_reprcompare::test_dict_wrap PASSED
769 testing/test_assertion.py::TestAssert_reprcompare::test_dict PASSED
770 testing/test_assertion.py::TestAssert_reprcompare::test_dict_omitting PASSED
771 testing/test_assertion.py::TestAssert_reprcompare::test_dict_omitting_with_verbosity_1 PASSED
772 testing/test_assertion.py::TestAssert_reprcompare::test_dict_omitting_with_verbosity_2 PASSED
773 testing/test_assertion.py::TestAssert_reprcompare::test_dict_different_items PASSED
774 testing/test_assertion.py::TestAssert_reprcompare::test_sequence_different_items PASSED
775 testing/test_assertion.py::TestAssert_reprcompare::test_set PASSED
776 testing/test_assertion.py::TestAssert_reprcompare::test_frozenzet PASSED
777 testing/test_assertion.py::TestAssert_reprcompare::test_Sequence PASSED
778 testing/test_assertion.py::TestAssert_reprcompare::test_list_tuples PASSED
779 testing/test_assertion.py::TestAssert_reprcompare::test_list_bad_repr PASSED
780 testing/test_assertion.py::TestAssert_reprcompare::test_one_repr_empty PASSED
781 testing/test_assertion.py::TestAssert_reprcompare::test_repr_no_exc PASSED
782 testing/test_assertion.py::TestAssert_reprcompare::test_unicode PASSED
783 testing/test_assertion.py::TestAssert_reprcompare::test_nonascii_text PASSED
784 testing/test_assertion.py::TestAssert_reprcompare::test_format_nonascii_explanation PASSED
785 testing/test_assertion.py::TestAssert_reprcompare::test_mojibake PASSED
786 testing/test_assertion.py::TestAssert_reprcompare::test_nfc_nfd_same_string PASSED
787 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs PASSED
788 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs_recursive PASSED
789 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs_recursive_verbose PASSED
790 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs_verbose PASSED
791 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs_with_attribute_comparison_off PASSED
792 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_comparing_two_different_attrs_classes PASSED
793 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs_with_auto_detect_and_custom_eq PASSED
794 testing/test_assertion.py::TestAssert_reprcompare_attrsclass::test_attrs_with_custom_eq PASSED
795 testing/test_assertion.py::TestAssert_reprcompare_namedtuple::test_namedtuple PASSED
796 testing/test_assertion.py::TestAssert_reprcompare_namedtuple::test_comparing_two_different_namedtuple PASSED
797 testing/test_assertion.py::TestFormatExplanation::test_fmt_simple PASSED
798 testing/test_assertion.py::TestFormatExplanation::test_fmt_where PASSED
799 testing/test_assertion.py::TestFormatExplanation::test_fmt_and PASSED
800 testing/test_assertion.py::TestFormatExplanation::test_fmt_where_nested PASSED
801 testing/test_assertion.py::TestFormatExplanation::test_fmt_newline PASSED
802 testing/test_assertion.py::TestFormatExplanation::test_fmt_newline_escaped PASSED
803 testing/test_assertion.py::TestFormatExplanation::test_fmt_newline_before_where PASSED
804 testing/test_assertion.py::TestFormatExplanation::test_fmt_multi_newline_before_where PASSED
805 testing/test_assertion.py::TestTruncateExplanation::test_doesnt_truncate_when_input_is_empty_list PASSED
806 testing/test_assertion.py::TestTruncateExplanation::test_doesnt_truncate_at_when_input_is_5_lines_and_LT_max_chars PASSED
807 testing/test_assertion.py::TestTruncateExplanation::test_truncates_at_8_lines_when_given_list_of_empty_strings PASSED
808 testing/test_assertion.py::TestTruncateExplanation::test_truncates_at_8_lines_when_first_8_lines_are_LT_max_chars PASSED
809 testing/test_assertion.py::TestTruncateExplanation::test_truncates_at_8_lines_when_there_is_one_line_to_remove PASSED
810 testing/test_assertion.py::TestTruncateExplanation::test_truncates_edgecase_when_truncation_message_makes_the_result_longer_for_chars PASSED
811 testing/test_assertion.py::TestTruncateExplanation::test_truncates_edgecase_when_truncation_message_makes_the_result_longer_for_lines PASSED
812 testing/test_assertion.py::TestTruncateExplanation::test_truncates_at_8_lines_when_first_8_lines_are_EQ_max_chars PASSED
813 testing/test_assertion.py::TestTruncateExplanation::test_truncates_at_4_lines_when_first_4_lines_are_GT_max_chars PASSED
814 testing/test_assertion.py::TestTruncateExplanation::test_truncates_at_1_line_when_first_line_is_GT_max_chars PASSED
815 testing/test_assertion.py::test_reprcompare_notin PASSED
816 testing/test_assertion.py::test_reprcompare_whitespaces PASSED
817 testing/test_assertion.py::test_exit_from_assertrepr_compare PASSED
818 testing/test_assertion.py::test_reprcompare_verbose_long PASSED
819 testing/test_assertrewrite.py::TestAssertionRewrite::test_place_initial_imports PASSED
820 testing/test_assertrewrite.py::TestAssertionRewrite::test_location_is_set PASSED
821 testing/test_assertrewrite.py::TestAssertionRewrite::test_dont_rewrite PASSED
822 testing/test_assertrewrite.py::TestAssertionRewrite::test_name PASSED
823 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertrepr_compare_same_width PASSED
824 testing/test_assertrewrite.py::TestAssertionRewrite::test_dont_rewrite_if_hasattr_fails PASSED
825 testing/test_assertrewrite.py::TestAssertionRewrite::test_assert_already_has_message PASSED
826 testing/test_assertrewrite.py::TestAssertionRewrite::test_boolop PASSED
827 testing/test_assertrewrite.py::TestAssertionRewrite::test_short_circuit_evaluation PASSED
828 testing/test_assertrewrite.py::TestAssertionRewrite::test_unary_op PASSED
829 testing/test_assertrewrite.py::TestAssertionRewrite::test_binary_op PASSED
830 testing/test_assertrewrite.py::TestAssertionRewrite::test_boolop_percent PASSED
831 testing/test_assertrewrite.py::TestAssertionRewrite::test_call PASSED
832 testing/test_assertrewrite.py::TestAssertionRewrite::test_attribute PASSED
833 testing/test_assertrewrite.py::TestAssertionRewrite::test_comparisons PASSED
834 testing/test_assertrewrite.py::TestAssertionRewrite::test_len PASSED
835 testing/test_assertrewrite.py::TestAssertionRewrite::test_custom_reprcompare PASSED
836 testing/test_assertrewrite.py::TestAssertionRewrite::test_assert_raising__bool__in_comparison PASSED
837 testing/test_assertrewrite.py::TestAssertionRewrite::test_formatchar PASSED
838 testing/test_assertrewrite.py::TestAssertionRewrite::test_custom_repr PASSED
839 testing/test_assertrewrite.py::TestAssertionRewrite::test_custom_repr_non_ascii PASSED
840 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_read_pyc PASSED
841 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_read_pyc_more_invalid PASSED
842 testing/test_assertrewrite.py::test_get_assertion_exprs[trivial] PASSED
843 testing/test_assertrewrite.py::test_get_assertion_exprs[assert statement not on own line] PASSED
844 testing/test_assertrewrite.py::test_get_assertion_exprs[multiple assertions] PASSED
845 testing/test_assertrewrite.py::test_get_assertion_exprs[latin1 encoded on first line\n] PASSED
846 testing/test_assertrewrite.py::test_get_assertion_exprs[utf-8 encoded on first line] PASSED
847 testing/test_assertrewrite.py::test_get_assertion_exprs[multi-line assertion] PASSED
848 testing/test_assertrewrite.py::test_get_assertion_exprs[multi line assert with list continuation] PASSED
849 testing/test_assertrewrite.py::test_get_assertion_exprs[backslash continuation] PASSED
850 testing/test_assertrewrite.py::test_get_assertion_exprs[assertion with message] PASSED
851 testing/test_assertrewrite.py::test_get_assertion_exprs[assertion with message, test spanning multiple lines] PASSED
852 testing/test_assertrewrite.py::test_get_assertion_exprs[escaped newlines plus message] PASSED
853 testing/test_assertrewrite.py::test_get_assertion_exprs[no newline at end of file] PASSED
854 testing/test_assertrewrite.py::test_try_makedirs PASSED
855 testing/test_assertrewrite.py::TestPyCacheDir::test_get_cache_dir[c:/tmp/pycs-d:/projects/src/foo.py-c:/tmp/pycs/projects/src] PASSED
856 testing/test_assertrewrite.py::TestPyCacheDir::test_get_cache_dir[None-d:/projects/src/foo.py-d:/projects/src/__pycache__] PASSED
857 testing/test_assertrewrite.py::TestPyCacheDir::test_get_cache_dir[/tmp/pycs-/home/projects/src/foo.py-/tmp/pycs/home/projects/src] PASSED
858 testing/test_assertrewrite.py::TestPyCacheDir::test_get_cache_dir[None-/home/projects/src/foo.py-/home/projects/src/__pycache__] PASSED
859 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_get_maxsize_for_saferepr[0-240] PASSED
860 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_get_maxsize_for_saferepr[1-2400] PASSED
861 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_get_maxsize_for_saferepr[2-None] PASSED
862 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_get_maxsize_for_saferepr[3-None] PASSED
863 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_get_maxsize_for_saferepr_no_config PASSED
864 testing/test_assertrewrite.py::TestSafereprUnbounded::test_saferepr_bound_method PASSED
865 testing/test_assertrewrite.py::TestSafereprUnbounded::test_saferepr_unbounded PASSED
866 testing/test_capture.py::TestCaptureManager::test_capturing_basic_api[no] PASSED
867 testing/test_capture.py::TestCaptureManager::test_capturing_basic_api[sys] PASSED
868 testing/test_capture.py::TestCaptureManager::test_capturing_basic_api[fd] PASSED
869 testing/test_capture.py::TestCaptureManager::test_init_capturing PASSED
870 testing/test_capture.py::TestCaptureFixture::test_cafd_preserves_newlines[\n] PASSED
871 testing/test_capture.py::TestCaptureFixture::test_cafd_preserves_newlines[\r\n] PASSED
872 testing/test_capture.py::TestCaptureFixture::test_cafd_preserves_newlines[\r] PASSED
873 testing/test_capture.py::TestCaptureIO::test_text PASSED
874 testing/test_capture.py::TestCaptureIO::test_unicode_and_str_mixture PASSED
875 testing/test_capture.py::TestCaptureIO::test_write_bytes_to_buffer PASSED
876 testing/test_capture.py::TestTeeCaptureIO::test_write_bytes_to_buffer PASSED
877 testing/test_capture.py::TestTeeCaptureIO::test_text PASSED
878 testing/test_capture.py::TestTeeCaptureIO::test_unicode_and_str_mixture PASSED
879 testing/test_capture.py::test_dontreadfrominput PASSED
880 testing/test_capture.py::test_captureresult PASSED
881 testing/test_capture.py::TestFDCapture::test_stderr PASSED
882 testing/test_capture.py::TestFDCapture::test_stdin PASSED
883 testing/test_capture.py::TestFDCapture::test_simple_resume_suspend PASSED
884 testing/test_capture.py::TestFDCapture::test_capfd_sys_stdout_mode PASSED
885 testing/test_capture.py::TestStdCapture::test_capturing_done_simple PASSED
886 testing/test_capture.py::TestStdCapture::test_capturing_reset_simple PASSED
887 testing/test_capture.py::TestStdCapture::test_capturing_readouterr PASSED
888 testing/test_capture.py::TestStdCapture::test_capture_results_accessible_by_attribute PASSED
889 testing/test_capture.py::TestStdCapture::test_capturing_readouterr_unicode PASSED
890 testing/test_capture.py::TestStdCapture::test_reset_twice_error PASSED
891 testing/test_capture.py::TestStdCapture::test_capturing_modify_sysouterr_in_between PASSED
892 testing/test_capture.py::TestStdCapture::test_capturing_error_recursive PASSED
893 testing/test_capture.py::TestStdCapture::test_just_out_capture PASSED
894 testing/test_capture.py::TestStdCapture::test_just_err_capture PASSED
895 testing/test_capture.py::TestStdCapture::test_stdin_restored PASSED
896 testing/test_capture.py::TestStdCapture::test_stdin_nulled_by_default PASSED
897 testing/test_capture.py::TestTeeStdCapture::test_capturing_done_simple PASSED
898 testing/test_capture.py::TestTeeStdCapture::test_capturing_reset_simple PASSED
899 testing/test_capture.py::TestTeeStdCapture::test_capturing_readouterr PASSED
900 testing/test_capture.py::TestTeeStdCapture::test_capture_results_accessible_by_attribute PASSED
901 testing/test_capture.py::TestTeeStdCapture::test_capturing_readouterr_unicode PASSED
902 testing/test_capture.py::TestTeeStdCapture::test_reset_twice_error PASSED
903 testing/test_capture.py::TestTeeStdCapture::test_capturing_modify_sysouterr_in_between PASSED
904 testing/test_capture.py::TestTeeStdCapture::test_just_out_capture PASSED
905 testing/test_capture.py::TestTeeStdCapture::test_just_err_capture PASSED
906 testing/test_capture.py::TestTeeStdCapture::test_stdin_restored PASSED
907 testing/test_capture.py::TestTeeStdCapture::test_stdin_nulled_by_default PASSED
908 testing/test_capture.py::TestTeeStdCapture::test_capturing_error_recursive PASSED
909 testing/test_capture.py::TestStdCaptureFD::test_capturing_done_simple PASSED
910 testing/test_capture.py::TestStdCaptureFD::test_capturing_reset_simple PASSED
911 testing/test_capture.py::TestStdCaptureFD::test_capturing_readouterr PASSED
912 testing/test_capture.py::TestStdCaptureFD::test_capture_results_accessible_by_attribute PASSED
913 testing/test_capture.py::TestStdCaptureFD::test_capturing_readouterr_unicode PASSED
914 testing/test_capture.py::TestStdCaptureFD::test_reset_twice_error PASSED
915 testing/test_capture.py::TestStdCaptureFD::test_capturing_modify_sysouterr_in_between PASSED
916 testing/test_capture.py::TestStdCaptureFD::test_capturing_error_recursive PASSED
917 testing/test_capture.py::TestStdCaptureFD::test_just_out_capture PASSED
918 testing/test_capture.py::TestStdCaptureFD::test_just_err_capture PASSED
919 testing/test_capture.py::TestStdCaptureFD::test_stdin_restored PASSED
920 testing/test_capture.py::TestStdCaptureFD::test_stdin_nulled_by_default PASSED
921 testing/test_capture.py::TestStdCaptureFD::test_intermingling PASSED
922 testing/test_capture.py::TestStdCaptureFD::test_many PASSED
923 testing/test_capture.py::test_capture_not_started_but_reset PASSED
924 testing/test_capture.py::test_using_capsys_fixture_works_with_sys_stdout_encoding PASSED
925 testing/test_capture.py::test_capsys_results_accessible_by_attribute PASSED
926 testing/test_capture.py::test_fdcapture_tmpfile_remains_the_same PASSED
927 testing/test_capture.py::test_windowsconsoleio_workaround_non_standard_streams SKIPPED
928 testing/test_capture.py::test_stderr_write_returns_len PASSED
929 testing/test_capture.py::test__get_multicapture PASSED
930 testing/test_collection.py::TestCollector::test_collect_versus_item PASSED
931 testing/test_collection.py::test_class_from_parent PASSED
932 testing/test_compat.py::test_is_generator PASSED
933 testing/test_compat.py::test_real_func_loop_limit PASSED
934 testing/test_compat.py::test_get_real_func PASSED
935 testing/test_compat.py::test_get_real_func_partial PASSED
936 testing/test_compat.py::test_helper_failures PASSED
937 testing/test_compat.py::test_safe_getattr PASSED
938 testing/test_compat.py::test_safe_isclass PASSED
939 testing/test_compat.py::test_cached_property PASSED
940 testing/test_compat.py::test_assert_never_union PASSED
941 testing/test_compat.py::test_assert_never_enum PASSED
942 testing/test_compat.py::test_assert_never_literal PASSED
943 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[None] PASSED
944 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[string] PASSED
945 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[paths] PASSED
946 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[pathlist] PASSED
947 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[args] PASSED
948 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[linelist] PASSED
949 testing/test_config.py::TestConfigAPI::test_get_ini_default_for_type[bool] PASSED
950 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names0-expected0] PASSED
951 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names1-expected1] PASSED
952 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names2-expected2] PASSED
953 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names3-expected3] PASSED
954 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names4-expected4] PASSED
955 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names5-expected5] PASSED
956 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names6-expected6] PASSED
957 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names7-expected7] PASSED
958 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names8-expected8] PASSED
959 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names9-expected9] PASSED
960 testing/test_config.py::TestConfigAPI::test_iter_rewritable_modules[names10-expected10] PASSED
961 testing/test_config.py::TestConfigFromdictargs::test_basic_behavior PASSED
962 testing/test_config.py::TestConfigFromdictargs::test_invocation_params_args PASSED
963 testing/test_config.py::TestConfigFromdictargs::test_inifilename PASSED
964 testing/test_config.py::test_load_initial_conftest_last_ordering PASSED
965 testing/test_config.py::test_get_plugin_specs_as_list PASSED
966 testing/test_config.py::test_collect_pytest_prefix_bug PASSED
967 testing/test_config.py::TestRootdir::test_simple_noini PASSED
968 testing/test_config.py::TestRootdir::test_with_ini[pytest.ini] PASSED
969 testing/test_config.py::TestRootdir::test_with_ini[pyproject.toml] PASSED
970 testing/test_config.py::TestRootdir::test_with_ini[tox.ini] PASSED
971 testing/test_config.py::TestRootdir::test_with_ini[setup.cfg] PASSED
972 testing/test_config.py::TestRootdir::test_pytestini_overrides_empty_other[setup.cfg] PASSED
973 testing/test_config.py::TestRootdir::test_pytestini_overrides_empty_other[tox.ini] PASSED
974 testing/test_config.py::TestRootdir::test_setuppy_fallback PASSED
975 testing/test_config.py::TestRootdir::test_nothing PASSED
976 testing/test_config.py::TestRootdir::test_with_specific_inifile[pyproject.toml] PASSED
977 testing/test_config.py::TestRootdir::test_explicit_config_file_sets_rootdir PASSED
978 testing/test_config.py::TestRootdir::test_with_arg_outside_cwd_without_inifile PASSED
979 testing/test_config.py::TestRootdir::test_with_arg_outside_cwd_with_inifile PASSED
980 testing/test_config.py::TestRootdir::test_with_non_dir_arg[dirs0] PASSED
981 testing/test_config.py::TestRootdir::test_with_non_dir_arg[dirs1] PASSED
982 testing/test_config.py::TestRootdir::test_with_non_dir_arg[dirs2] PASSED
983 testing/test_config.py::TestRootdir::test_with_existing_file_in_subdir PASSED
984 testing/test_config.py::TestRootdir::test_with_config_also_in_parent_directory PASSED
985 testing/test_config.py::TestOverrideIniArgs::test_addopts_before_initini PASSED
986 testing/test_config.py::TestOverrideIniArgs::test_addopts_from_env_not_concatenated PASSED
987 testing/test_config.py::TestOverrideIniArgs::test_override_ini_does_not_contain_paths PASSED
988 testing/test_config.py::test_help_formatter_uses_py_get_terminal_width PASSED
989 testing/test_config.py::test_conftest_import_error_repr PASSED
990 testing/test_config.py::test_strtobool PASSED
991 testing/test_config.py::test_parse_warning_filter[ignore-False-expected0] PASSED
992 testing/test_config.py::test_parse_warning_filter[ignore::DeprecationWarning-False-expected1] PASSED
993 testing/test_config.py::test_parse_warning_filter[ignore:some msg:DeprecationWarning-False-expected2] PASSED
994 testing/test_config.py::test_parse_warning_filter[ignore::DeprecationWarning:mod-False-expected3] PASSED
995 testing/test_config.py::test_parse_warning_filter[ignore::DeprecationWarning:mod:42-False-expected4] PASSED
996 testing/test_config.py::test_parse_warning_filter[error:some\\msg:::-True-expected5] PASSED
997 testing/test_config.py::test_parse_warning_filter[error:::mod\\foo:-True-expected6] PASSED
998 testing/test_config.py::test_parse_warning_filter_failure[:::::] PASSED
999 testing/test_config.py::test_parse_warning_filter_failure[FOO::] PASSED
1000 testing/test_config.py::test_parse_warning_filter_failure[::test_parse_warning_filter_failure.NonExistentClass::] PASSED
1001 testing/test_config.py::test_parse_warning_filter_failure[::list::] PASSED
1002 testing/test_config.py::test_parse_warning_filter_failure[::::-1] PASSED
1003 testing/test_config.py::test_parse_warning_filter_failure[::::not-a-number] PASSED
1004 testing/test_conftest.py::TestConftestValueAccessGlobal::test_basic_init[global] PASSED
1005 testing/test_conftest.py::TestConftestValueAccessGlobal::test_immediate_initialization_and_incremental_are_the_same[global] PASSED
1006 testing/test_conftest.py::TestConftestValueAccessGlobal::test_value_access_not_existing[global] PASSED
1007 testing/test_conftest.py::TestConftestValueAccessGlobal::test_value_access_by_path[global] PASSED
1008 testing/test_conftest.py::TestConftestValueAccessGlobal::test_value_access_with_confmod[global] PASSED
1009 testing/test_conftest.py::TestConftestValueAccessGlobal::test_basic_init[inpackage] PASSED
1010 testing/test_conftest.py::TestConftestValueAccessGlobal::test_immediate_initialization_and_incremental_are_the_same[inpackage] PASSED
1011 testing/test_conftest.py::TestConftestValueAccessGlobal::test_value_access_not_existing[inpackage] PASSED
1012 testing/test_conftest.py::TestConftestValueAccessGlobal::test_value_access_by_path[inpackage] PASSED
1013 testing/test_conftest.py::TestConftestValueAccessGlobal::test_value_access_with_confmod[inpackage] PASSED
1014 testing/test_conftest.py::test_conftest_in_nonpkg_with_init PASSED
1015 testing/test_debugging.py::TestPDB::test_pdb_validate_usepdb_cls PASSED
1016 testing/test_doctest.py::TestLiterals::test_number_re PASSED
1017 testing/test_doctest.py::test_warning_on_unwrap_of_broken_object[None] PASSED
1018 testing/test_doctest.py::test_warning_on_unwrap_of_broken_object[_is_mocked] PASSED
1019 testing/test_doctest.py::test_warning_on_unwrap_of_broken_object[<lambda>0] PASSED
1020 testing/test_doctest.py::test_warning_on_unwrap_of_broken_object[<lambda>1] PASSED
1021 testing/test_doctest.py::test_warning_on_unwrap_of_broken_object[<lambda>2] PASSED
1022 testing/test_doctest.py::test_is_setup_py_not_named_setup_py PASSED
1023 testing/test_doctest.py::test_is_setup_py_is_a_setup_py[setuptools] PASSED
1024 testing/test_doctest.py::test_is_setup_py_is_a_setup_py[distutils.core] PASSED
1025 testing/test_doctest.py::test_is_setup_py_different_encoding[setuptools] PASSED
1026 testing/test_doctest.py::test_is_setup_py_different_encoding[distutils.core] PASSED
1027 testing/test_doctest.py::test_is_main_py[__main__.py-True] PASSED
1028 testing/test_doctest.py::test_is_main_py[__init__.py-False] PASSED
1029 testing/test_entry_points.py::test_pytest_entry_points_are_identical PASSED
1030 testing/test_faulthandler.py::test_cancel_timeout_on_hook[pytest_enter_pdb] PASSED
1031 testing/test_faulthandler.py::test_cancel_timeout_on_hook[pytest_exception_interact] PASSED
1032 testing/test_faulthandler.py::test_get_stderr_fileno_invalid_fd PASSED
1033 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_empty_pytest_ini PASSED
1034 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_pytest_ini PASSED
1035 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_custom_ini PASSED
1036 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_custom_ini_without_section PASSED
1037 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_custom_cfg_file PASSED
1038 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_valid_cfg_file PASSED
1039 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_unsupported_pytest_section_in_cfg_file PASSED
1040 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_invalid_toml_file PASSED
1041 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_custom_toml_file PASSED
1042 testing/test_findpaths.py::TestLoadConfigDictFromFile::test_valid_toml_file PASSED
1043 testing/test_findpaths.py::TestCommonAncestor::test_has_ancestor PASSED
1044 testing/test_findpaths.py::TestCommonAncestor::test_single_dir PASSED
1045 testing/test_findpaths.py::TestCommonAncestor::test_single_file PASSED
1046 testing/test_findpaths.py::test_get_dirs_from_args PASSED
1047 testing/test_findpaths.py::test_is_fs_root[e:/-True] SKIPPED (condit...)
1048 testing/test_findpaths.py::test_is_fs_root[/-True] PASSED
1049 testing/test_findpaths.py::test_is_fs_root[e:/projects-False] PASSED
1050 testing/test_findpaths.py::test_is_fs_root[/projects-False] PASSED
1051 testing/test_helpconfig.py::test_versions PASSED
1052 testing/test_junitxml.py::test_mangle_test_address PASSED
1053 testing/test_junitxml.py::test_dont_configure_on_workers PASSED
1054 testing/test_junitxml.py::test_invalid_xml_escape PASSED
1055 testing/test_junitxml.py::test_logxml_path_expansion PASSED
1056 testing/test_legacypath.py::test_tmpdir_factory PASSED
1057 testing/test_legacypath.py::test_tmpdir_equals_tmp_path PASSED
1058 testing/test_legacypath.py::test_cache_makedir PASSED
1059 testing/test_legacypath.py::TestFixtureRequestSessionScoped::test_session_scoped_unavailable_attributes PASSED
1060 testing/test_main.py::test_validate_basetemp_ok[foo] PASSED
1061 testing/test_main.py::test_validate_basetemp_ok[foo/bar] PASSED
1062 testing/test_main.py::test_validate_basetemp_fails[] PASSED
1063 testing/test_main.py::test_validate_basetemp_fails[.] PASSED
1064 testing/test_main.py::test_validate_basetemp_fails[..] PASSED
1065 testing/test_mark.py::TestMark::test_pytest_exists_in_namespace_all[mark] PASSED
1066 testing/test_mark.py::TestMark::test_pytest_exists_in_namespace_all[param] PASSED
1067 testing/test_mark.py::TestMark::test_pytest_mark_notcallable PASSED
1068 testing/test_mark.py::TestMark::test_mark_with_param PASSED
1069 testing/test_mark.py::TestMark::test_pytest_mark_name_starts_with_underscore PASSED
1070 testing/test_mark.py::TestMarkDecorator::test__eq__[lhs0-rhs0-True] PASSED
1071 testing/test_mark.py::TestMarkDecorator::test__eq__[lhs1-rhs1-False] PASSED
1072 testing/test_mark.py::TestMarkDecorator::test__eq__[lhs2-bar-False] PASSED
1073 testing/test_mark.py::TestMarkDecorator::test__eq__[foo-rhs3-False] PASSED
1074 testing/test_mark.py::TestMarkDecorator::test_aliases PASSED
1075 testing/test_mark.py::test_pytest_param_id_requires_string PASSED
1076 testing/test_mark.py::test_pytest_param_id_allows_none_or_string[None] PASSED
1077 testing/test_mark.py::test_pytest_param_id_allows_none_or_string[hello world] PASSED
1078 testing/test_mark.py::test_mark_mro PASSED
1079 testing/test_mark_expression.py::test_empty_is_false PASSED
1080 testing/test_mark_expression.py::test_basic[true-True0] PASSED
1081 testing/test_mark_expression.py::test_basic[true-True1] PASSED
1082 testing/test_mark_expression.py::test_basic[false-False] PASSED
1083 testing/test_mark_expression.py::test_basic[not true-False] PASSED
1084 testing/test_mark_expression.py::test_basic[not false-True] PASSED
1085 testing/test_mark_expression.py::test_basic[not not true-True] PASSED
1086 testing/test_mark_expression.py::test_basic[not not false-False] PASSED
1087 testing/test_mark_expression.py::test_basic[true and true-True] PASSED
1088 testing/test_mark_expression.py::test_basic[true and false-False] PASSED
1089 testing/test_mark_expression.py::test_basic[false and true-False] PASSED
1090 testing/test_mark_expression.py::test_basic[true and true and true-True] PASSED
1091 testing/test_mark_expression.py::test_basic[true and true and false-False] PASSED
1092 testing/test_mark_expression.py::test_basic[true and true and not true-False] PASSED
1093 testing/test_mark_expression.py::test_basic[false or false-False] PASSED
1094 testing/test_mark_expression.py::test_basic[false or true-True] PASSED
1095 testing/test_mark_expression.py::test_basic[true or true-True] PASSED
1096 testing/test_mark_expression.py::test_basic[true or true or false-True] PASSED
1097 testing/test_mark_expression.py::test_basic[true and true or false-True] PASSED
1098 testing/test_mark_expression.py::test_basic[not true or true-True] PASSED
1099 testing/test_mark_expression.py::test_basic[(not true) or true-True] PASSED
1100 testing/test_mark_expression.py::test_basic[not (true or true)-False] PASSED
1101 testing/test_mark_expression.py::test_basic[true and true or false and false-True] PASSED
1102 testing/test_mark_expression.py::test_basic[true and (true or false) and false-False] PASSED
1103 testing/test_mark_expression.py::test_basic[true and (true or (not (not false))) and false-False] PASSED
1104 testing/test_mark_expression.py::test_syntax_oddities[               true           -True] PASSED
1105 testing/test_mark_expression.py::test_syntax_oddities[               ((((((true))))))           -True] PASSED
1106 testing/test_mark_expression.py::test_syntax_oddities[     (         ((\t  (((true)))))  \t   \t)-True] PASSED
1107 testing/test_mark_expression.py::test_syntax_oddities[(     true     and   (((false))))-False] PASSED
1108 testing/test_mark_expression.py::test_syntax_oddities[not not not not true-True] PASSED
1109 testing/test_mark_expression.py::test_syntax_oddities[not not not not not true-False] PASSED
1110 testing/test_mark_expression.py::test_backslash_not_treated_specially PASSED
1111 testing/test_mark_expression.py::test_syntax_errors[(-2-expected not OR left parenthesis OR identifier; got end of input] PASSED
1112 testing/test_mark_expression.py::test_syntax_errors[ (-3-expected not OR left parenthesis OR identifier; got end of input] PASSED
1113 testing/test_mark_expression.py::test_syntax_errors[)-1-expected not OR left parenthesis OR identifier; got right parenthesis] PASSED
1114 testing/test_mark_expression.py::test_syntax_errors[) -1-expected not OR left parenthesis OR identifier; got right parenthesis] PASSED
1115 testing/test_mark_expression.py::test_syntax_errors[not-4-expected not OR left parenthesis OR identifier; got end of input] PASSED
1116 testing/test_mark_expression.py::test_syntax_errors[not not-8-expected not OR left parenthesis OR identifier; got end of input] PASSED
1117 testing/test_mark_expression.py::test_syntax_errors[(not)-5-expected not OR left parenthesis OR identifier; got right parenthesis] PASSED
1118 testing/test_mark_expression.py::test_syntax_errors[and-1-expected not OR left parenthesis OR identifier; got and] PASSED
1119 testing/test_mark_expression.py::test_syntax_errors[ident and-10-expected not OR left parenthesis OR identifier; got end of input] PASSED
1120 testing/test_mark_expression.py::test_syntax_errors[ident and or-11-expected not OR left parenthesis OR identifier; got or] PASSED
1121 testing/test_mark_expression.py::test_syntax_errors[ident ident-7-expected end of input; got identifier] PASSED
1122 testing/test_mark_expression.py::test_valid_idents[.] PASSED
1123 testing/test_mark_expression.py::test_valid_idents[...] PASSED
1124 testing/test_mark_expression.py::test_valid_idents[:::] PASSED
1125 testing/test_mark_expression.py::test_valid_idents[a:::c] PASSED
1126 testing/test_mark_expression.py::test_valid_idents[a+-b] PASSED
1127 testing/test_mark_expression.py::test_valid_idents[\\nhe\\\\l\\lo\\n\\t\\rbye] PASSED
1128 testing/test_mark_expression.py::test_valid_idents[a/b] PASSED
1129 testing/test_mark_expression.py::test_valid_idents[\u05d0\u05d1\u05d2\u05d3] PASSED
1130 testing/test_mark_expression.py::test_valid_idents[aa\u05d0\u05d1\u05d2\u05d3cc] PASSED
1131 testing/test_mark_expression.py::test_valid_idents[a[bcd]] PASSED
1132 testing/test_mark_expression.py::test_valid_idents[1234] PASSED
1133 testing/test_mark_expression.py::test_valid_idents[1234abcd] PASSED
1134 testing/test_mark_expression.py::test_valid_idents[1234and] PASSED
1135 testing/test_mark_expression.py::test_valid_idents[1234or] PASSED
1136 testing/test_mark_expression.py::test_valid_idents[1234not] PASSED
1137 testing/test_mark_expression.py::test_valid_idents[notandor] PASSED
1138 testing/test_mark_expression.py::test_valid_idents[not_and_or] PASSED
1139 testing/test_mark_expression.py::test_valid_idents[not[and]or] PASSED
1140 testing/test_mark_expression.py::test_valid_idents[1234+5678] PASSED
1141 testing/test_mark_expression.py::test_valid_idents[123.232] PASSED
1142 testing/test_mark_expression.py::test_valid_idents[True] PASSED
1143 testing/test_mark_expression.py::test_valid_idents[False] PASSED
1144 testing/test_mark_expression.py::test_valid_idents[None] PASSED
1145 testing/test_mark_expression.py::test_valid_idents[if] PASSED
1146 testing/test_mark_expression.py::test_valid_idents[else] PASSED
1147 testing/test_mark_expression.py::test_valid_idents[while] PASSED
1148 testing/test_mark_expression.py::test_invalid_idents[^] PASSED
1149 testing/test_mark_expression.py::test_invalid_idents[*] PASSED
1150 testing/test_mark_expression.py::test_invalid_idents[=] PASSED
1151 testing/test_mark_expression.py::test_invalid_idents[&] PASSED
1152 testing/test_mark_expression.py::test_invalid_idents[%] PASSED
1153 testing/test_mark_expression.py::test_invalid_idents[$] PASSED
1154 testing/test_mark_expression.py::test_invalid_idents[#] PASSED
1155 testing/test_mark_expression.py::test_invalid_idents[@] PASSED
1156 testing/test_mark_expression.py::test_invalid_idents[!] PASSED
1157 testing/test_mark_expression.py::test_invalid_idents[~] PASSED
1158 testing/test_mark_expression.py::test_invalid_idents[{] PASSED
1159 testing/test_mark_expression.py::test_invalid_idents[}] PASSED
1160 testing/test_mark_expression.py::test_invalid_idents["] PASSED
1161 testing/test_mark_expression.py::test_invalid_idents['] PASSED
1162 testing/test_mark_expression.py::test_invalid_idents[|] PASSED
1163 testing/test_mark_expression.py::test_invalid_idents[;] PASSED
1164 testing/test_mark_expression.py::test_invalid_idents[\u2190] PASSED
1165 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(True=False)-unexpected reserved python keyword `True`] PASSED
1166 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(def=False)-unexpected reserved python keyword `def`] PASSED
1167 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(class=False)-unexpected reserved python keyword `class`] PASSED
1168 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(if=False)-unexpected reserved python keyword `if`] PASSED
1169 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(else=False)-unexpected reserved python keyword `else`] PASSED
1170 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(valid=False, def=1)-unexpected reserved python keyword `def`] PASSED
1171 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(1)-not a valid python identifier 1] PASSED
1172 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var:=False-not a valid python identifier var:] PASSED
1173 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(1=2)-not a valid python identifier 1] PASSED
1174 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(/=2)-not a valid python identifier /] PASSED
1175 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var==-expected identifier; got =] PASSED
1176 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var)-expected =; got right parenthesis] PASSED
1177 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var=none)-unexpected character/s "none"] PASSED
1178 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var=1.1)-unexpected character/s "1.1"] PASSED
1179 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var=')-closing quote "'" is missing] PASSED
1180 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var=")-closing quote """ is missing] PASSED
1181 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var="')-closing quote """ is missing] PASSED
1182 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var='")-closing quote "'" is missing] PASSED
1183 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(var='\\hugo')-escaping with "\\\\" not supported in marker expression] PASSED
1184 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value[mark(empty_list=[])-unexpected character/s "\\[\\]"] PASSED
1185 testing/test_mark_expression.py::test_invalid_kwarg_name_or_value['str'-expected not OR left parenthesis OR identifier; got string literal] PASSED
1186 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a=1)-True] PASSED
1187 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(b=2)-True] PASSED
1188 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a=1,b=2)-True] PASSED
1189 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a=1,     b=2)-True] PASSED
1190 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(d=999999)-True] PASSED
1191 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a   =   1,b= 2,     c = 3)-True] PASSED
1192 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a=6)-False] PASSED
1193 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(b=6)-False] PASSED
1194 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a=1,b=6)-False] PASSED
1195 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a=6,b=2)-False] PASSED
1196 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a   =   1,b= 2,     c = 6)-False] PASSED
1197 testing/test_mark_expression.py::test_keyword_expressions_with_numbers[number_mark(a='1')-False] PASSED
1198 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(x=True)-True] PASSED
1199 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(x=False)-False] PASSED
1200 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(y=True)-False] PASSED
1201 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(y=False)-True] PASSED
1202 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(z=None)-True] PASSED
1203 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(z=False)-False] PASSED
1204 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(z=True)-False] PASSED
1205 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(z=0)-False] PASSED
1206 testing/test_mark_expression.py::test_builtin_matchers_keyword_expressions[builtin_matchers_mark(z=1)-False] PASSED
1207 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(m='M')-True] PASSED
1208 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(m="M")-True] PASSED
1209 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(aa\u05d0\u05d1\u05d2\u05d3cc='aa\u05d0\u05d1\u05d2\u05d3cc')-True] PASSED
1210 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(\u05d0\u05d1\u05d2\u05d3='\u05d0\u05d1\u05d2\u05d3')-True] PASSED
1211 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(space='with space')-True] PASSED
1212 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(empty='')-True] PASSED
1213 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(empty="")-True] PASSED
1214 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(m='wrong')-False] PASSED
1215 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(aa\u05d0\u05d1\u05d2\u05d3cc='wrong')-False] PASSED
1216 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(\u05d0\u05d1\u05d2\u05d3='wrong')-False] PASSED
1217 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(m='')-False] PASSED
1218 testing/test_mark_expression.py::test_str_keyword_expressions[str_mark(m="")-False] PASSED
1219 testing/test_monkeypatch.py::test_setattr PASSED
1220 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_string_expression PASSED
1221 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_string_expression_class PASSED
1222 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_unicode_string PASSED
1223 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_wrong_target PASSED
1224 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_unknown_import PASSED
1225 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_unknown_attr PASSED
1226 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_unknown_attr_non_raising PASSED
1227 testing/test_monkeypatch.py::TestSetattrWithImportPath::test_delattr PASSED
1228 testing/test_monkeypatch.py::test_delattr PASSED
1229 testing/test_monkeypatch.py::test_setitem PASSED
1230 testing/test_monkeypatch.py::test_setitem_deleted_meanwhile PASSED
1231 testing/test_monkeypatch.py::test_setenv_deleted_meanwhile[True] PASSED
1232 testing/test_monkeypatch.py::test_setenv_deleted_meanwhile[False] PASSED
1233 testing/test_monkeypatch.py::test_delitem PASSED
1234 testing/test_monkeypatch.py::test_setenv PASSED
1235 testing/test_monkeypatch.py::test_delenv PASSED
1236 testing/test_monkeypatch.py::TestEnvironWarnings::test_setenv_non_str_warning PASSED
1237 testing/test_monkeypatch.py::test_setenv_prepend PASSED
1238 testing/test_monkeypatch.py::test_syspath_prepend PASSED
1239 testing/test_monkeypatch.py::test_syspath_prepend_double_undo PASSED
1240 testing/test_monkeypatch.py::test_chdir_with_path_local PASSED
1241 testing/test_monkeypatch.py::test_chdir_with_str PASSED
1242 testing/test_monkeypatch.py::test_chdir_undo PASSED
1243 testing/test_monkeypatch.py::test_chdir_double_undo PASSED
1244 testing/test_monkeypatch.py::test_issue156_undo_staticmethod[new] PASSED
1245 testing/test_monkeypatch.py::test_issue156_undo_staticmethod[new-inherit] PASSED
1246 testing/test_monkeypatch.py::test_undo_class_descriptors_delattr PASSED
1247 testing/test_monkeypatch.py::test_issue1338_name_resolving PASSED
1248 testing/test_monkeypatch.py::test_context PASSED
1249 testing/test_monkeypatch.py::test_context_classmethod PASSED
1250 testing/test_nodes.py::test_node_from_parent_disallowed_arguments PASSED
1251 testing/test_nodes.py::test_node_direct_construction_deprecated PASSED
1252 testing/test_nodes.py::test_subclassing_both_item_and_collector_deprecated PASSED
1253 testing/test_nodes.py::test__check_initialpaths_for_relpath PASSED
1254 testing/test_parseopt.py::TestParser::test_no_help_by_default PASSED
1255 testing/test_parseopt.py::TestParser::test_custom_prog PASSED
1256 testing/test_parseopt.py::TestParser::test_argument PASSED
1257 testing/test_parseopt.py::TestParser::test_argument_type PASSED
1258 testing/test_parseopt.py::TestParser::test_argument_processopt PASSED
1259 testing/test_parseopt.py::TestParser::test_group_add_and_get PASSED
1260 testing/test_parseopt.py::TestParser::test_getgroup_simple PASSED
1261 testing/test_parseopt.py::TestParser::test_group_ordering PASSED
1262 testing/test_parseopt.py::TestParser::test_group_addoption PASSED
1263 testing/test_parseopt.py::TestParser::test_group_addoption_conflict PASSED
1264 testing/test_parseopt.py::TestParser::test_group_shortopt_lowercase PASSED
1265 testing/test_parseopt.py::TestParser::test_parser_addoption PASSED
1266 testing/test_parseopt.py::TestParser::test_parse PASSED
1267 testing/test_parseopt.py::TestParser::test_parse2 PASSED
1268 testing/test_parseopt.py::TestParser::test_parse_from_file PASSED
1269 testing/test_parseopt.py::TestParser::test_parse_known_args PASSED
1270 testing/test_parseopt.py::TestParser::test_parse_known_and_unknown_args PASSED
1271 testing/test_parseopt.py::TestParser::test_parse_will_set_default PASSED
1272 testing/test_parseopt.py::TestParser::test_parse_setoption PASSED
1273 testing/test_parseopt.py::TestParser::test_parse_special_destination PASSED
1274 testing/test_parseopt.py::TestParser::test_parse_split_positional_arguments PASSED
1275 testing/test_parseopt.py::TestParser::test_parse_defaultgetter PASSED
1276 testing/test_parseopt.py::TestParser::test_drop_short_helper PASSED
1277 testing/test_parseopt.py::TestParser::test_drop_short_0 PASSED
1278 testing/test_parseopt.py::TestParser::test_drop_short_2 PASSED
1279 testing/test_parseopt.py::TestParser::test_drop_short_3 PASSED
1280 testing/test_parseopt.py::TestParser::test_drop_short_help0 PASSED
1281 testing/test_parseopt.py::TestParser::test_drop_short_help1 PASSED
1282 testing/test_parseopt.py::TestParser::test_multiple_metavar_help PASSED
1283 testing/test_pastebin.py::TestPaste::test_pastebin_invalid_url PASSED
1284 testing/test_pastebin.py::TestPaste::test_pastebin_http_error PASSED
1285 testing/test_pastebin.py::TestPaste::test_create_new_paste PASSED
1286 testing/test_pastebin.py::TestPaste::test_create_new_paste_failure PASSED
1287 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_hook_tracing PASSED
1288 testing/test_pluginmanager.py::TestPytestPluginManager::test_register_imported_modules PASSED
1289 testing/test_pluginmanager.py::TestPytestPluginManager::test_canonical_import PASSED
1290 testing/test_pluginmanager.py::TestPytestPluginManager::test_consider_env_fails_to_import PASSED
1291 testing/test_pluginmanager.py::TestPytestPluginManagerBootstrapping::test_preparse_args PASSED
1292 testing/test_pluginmanager.py::TestPytestPluginManagerBootstrapping::test_plugin_prevent_register PASSED
1293 testing/test_pluginmanager.py::TestPytestPluginManagerBootstrapping::test_plugin_prevent_register_unregistered_already_registered PASSED
1294 testing/test_pluginmanager.py::TestPytestPluginManagerBootstrapping::test_plugin_prevent_register_stepwise_on_cacheprovider_unregister PASSED
1295 testing/test_pluginmanager.py::TestPytestPluginManagerBootstrapping::test_blocked_plugin_can_be_used PASSED
1296 testing/test_pytester.py::test_hookrecorder_basic[apiclass] PASSED
1297 testing/test_pytester.py::test_hookrecorder_basic[api] PASSED
1298 testing/test_pytester.py::TestSysModulesSnapshot::test_remove_added PASSED
1299 testing/test_pytester.py::TestSysModulesSnapshot::test_add_removed PASSED
1300 testing/test_pytester.py::TestSysModulesSnapshot::test_restore_reloaded PASSED
1301 testing/test_pytester.py::TestSysModulesSnapshot::test_preserve_modules PASSED
1302 testing/test_pytester.py::TestSysModulesSnapshot::test_preserve_container PASSED
1303 testing/test_pytester.py::TestSysPathsSnapshot::test_restore[path] PASSED
1304 testing/test_pytester.py::TestSysPathsSnapshot::test_restore[meta_path] PASSED
1305 testing/test_pytester.py::TestSysPathsSnapshot::test_preserve_container[path] PASSED
1306 testing/test_pytester.py::TestSysPathsSnapshot::test_preserve_container[meta_path] PASSED
1307 testing/test_pytester.py::test_linematcher_with_nonlist PASSED
1308 testing/test_pytester.py::test_linematcher_match_failure PASSED
1309 testing/test_pytester.py::test_linematcher_consecutive PASSED
1310 testing/test_pytester.py::test_linematcher_no_matching[no_fnmatch_line] PASSED
1311 testing/test_pytester.py::test_linematcher_no_matching[no_re_match_line] PASSED
1312 testing/test_pytester.py::test_linematcher_no_matching_after_match PASSED
1313 testing/test_pytester.py::test_linematcher_string_api PASSED
1314 testing/test_pytester.py::test_pytest_addopts_before_pytester PASSED
1315 testing/test_pytester.py::test_run_result_repr PASSED
1316 testing/test_pytester.py::test_parse_summary_line_always_plural PASSED
1317 testing/test_recwarn.py::test_recwarn_stacklevel PASSED
1318 testing/test_recwarn.py::test_recwarn_captures_deprecation_warning PASSED
1319 testing/test_recwarn.py::TestSubclassWarningPop::test_pop_finds_exact_match PASSED
1320 testing/test_recwarn.py::TestSubclassWarningPop::test_pop_raises_if_no_match PASSED
1321 testing/test_recwarn.py::TestSubclassWarningPop::test_pop_finds_best_inexact_match PASSED
1322 testing/test_recwarn.py::TestWarningsRecorderChecker::test_recording PASSED
1323 testing/test_recwarn.py::TestWarningsRecorderChecker::test_warn_stacklevel PASSED
1324 testing/test_recwarn.py::TestWarningsRecorderChecker::test_typechecking PASSED
1325 testing/test_recwarn.py::TestWarningsRecorderChecker::test_invalid_enter_exit PASSED
1326 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_raises PASSED
1327 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call PASSED
1328 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_ret PASSED
1329 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_preserves PASSED
1330 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_explicit_call_raises PASSED
1331 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_explicit_call PASSED
1332 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_no_warning[context_manager] PASSED
1333 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_no_warning[call] PASSED
1334 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[True-context_manager-PendingDeprecationWarning] PASSED
1335 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[True-context_manager-DeprecationWarning] PASSED
1336 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[True-context_manager-FutureWarning] PASSED
1337 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[True-call-PendingDeprecationWarning] PASSED
1338 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[True-call-DeprecationWarning] PASSED
1339 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[True-call-FutureWarning] PASSED
1340 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[False-context_manager-PendingDeprecationWarning] PASSED
1341 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[False-context_manager-DeprecationWarning] PASSED
1342 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[False-context_manager-FutureWarning] PASSED
1343 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[False-call-PendingDeprecationWarning] PASSED
1344 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[False-call-DeprecationWarning] PASSED
1345 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_modes[False-call-FutureWarning] PASSED
1346 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_specificity PASSED
1347 testing/test_recwarn.py::TestDeprecatedCall::test_deprecated_call_supports_match PASSED
1348 testing/test_recwarn.py::TestWarns::test_check_callable PASSED
1349 testing/test_recwarn.py::TestWarns::test_several_messages PASSED
1350 testing/test_recwarn.py::TestWarns::test_function PASSED
1351 testing/test_recwarn.py::TestWarns::test_warning_tuple PASSED
1352 testing/test_recwarn.py::TestWarns::test_as_contextmanager PASSED
1353 testing/test_recwarn.py::TestWarns::test_record PASSED
1354 testing/test_recwarn.py::TestWarns::test_record_only PASSED
1355 testing/test_recwarn.py::TestWarns::test_record_only_none_type_error PASSED
1356 testing/test_recwarn.py::TestWarns::test_record_by_subclass PASSED
1357 testing/test_recwarn.py::TestWarns::test_match_regex PASSED
1358 testing/test_recwarn.py::TestWarns::test_one_from_multiple_warns PASSED
1359 testing/test_recwarn.py::TestWarns::test_none_of_multiple_warns PASSED
1360 testing/test_recwarn.py::TestWarns::test_can_capture_previously_warned PASSED
1361 testing/test_recwarn.py::TestWarns::test_warns_context_manager_with_kwargs PASSED
1362 testing/test_recwarn.py::TestWarns::test_re_emit_single PASSED
1363 testing/test_recwarn.py::TestWarns::test_re_emit_multiple PASSED
1364 testing/test_recwarn.py::TestWarns::test_re_emit_match_single PASSED
1365 testing/test_recwarn.py::TestWarns::test_re_emit_match_multiple PASSED
1366 testing/test_recwarn.py::TestWarns::test_re_emit_non_match_single PASSED
1367 testing/test_recwarn.py::TestWarns::test_catch_warning_within_raise PASSED
1368 testing/test_recwarn.py::test_raise_type_error_on_invalid_warning PASSED
1369 testing/test_recwarn.py::test_no_raise_type_error_on_valid_warning[str] PASSED
1370 testing/test_recwarn.py::test_no_raise_type_error_on_valid_warning[UserWarning] PASSED
1371 testing/test_recwarn.py::test_no_raise_type_error_on_valid_warning[Warning] PASSED
1372 testing/test_recwarn.py::test_raise_type_error_on_invalid_warning_message_cpython PASSED
1373 testing/test_recwarn.py::test_multiple_arg_custom_warning PASSED
1374 testing/test_runner.py::test_report_extra_parameters[BaseReport] PASSED
1375 testing/test_runner.py::test_report_extra_parameters[TestReport] PASSED
1376 testing/test_runner.py::test_report_extra_parameters[CollectReport] PASSED
1377 testing/test_runner.py::test_callinfo PASSED
1378 testing/test_runner.py::test_outcomeexception_exceptionattributes PASSED
1379 testing/test_runner.py::test_outcomeexception_passes_except_Exception PASSED
1380 testing/test_runner.py::test_pytest_exit PASSED
1381 testing/test_runner.py::test_pytest_fail PASSED
1382 testing/test_runner.py::test_exception_printing_skip PASSED
1383 testing/test_runner.py::test_importorskip PASSED
1384 testing/test_runner.py::test_importorskip_imports_last_module_part PASSED
1385 testing/test_runner.py::TestImportOrSkipExcType::test_no_warning PASSED
1386 testing/test_runner.py::test_importorskip_dev_module PASSED
1387 testing/test_runner.py::test_store_except_info_on_error PASSED
1388 testing/test_runner.py::test_outcome_exception_bad_msg PASSED
1389 testing/test_scope.py::test_ordering PASSED
1390 testing/test_scope.py::test_next_lower PASSED
1391 testing/test_scope.py::test_next_higher PASSED
1392 testing/test_scope.py::test_from_user PASSED
1393 testing/test_skipping.py::test_importorskip PASSED
1394 testing/test_stash.py::test_stash PASSED
1395 testing/test_terminal.py::test_plugin_nameversion[normal] PASSED
1396 testing/test_terminal.py::test_plugin_nameversion[prefix-strip] PASSED
1397 testing/test_terminal.py::test_plugin_nameversion[deduplicate] PASSED
1398 testing/test_terminal.py::test_getreportopt PASSED
1399 testing/test_terminal.py::test_summary_stats[red-exp_line0-stats_arg0] PASSED
1400 testing/test_terminal.py::test_summary_stats[red-exp_line1-stats_arg1] PASSED
1401 testing/test_terminal.py::test_summary_stats[red-exp_line2-stats_arg2] PASSED
1402 testing/test_terminal.py::test_summary_stats[red-exp_line3-stats_arg3] PASSED
1403 testing/test_terminal.py::test_summary_stats[red-exp_line4-stats_arg4] PASSED
1404 testing/test_terminal.py::test_summary_stats[yellow-exp_line5-stats_arg5] PASSED
1405 testing/test_terminal.py::test_summary_stats[yellow-exp_line6-stats_arg6] PASSED
1406 testing/test_terminal.py::test_summary_stats[yellow-exp_line7-stats_arg7] PASSED
1407 testing/test_terminal.py::test_summary_stats[yellow-exp_line8-stats_arg8] PASSED
1408 testing/test_terminal.py::test_summary_stats[green-exp_line9-stats_arg9] PASSED
1409 testing/test_terminal.py::test_summary_stats[yellow-exp_line10-stats_arg10] PASSED
1410 testing/test_terminal.py::test_summary_stats[green-exp_line11-stats_arg11] PASSED
1411 testing/test_terminal.py::test_summary_stats[yellow-exp_line12-stats_arg12] PASSED
1412 testing/test_terminal.py::test_summary_stats[green-exp_line13-stats_arg13] PASSED
1413 testing/test_terminal.py::test_summary_stats[yellow-exp_line14-stats_arg14] PASSED
1414 testing/test_terminal.py::test_summary_stats[green-exp_line15-stats_arg15] PASSED
1415 testing/test_terminal.py::test_summary_stats[yellow-exp_line16-stats_arg16] PASSED
1416 testing/test_terminal.py::test_summary_stats[yellow-exp_line17-stats_arg17] PASSED
1417 testing/test_terminal.py::test_summary_stats[yellow-exp_line18-stats_arg18] PASSED
1418 testing/test_terminal.py::test_summary_stats[yellow-exp_line19-stats_arg19] PASSED
1419 testing/test_terminal.py::test_summary_stats[green-exp_line20-stats_arg20] PASSED
1420 testing/test_terminal.py::test_summary_stats[red-exp_line21-stats_arg21] PASSED
1421 testing/test_terminal.py::test_summary_stats[green-exp_line22-stats_arg22] PASSED
1422 testing/test_terminal.py::test_skip_counting_towards_summary PASSED
1423 testing/test_terminal.py::test_skip_reasons_folding PASSED
1424 testing/test_terminal.py::test_line_with_reprcrash PASSED
1425 testing/test_terminal.py::test_format_session_duration[10.0-10.00s] PASSED
1426 testing/test_terminal.py::test_format_session_duration[10.34-10.34s] PASSED
1427 testing/test_terminal.py::test_format_session_duration[59.99-59.99s] PASSED
1428 testing/test_terminal.py::test_format_session_duration[60.55-60.55s (0:01:00)] PASSED
1429 testing/test_terminal.py::test_format_session_duration[123.55-123.55s (0:02:03)] PASSED
1430 testing/test_terminal.py::test_format_session_duration[3600.5-3600.50s (1:00:00)] PASSED
1431 testing/test_terminal.py::test_raw_skip_reason_skipped PASSED
1432 testing/test_terminal.py::test_raw_skip_reason_xfail PASSED
1433 testing/test_terminal.py::test_format_trimmed PASSED
1434 testing/test_tmpdir.py::TestTmpPathHandler::test_mktemp PASSED
1435 testing/test_tmpdir.py::TestTmpPathHandler::test_tmppath_relative_basetemp_absolute PASSED
1436 testing/test_tmpdir.py::test_get_user_uid_not_found PASSED
1437 testing/test_tmpdir.py::test_get_user SKIPPED (win only)
1438 testing/test_tmpdir.py::TestNumberedDir::test_make PASSED
1439 testing/test_tmpdir.py::TestNumberedDir::test_cleanup_lock_create PASSED
1440 testing/test_tmpdir.py::TestNumberedDir::test_lock_register_cleanup_removal PASSED
1441 testing/test_tmpdir.py::TestNumberedDir::test_cleanup_keep PASSED
1442 testing/test_tmpdir.py::TestNumberedDir::test_cleanup_keep_0 PASSED
1443 testing/test_tmpdir.py::TestNumberedDir::test_cleanup_locked PASSED
1444 testing/test_tmpdir.py::TestNumberedDir::test_cleanup_ignores_symlink PASSED
1445 testing/test_tmpdir.py::TestNumberedDir::test_removal_accepts_lock PASSED
1446 testing/test_tmpdir.py::TestRmRf::test_rm_rf PASSED
1447 testing/test_tmpdir.py::TestRmRf::test_rm_rf_with_read_only_file PASSED
1448 testing/test_tmpdir.py::TestRmRf::test_rm_rf_with_read_only_directory PASSED
1449 testing/test_tmpdir.py::TestRmRf::test_on_rm_rf_error PASSED
1450 testing/test_tmpdir.py::test_tmp_path_factory_handles_invalid_dir_characters PASSED
1451 testing/test_tmpdir.py::test_tmp_path_factory_create_directory_with_safe_permissions PASSED
1452 testing/test_tmpdir.py::test_tmp_path_factory_fixes_up_world_readable_permissions PASSED
1453 testing/test_warning_types.py::test_warning_types[PytestWarning] PASSED
1454 testing/test_warning_types.py::test_warning_types[PytestAssertRewriteWarning] PASSED
1455 testing/test_warning_types.py::test_warning_types[PytestCacheWarning] PASSED
1456 testing/test_warning_types.py::test_warning_types[PytestConfigWarning] PASSED
1457 testing/test_warning_types.py::test_warning_types[PytestCollectionWarning] PASSED
1458 testing/test_warning_types.py::test_warning_types[PytestDeprecationWarning] PASSED
1459 testing/test_warning_types.py::test_warning_types[PytestRemovedIn9Warning] PASSED
1460 testing/test_warning_types.py::test_warning_types[PytestReturnNotNoneWarning] PASSED
1461 testing/test_warning_types.py::test_warning_types[PytestExperimentalApiWarning] PASSED
1462 testing/test_warning_types.py::test_warning_types[PytestUnhandledCoroutineWarning] PASSED
1463 testing/test_warning_types.py::test_warning_types[PytestUnknownMarkWarning] PASSED
1464 testing/test_warning_types.py::test_warning_types[PytestUnraisableExceptionWarning] PASSED
1465 testing/test_warning_types.py::test_warning_types[PytestUnhandledThreadExceptionWarning] PASSED
1466 testing/test_warning_types.py::test_warn_explicit_for_annotates_errors_with_location PASSED
1467 testing/test_warnings.py::test_warnings_checker_twice PASSED
1468 testing/acceptance_test.py::TestGeneralUsage::test_config_error PASSED
1469 testing/acceptance_test.py::TestGeneralUsage::test_root_conftest_syntax_error PASSED
1470 testing/acceptance_test.py::TestGeneralUsage::test_early_hook_error_issue38_1 PASSED
1471 testing/acceptance_test.py::TestGeneralUsage::test_early_hook_configure_error_issue38 PASSED
1472 testing/acceptance_test.py::TestGeneralUsage::test_file_not_found PASSED
1473 testing/acceptance_test.py::TestGeneralUsage::test_file_not_found_unconfigure_issue143 PASSED
1474 testing/acceptance_test.py::TestGeneralUsage::test_config_preparse_plugin_option PASSED
1475 testing/acceptance_test.py::TestGeneralUsage::test_early_load_setuptools_name[True] PASSED
1476 testing/acceptance_test.py::TestGeneralUsage::test_early_load_setuptools_name[False] PASSED
1477 testing/acceptance_test.py::TestGeneralUsage::test_assertion_rewrite[prepend] PASSED
1478 testing/acceptance_test.py::TestGeneralUsage::test_assertion_rewrite[append] PASSED
1479 testing/acceptance_test.py::TestGeneralUsage::test_assertion_rewrite[importlib] PASSED
1480 testing/acceptance_test.py::TestGeneralUsage::test_nested_import_error PASSED
1481 testing/acceptance_test.py::TestGeneralUsage::test_not_collectable_arguments PASSED
1482 testing/acceptance_test.py::TestGeneralUsage::test_better_reporting_on_conftest_load_failure PASSED
1483 testing/acceptance_test.py::TestGeneralUsage::test_early_skip PASSED
1484 testing/acceptance_test.py::TestGeneralUsage::test_issue88_initial_file_multinodes PASSED
1485 testing/acceptance_test.py::TestGeneralUsage::test_issue93_initialnode_importing_capturing PASSED
1486 testing/acceptance_test.py::TestGeneralUsage::test_conftest_printing_shows_if_error PASSED
1487 testing/acceptance_test.py::TestGeneralUsage::test_issue109_sibling_conftests_not_loaded PASSED
1488 testing/acceptance_test.py::TestGeneralUsage::test_directory_skipped PASSED
1489 testing/acceptance_test.py::TestGeneralUsage::test_multiple_items_per_collector_byid PASSED
1490 testing/acceptance_test.py::TestGeneralUsage::test_skip_on_generated_funcarg_id PASSED
1491 testing/acceptance_test.py::TestGeneralUsage::test_direct_addressing_selects PASSED
1492 testing/acceptance_test.py::TestGeneralUsage::test_direct_addressing_selects_duplicates PASSED
1493 testing/acceptance_test.py::TestGeneralUsage::test_direct_addressing_selects_duplicates_1 PASSED
1494 testing/acceptance_test.py::TestGeneralUsage::test_direct_addressing_selects_duplicates_2 PASSED
1495 testing/acceptance_test.py::TestGeneralUsage::test_direct_addressing_notfound PASSED
1496 testing/acceptance_test.py::TestGeneralUsage::test_initialization_error_issue49 PASSED
1497 testing/acceptance_test.py::TestGeneralUsage::test_issue134_report_error_when_collecting_member[test_fun.py::test_a] PASSED
1498 testing/acceptance_test.py::TestGeneralUsage::test_report_all_failed_collections_initargs PASSED
1499 testing/acceptance_test.py::TestGeneralUsage::test_namespace_import_doesnt_confuse_import_hook PASSED
1500 testing/acceptance_test.py::TestGeneralUsage::test_unknown_option PASSED
1501 testing/acceptance_test.py::TestGeneralUsage::test_getsourcelines_error_issue553 PASSED
1502 testing/acceptance_test.py::TestGeneralUsage::test_plugins_given_as_strings PASSED
1503 testing/acceptance_test.py::TestGeneralUsage::test_parametrized_with_bytes_regex PASSED
1504 testing/acceptance_test.py::TestGeneralUsage::test_parametrized_with_null_bytes PASSED
1505 testing/acceptance_test.py::TestGeneralUsage::test_command_line_args_from_file PASSED
1506 testing/acceptance_test.py::TestInvocationVariants::test_earlyinit PASSED
1507 testing/acceptance_test.py::TestInvocationVariants::test_pydoc PASSED
1508 testing/acceptance_test.py::TestInvocationVariants::test_import_star_pytest PASSED
1509 testing/acceptance_test.py::TestInvocationVariants::test_double_pytestcmdline PASSED
1510 testing/acceptance_test.py::TestInvocationVariants::test_python_minus_m_invocation_ok PASSED
1511 testing/acceptance_test.py::TestInvocationVariants::test_python_minus_m_invocation_fail PASSED
1512 testing/acceptance_test.py::TestInvocationVariants::test_python_pytest_package PASSED
1513 testing/acceptance_test.py::TestInvocationVariants::test_invoke_with_path PASSED
1514 testing/acceptance_test.py::TestInvocationVariants::test_pyargs_importerror PASSED
1515 testing/acceptance_test.py::TestInvocationVariants::test_pyargs_only_imported_once PASSED
1516 testing/acceptance_test.py::TestInvocationVariants::test_pyargs_filename_looks_like_module PASSED
1517 testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_package PASSED
1518 testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_namespace_package PASSED
1519 testing/acceptance_test.py::TestInvocationVariants::test_invoke_test_and_doctestmodules PASSED
1520 testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_package_symlink PASSED
1521 testing/acceptance_test.py::TestInvocationVariants::test_cmdline_python_package_not_exists PASSED
1522 testing/acceptance_test.py::TestInvocationVariants::test_noclass_discovery_if_not_testcase XFAIL
1523 testing/acceptance_test.py::TestInvocationVariants::test_doctest_id PASSED
1524 testing/acceptance_test.py::TestDurations::test_calls PASSED
1525 testing/acceptance_test.py::TestDurations::test_calls_show_2 PASSED
1526 testing/acceptance_test.py::TestDurations::test_calls_showall PASSED
1527 testing/acceptance_test.py::TestDurations::test_calls_showall_verbose PASSED
1528 testing/acceptance_test.py::TestDurations::test_with_deselected PASSED
1529 testing/acceptance_test.py::TestDurations::test_with_failing_collection PASSED
1530 testing/acceptance_test.py::TestDurations::test_with_not PASSED
1531 testing/acceptance_test.py::TestDurationsWithFixture::test_setup_function PASSED
1532 testing/acceptance_test.py::test_zipimport_hook PASSED
1533 testing/acceptance_test.py::test_import_plugin_unicode_name PASSED
1534 testing/acceptance_test.py::test_pytest_plugins_as_module PASSED
1535 testing/acceptance_test.py::test_deferred_hook_checking PASSED
1536 testing/acceptance_test.py::test_fixture_order_respects_scope PASSED
1537 testing/acceptance_test.py::test_fixture_mock_integration PASSED
1538 testing/acceptance_test.py::test_usage_error_code PASSED
1539 testing/acceptance_test.py::test_warn_on_async_function PASSED
1540 testing/acceptance_test.py::test_warn_on_async_gen_function PASSED
1541 testing/acceptance_test.py::test_no_brokenpipeerror_message PASSED
1542 testing/acceptance_test.py::test_function_return_non_none_warning PASSED
1543 testing/acceptance_test.py::test_issue_9765 SKIPPED (Test is not iso...)
1544 testing/acceptance_test.py::test_no_terminal_plugin PASSED
1545 testing/code/test_excinfo.py::TestTraceback_f_g_h::test_traceback_cut_excludepath PASSED
1546 testing/code/test_excinfo.py::test_match_raises_error PASSED
1547 testing/code/test_excinfo.py::test_cwd_deleted PASSED
1548 testing/code/test_excinfo.py::test_regression_negative_line_index PASSED
1549 testing/code/test_excinfo.py::test_native_exceptiongroup[none-none] SKIPPED
1550 testing/code/test_excinfo.py::test_native_exceptiongroup[none-from] SKIPPED
1551 testing/code/test_excinfo.py::test_native_exceptiongroup[none-another] SKIPPED
1552 testing/code/test_excinfo.py::test_native_exceptiongroup[from-none] SKIPPED
1553 testing/code/test_excinfo.py::test_native_exceptiongroup[from-from] SKIPPED
1554 testing/code/test_excinfo.py::test_native_exceptiongroup[from-another] SKIPPED
1555 testing/code/test_excinfo.py::test_native_exceptiongroup[another-none] SKIPPED
1556 testing/code/test_excinfo.py::test_native_exceptiongroup[another-from] SKIPPED
1557 testing/code/test_excinfo.py::test_native_exceptiongroup[another-another] SKIPPED
1558 testing/code/test_excinfo.py::test_exceptiongroup[none-none] PASSED
1559 testing/code/test_excinfo.py::test_exceptiongroup[none-from] PASSED
1560 testing/code/test_excinfo.py::test_exceptiongroup[none-another] PASSED
1561 testing/code/test_excinfo.py::test_exceptiongroup[from-none] PASSED
1562 testing/code/test_excinfo.py::test_exceptiongroup[from-from] PASSED
1563 testing/code/test_excinfo.py::test_exceptiongroup[from-another] PASSED
1564 testing/code/test_excinfo.py::test_exceptiongroup[another-none] PASSED
1565 testing/code/test_excinfo.py::test_exceptiongroup[another-from] PASSED
1566 testing/code/test_excinfo.py::test_exceptiongroup[another-another] PASSED
1567 testing/code/test_excinfo.py::test_all_entries_hidden[long] PASSED
1568 testing/code/test_excinfo.py::test_all_entries_hidden[short] PASSED
1569 testing/code/test_excinfo.py::test_all_entries_hidden[auto] PASSED
1570 testing/code/test_excinfo.py::test_all_entries_hidden[line] PASSED
1571 testing/code/test_excinfo.py::test_all_entries_hidden[native] PASSED
1572 testing/code/test_excinfo.py::test_hidden_entries_of_chained_exceptions_are_not_shown PASSED
1573 testing/deprecated_test.py::test_external_plugins_integrated[pytest_capturelog] PASSED
1574 testing/deprecated_test.py::test_external_plugins_integrated[pytest_catchlog] PASSED
1575 testing/deprecated_test.py::test_external_plugins_integrated[pytest_faulthandler] PASSED
1576 testing/deprecated_test.py::test_node_ctor_fspath_argument_is_deprecated PASSED
1577 testing/examples/test_issue519.py::test_519 PASSED
1578 testing/logging/test_fixture.py::test_fixture_help PASSED
1579 testing/logging/test_fixture.py::test_change_level_undo PASSED
1580 testing/logging/test_fixture.py::test_change_disabled_level_undo PASSED
1581 testing/logging/test_fixture.py::test_change_level_undoes_handler_level PASSED
1582 testing/logging/test_fixture.py::test_ini_controls_global_log_level PASSED
1583 testing/logging/test_fixture.py::test_can_override_global_log_level PASSED
1584 testing/logging/test_fixture.py::test_captures_despite_exception PASSED
1585 testing/logging/test_fixture.py::test_log_report_captures_according_to_config_option_upon_failure PASSED
1586 testing/logging/test_reporting.py::test_nothing_logged PASSED
1587 testing/logging/test_reporting.py::test_messages_logged PASSED
1588 testing/logging/test_reporting.py::test_root_logger_affected PASSED
1589 testing/logging/test_reporting.py::test_log_cli_level_log_level_interaction PASSED
1590 testing/logging/test_reporting.py::test_setup_logging PASSED
1591 testing/logging/test_reporting.py::test_teardown_logging PASSED
1592 testing/logging/test_reporting.py::test_log_cli_enabled_disabled[True] PASSED
1593 testing/logging/test_reporting.py::test_log_cli_enabled_disabled[False] PASSED
1594 testing/logging/test_reporting.py::test_log_cli_default_level PASSED
1595 testing/logging/test_reporting.py::test_log_cli_default_level_multiple_tests PASSED
1596 testing/logging/test_reporting.py::test_log_cli_default_level_sections PASSED
1597 testing/logging/test_reporting.py::test_live_logs_unknown_sections PASSED
1598 testing/logging/test_reporting.py::test_sections_single_new_line_after_test_outcome PASSED
1599 testing/logging/test_reporting.py::test_log_cli_level PASSED
1600 testing/logging/test_reporting.py::test_log_cli_ini_level PASSED
1601 testing/logging/test_reporting.py::test_log_cli_auto_enable[] PASSED
1602 testing/logging/test_reporting.py::test_log_cli_auto_enable[--log-level=WARNING] PASSED
1603 testing/logging/test_reporting.py::test_log_cli_auto_enable[--log-file-level=WARNING] PASSED
1604 testing/logging/test_reporting.py::test_log_cli_auto_enable[--log-cli-level=WARNING] PASSED
1605 testing/logging/test_reporting.py::test_log_file_cli PASSED
1606 testing/logging/test_reporting.py::test_log_file_mode_cli PASSED
1607 testing/logging/test_reporting.py::test_log_file_mode_cli_invalid PASSED
1608 testing/logging/test_reporting.py::test_log_file_cli_level PASSED
1609 testing/logging/test_reporting.py::test_log_level_not_changed_by_default PASSED
1610 testing/logging/test_reporting.py::test_log_file_ini PASSED
1611 testing/logging/test_reporting.py::test_log_file_mode_ini PASSED
1612 testing/logging/test_reporting.py::test_log_file_ini_level PASSED
1613 testing/logging/test_reporting.py::test_log_file_unicode PASSED
1614 testing/logging/test_reporting.py::test_collection_live_logging PASSED
1615 testing/logging/test_reporting.py::test_collection_collect_only_live_logging[] PASSED
1616 testing/logging/test_reporting.py::test_collection_collect_only_live_logging[-q] PASSED
1617 testing/logging/test_reporting.py::test_collection_collect_only_live_logging[-qq] PASSED
1618 testing/logging/test_reporting.py::test_collection_logging_to_file PASSED
1619 testing/logging/test_reporting.py::test_log_in_hooks PASSED
1620 testing/logging/test_reporting.py::test_log_in_runtest_logreport PASSED
1621 testing/logging/test_reporting.py::test_log_set_path PASSED
1622 testing/logging/test_reporting.py::test_log_set_path_with_log_file_mode PASSED
1623 testing/logging/test_reporting.py::test_colored_captured_log PASSED
1624 testing/logging/test_reporting.py::test_colored_ansi_esc_caplogtext PASSED
1625 testing/logging/test_reporting.py::test_logging_emit_error PASSED
1626 testing/logging/test_reporting.py::test_logging_emit_error_supressed PASSED
1627 testing/logging/test_reporting.py::test_log_file_cli_subdirectories_are_successfully_created PASSED
1628 testing/logging/test_reporting.py::test_disable_loggers PASSED
1629 testing/logging/test_reporting.py::test_disable_loggers_does_not_propagate PASSED
1630 testing/logging/test_reporting.py::test_log_disabling_works_with_log_cli PASSED
1631 testing/logging/test_reporting.py::test_without_date_format_log PASSED
1632 testing/logging/test_reporting.py::test_date_format_log PASSED
1633 testing/logging/test_reporting.py::test_date_format_percentf_log PASSED
1634 testing/logging/test_reporting.py::test_date_format_percentf_tz_log PASSED
1635 testing/logging/test_reporting.py::test_log_file_cli_fallback_options PASSED
1636 testing/python/approx.py::TestApprox::test_unicode_plus_minus PASSED
1637 testing/python/collect.py::TestModule::test_failing_import PASSED
1638 testing/python/collect.py::TestModule::test_import_duplicate PASSED
1639 testing/python/collect.py::TestModule::test_import_prepend_append PASSED
1640 testing/python/collect.py::TestModule::test_syntax_error_in_module PASSED
1641 testing/python/collect.py::TestModule::test_module_considers_pluginmanager_at_import PASSED
1642 testing/python/collect.py::TestModule::test_invalid_test_module_name PASSED
1643 testing/python/collect.py::TestModule::test_show_traceback_import_error[0] PASSED
1644 testing/python/collect.py::TestModule::test_show_traceback_import_error[1] PASSED
1645 testing/python/collect.py::TestModule::test_show_traceback_import_error[2] PASSED
1646 testing/python/collect.py::TestModule::test_show_traceback_import_error_unicode PASSED
1647 testing/python/collect.py::TestClass::test_class_with_init_warning PASSED
1648 testing/python/collect.py::TestClass::test_class_with_new_warning PASSED
1649 testing/python/collect.py::TestClass::test_class_subclassobject PASSED
1650 testing/python/collect.py::TestClass::test_static_method PASSED
1651 testing/python/collect.py::TestClass::test_setup_teardown_class_as_classmethod PASSED
1652 testing/python/collect.py::TestClass::test_issue1035_obj_has_getattr PASSED
1653 testing/python/collect.py::TestClass::test_issue1579_namedtuple PASSED
1654 testing/python/collect.py::TestClass::test_issue2234_property PASSED
1655 testing/python/collect.py::TestClass::test_does_not_discover_properties PASSED
1656 testing/python/collect.py::TestClass::test_does_not_discover_instance_descriptors PASSED
1657 testing/python/collect.py::TestClass::test_abstract_class_is_not_collected PASSED
1658 testing/python/collect.py::TestFunction::test_getmodulecollector PASSED
1659 testing/python/collect.py::TestFunction::test_function_as_object_instance_ignored PASSED
1660 testing/python/collect.py::TestFunction::test_function_equality PASSED
1661 testing/python/collect.py::TestFunction::test_repr_produces_actual_test_id PASSED
1662 testing/python/collect.py::TestFunction::test_issue197_parametrize_emptyset PASSED
1663 testing/python/collect.py::TestFunction::test_single_tuple_unwraps_values PASSED
1664 testing/python/collect.py::TestFunction::test_issue213_parametrize_value_no_equal PASSED
1665 testing/python/collect.py::TestFunction::test_parametrize_with_non_hashable_values PASSED
1666 testing/python/collect.py::TestFunction::test_parametrize_with_non_hashable_values_indirect PASSED
1667 testing/python/collect.py::TestFunction::test_parametrize_overrides_fixture PASSED
1668 testing/python/collect.py::TestFunction::test_parametrize_overrides_parametrized_fixture PASSED
1669 testing/python/collect.py::TestFunction::test_parametrize_overrides_indirect_dependency_fixture PASSED
1670 testing/python/collect.py::TestFunction::test_parametrize_with_mark PASSED
1671 testing/python/collect.py::TestFunction::test_parametrize_with_empty_string_arguments PASSED
1672 testing/python/collect.py::TestFunction::test_function_equality_with_callspec PASSED
1673 testing/python/collect.py::TestFunction::test_pyfunc_call PASSED
1674 testing/python/collect.py::TestFunction::test_multiple_parametrize PASSED
1675 testing/python/collect.py::TestFunction::test_issue751_multiple_parametrize_with_ids PASSED
1676 testing/python/collect.py::TestFunction::test_parametrize_skipif PASSED
1677 testing/python/collect.py::TestFunction::test_parametrize_skip PASSED
1678 testing/python/collect.py::TestFunction::test_parametrize_skipif_no_skip PASSED
1679 testing/python/collect.py::TestFunction::test_parametrize_xfail PASSED
1680 testing/python/collect.py::TestFunction::test_parametrize_passed PASSED
1681 testing/python/collect.py::TestFunction::test_parametrize_xfail_passed PASSED
1682 testing/python/collect.py::TestFunction::test_function_originalname PASSED
1683 testing/python/collect.py::TestFunction::test_function_with_square_brackets PASSED
1684 testing/python/collect.py::TestSorting::test_check_equality PASSED
1685 testing/python/collect.py::TestSorting::test_allow_sane_sorting_for_decorators PASSED
1686 testing/python/collect.py::TestSorting::test_ordered_by_definition_order PASSED
1687 testing/python/collect.py::TestConftestCustomization::test_pytest_pycollect_module PASSED
1688 testing/python/collect.py::TestConftestCustomization::test_customized_pymakemodule_issue205_subdir PASSED
1689 testing/python/collect.py::TestConftestCustomization::test_customized_pymakeitem PASSED
1690 testing/python/collect.py::TestConftestCustomization::test_pytest_pycollect_makeitem PASSED
1691 testing/python/collect.py::TestConftestCustomization::test_early_ignored_attributes PASSED
1692 testing/python/collect.py::test_setup_only_available_in_subdir PASSED
1693 testing/python/collect.py::test_modulecol_roundtrip PASSED
1694 testing/python/collect.py::TestTracebackCutting::test_traceback_argsetup PASSED
1695 testing/python/collect.py::TestTracebackCutting::test_traceback_error_during_import PASSED
1696 testing/python/collect.py::TestTracebackCutting::test_traceback_filter_error_during_fixture_collection PASSED
1697 testing/python/collect.py::TestTracebackCutting::test_filter_traceback_path_no_longer_valid PASSED
1698 testing/python/collect.py::TestReportInfo::test_itemreport_reportinfo PASSED
1699 testing/python/collect.py::TestReportInfo::test_func_reportinfo PASSED
1700 testing/python/collect.py::TestReportInfo::test_class_reportinfo PASSED
1701 testing/python/collect.py::TestReportInfo::test_reportinfo_with_nasty_getattr PASSED
1702 testing/python/collect.py::test_customized_python_discovery PASSED
1703 testing/python/collect.py::test_customized_python_discovery_functions PASSED
1704 testing/python/collect.py::test_unorderable_types PASSED
1705 testing/python/collect.py::test_dont_collect_non_function_callable PASSED
1706 testing/python/collect.py::test_class_injection_does_not_break_collection PASSED
1707 testing/python/collect.py::test_syntax_error_with_non_ascii_chars PASSED
1708 testing/python/collect.py::test_collect_error_with_fulltrace PASSED
1709 testing/python/collect.py::test_skip_duplicates_by_default PASSED
1710 testing/python/collect.py::test_keep_duplicates PASSED
1711 testing/python/collect.py::test_package_collection_infinite_recursion PASSED
1712 testing/python/collect.py::test_package_collection_init_given_as_argument PASSED
1713 testing/python/collect.py::test_package_with_modules PASSED
1714 testing/python/collect.py::test_package_ordering PASSED
1715 testing/python/collect.py::test_collection_hierarchy PASSED
1716 testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookupfails PASSED
1717 testing/python/fixtures.py::TestFillFixtures::test_detect_recursive_dependency_error PASSED
1718 testing/python/fixtures.py::TestFillFixtures::test_funcarg_basic PASSED
1719 testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookup_modulelevel PASSED
1720 testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookup_classlevel PASSED
1721 testing/python/fixtures.py::TestFillFixtures::test_conftest_funcargs_only_available_in_subdir PASSED
1722 testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_module_class PASSED
1723 testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_conftest_module PASSED
1724 testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_conftest_conftest PASSED
1725 testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_conftest_plugin PASSED
1726 testing/python/fixtures.py::TestFillFixtures::test_extend_fixture_plugin_plugin PASSED
1727 testing/python/fixtures.py::TestFillFixtures::test_override_parametrized_fixture_conftest_module PASSED
1728 testing/python/fixtures.py::TestFillFixtures::test_override_parametrized_fixture_conftest_conftest PASSED
1729 testing/python/fixtures.py::TestFillFixtures::test_override_non_parametrized_fixture_conftest_module PASSED
1730 testing/python/fixtures.py::TestFillFixtures::test_override_non_parametrized_fixture_conftest_conftest PASSED
1731 testing/python/fixtures.py::TestFillFixtures::test_override_autouse_fixture_with_parametrized_fixture_conftest_conftest PASSED
1732 testing/python/fixtures.py::TestFillFixtures::test_override_fixture_reusing_super_fixture_parametrization PASSED
1733 testing/python/fixtures.py::TestFillFixtures::test_override_parametrize_fixture_and_indirect PASSED
1734 testing/python/fixtures.py::TestFillFixtures::test_override_top_level_fixture_reusing_super_fixture_parametrization PASSED
1735 testing/python/fixtures.py::TestFillFixtures::test_override_parametrized_fixture_with_new_parametrized_fixture PASSED
1736 testing/python/fixtures.py::TestFillFixtures::test_autouse_fixture_plugin PASSED
1737 testing/python/fixtures.py::TestFillFixtures::test_funcarg_lookup_error PASSED
1738 testing/python/fixtures.py::TestFillFixtures::test_fixture_excinfo_leak PASSED
1739 testing/python/fixtures.py::TestRequestBasic::test_request_attributes PASSED
1740 testing/python/fixtures.py::TestRequestBasic::test_request_attributes_method PASSED
1741 testing/python/fixtures.py::TestRequestBasic::test_request_contains_funcarg_arg2fixturedefs PASSED
1742 testing/python/fixtures.py::TestRequestBasic::test_getfixturevalue_recursive PASSED
1743 testing/python/fixtures.py::TestRequestBasic::test_getfixturevalue_teardown PASSED
1744 testing/python/fixtures.py::TestRequestBasic::test_getfixturevalue PASSED
1745 testing/python/fixtures.py::TestRequestBasic::test_request_addfinalizer PASSED
1746 testing/python/fixtures.py::TestRequestBasic::test_request_addfinalizer_failing_setup PASSED
1747 testing/python/fixtures.py::TestRequestBasic::test_request_addfinalizer_failing_setup_module PASSED
1748 testing/python/fixtures.py::TestRequestBasic::test_request_addfinalizer_partial_setup_failure PASSED
1749 testing/python/fixtures.py::TestRequestBasic::test_request_subrequest_addfinalizer_exceptions PASSED
1750 testing/python/fixtures.py::TestRequestBasic::test_request_getmodulepath PASSED
1751 testing/python/fixtures.py::TestRequestBasic::test_request_fixturenames PASSED
1752 testing/python/fixtures.py::TestRequestBasic::test_request_fixturenames_dynamic_fixture PASSED
1753 testing/python/fixtures.py::TestRequestBasic::test_setupdecorator_and_xunit PASSED
1754 testing/python/fixtures.py::TestRequestBasic::test_fixtures_sub_subdir_normalize_sep PASSED
1755 testing/python/fixtures.py::TestRequestBasic::test_show_fixtures_color_yes PASSED
1756 testing/python/fixtures.py::TestRequestBasic::test_newstyle_with_request PASSED
1757 testing/python/fixtures.py::TestRequestBasic::test_setupcontext_no_param PASSED
1758 testing/python/fixtures.py::TestRequestMarking::test_applymarker PASSED
1759 testing/python/fixtures.py::TestRequestMarking::test_accesskeywords PASSED
1760 testing/python/fixtures.py::TestRequestMarking::test_accessmarker_dynamic PASSED
1761 testing/python/fixtures.py::TestFixtureUsages::test_noargfixturedec PASSED
1762 testing/python/fixtures.py::TestFixtureUsages::test_receives_funcargs PASSED
1763 testing/python/fixtures.py::TestFixtureUsages::test_receives_funcargs_scope_mismatch PASSED
1764 testing/python/fixtures.py::TestFixtureUsages::test_receives_funcargs_scope_mismatch_issue660 PASSED
1765 testing/python/fixtures.py::TestFixtureUsages::test_invalid_scope PASSED
1766 testing/python/fixtures.py::TestFixtureUsages::test_parameters_without_eq_semantics[function] PASSED
1767 testing/python/fixtures.py::TestFixtureUsages::test_parameters_without_eq_semantics[session] PASSED
1768 testing/python/fixtures.py::TestFixtureUsages::test_funcarg_parametrized_and_used_twice PASSED
1769 testing/python/fixtures.py::TestFixtureUsages::test_factory_uses_unknown_funcarg_as_dependency_error PASSED
1770 testing/python/fixtures.py::TestFixtureUsages::test_factory_setup_as_classes_fails PASSED
1771 testing/python/fixtures.py::TestFixtureUsages::test_usefixtures_marker PASSED
1772 testing/python/fixtures.py::TestFixtureUsages::test_usefixtures_ini PASSED
1773 testing/python/fixtures.py::TestFixtureUsages::test_usefixtures_seen_in_showmarkers PASSED
1774 testing/python/fixtures.py::TestFixtureUsages::test_request_instance_issue203 PASSED
1775 testing/python/fixtures.py::TestFixtureUsages::test_fixture_parametrized_with_iterator PASSED
1776 testing/python/fixtures.py::TestFixtureUsages::test_setup_functions_as_fixtures PASSED
1777 testing/python/fixtures.py::TestFixtureUsages::test_parameterized_fixture_caching PASSED
1778 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_evil_objects_issue214 PASSED
1779 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_conftest PASSED
1780 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_conftest_and_module_and_class PASSED
1781 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_parsefactories_relative_node_ids PASSED
1782 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_package_xunit_fixture PASSED
1783 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_package_fixture_complex PASSED
1784 testing/python/fixtures.py::TestFixtureManagerParseFactories::test_collect_custom_items PASSED
1785 testing/python/fixtures.py::TestAutouseDiscovery::test_parsefactories_conftest PASSED
1786 testing/python/fixtures.py::TestAutouseDiscovery::test_two_classes_separated_autouse PASSED
1787 testing/python/fixtures.py::TestAutouseDiscovery::test_setup_at_classlevel PASSED
1788 testing/python/fixtures.py::TestAutouseDiscovery::test_setup_enabled_functionnode XFAIL
1789 testing/python/fixtures.py::TestAutouseDiscovery::test_callables_nocode PASSED
1790 testing/python/fixtures.py::TestAutouseDiscovery::test_autouse_in_conftests PASSED
1791 testing/python/fixtures.py::TestAutouseDiscovery::test_autouse_in_module_and_two_classes PASSED
1792 testing/python/fixtures.py::TestAutouseManagement::test_autouse_conftest_mid_directory PASSED
1793 testing/python/fixtures.py::TestAutouseManagement::test_funcarg_and_setup PASSED
1794 testing/python/fixtures.py::TestAutouseManagement::test_uses_parametrized_resource PASSED
1795 testing/python/fixtures.py::TestAutouseManagement::test_session_parametrized_function PASSED
1796 testing/python/fixtures.py::TestAutouseManagement::test_class_function_parametrization_finalization PASSED
1797 testing/python/fixtures.py::TestAutouseManagement::test_scope_ordering PASSED
1798 testing/python/fixtures.py::TestAutouseManagement::test_parametrization_setup_teardown_ordering PASSED
1799 testing/python/fixtures.py::TestAutouseManagement::test_ordering_autouse_before_explicit PASSED
1800 testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p10-p00] PASSED
1801 testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p10-p01] PASSED
1802 testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p11-p00] PASSED
1803 testing/python/fixtures.py::TestAutouseManagement::test_ordering_dependencies_torndown_first[p11-p01] PASSED
1804 testing/python/fixtures.py::TestAutouseManagement::test_reordering_catastrophic_performance PASSED
1805 testing/python/fixtures.py::TestFixtureMarker::test_parametrize PASSED
1806 testing/python/fixtures.py::TestFixtureMarker::test_multiple_parametrization_issue_736 PASSED
1807 testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979['fixt, val'] PASSED
1808 testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979['fixt,val'] PASSED
1809 testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979[['fixt', 'val']] PASSED
1810 testing/python/fixtures.py::TestFixtureMarker::test_override_parametrized_fixture_issue_979[('fixt', 'val')] PASSED
1811 testing/python/fixtures.py::TestFixtureMarker::test_scope_session PASSED
1812 testing/python/fixtures.py::TestFixtureMarker::test_scope_session_exc PASSED
1813 testing/python/fixtures.py::TestFixtureMarker::test_scope_session_exc_two_fix PASSED
1814 testing/python/fixtures.py::TestFixtureMarker::test_scope_exc PASSED
1815 testing/python/fixtures.py::TestFixtureMarker::test_scope_module_uses_session PASSED
1816 testing/python/fixtures.py::TestFixtureMarker::test_scope_module_and_finalizer PASSED
1817 testing/python/fixtures.py::TestFixtureMarker::test_scope_mismatch_various PASSED
1818 testing/python/fixtures.py::TestFixtureMarker::test_scope_mismatch_already_computed_dynamic PASSED
1819 testing/python/fixtures.py::TestFixtureMarker::test_dynamic_scope PASSED
1820 testing/python/fixtures.py::TestFixtureMarker::test_dynamic_scope_bad_return PASSED
1821 testing/python/fixtures.py::TestFixtureMarker::test_register_only_with_mark PASSED
1822 testing/python/fixtures.py::TestFixtureMarker::test_parametrize_and_scope PASSED
1823 testing/python/fixtures.py::TestFixtureMarker::test_scope_mismatch PASSED
1824 testing/python/fixtures.py::TestFixtureMarker::test_parametrize_separated_order PASSED
1825 testing/python/fixtures.py::TestFixtureMarker::test_module_parametrized_ordering PASSED
1826 testing/python/fixtures.py::TestFixtureMarker::test_dynamic_parametrized_ordering PASSED
1827 testing/python/fixtures.py::TestFixtureMarker::test_class_ordering PASSED
1828 testing/python/fixtures.py::TestFixtureMarker::test_parametrize_separated_order_higher_scope_first PASSED
1829 testing/python/fixtures.py::TestFixtureMarker::test_parametrized_fixture_teardown_order PASSED
1830 testing/python/fixtures.py::TestFixtureMarker::test_fixture_finalizer PASSED
1831 testing/python/fixtures.py::TestFixtureMarker::test_class_scope_with_normal_tests PASSED
1832 testing/python/fixtures.py::TestFixtureMarker::test_request_is_clean PASSED
1833 testing/python/fixtures.py::TestFixtureMarker::test_parametrize_separated_lifecycle PASSED
1834 testing/python/fixtures.py::TestFixtureMarker::test_parametrize_function_scoped_finalizers_called PASSED
1835 testing/python/fixtures.py::TestFixtureMarker::test_finalizer_order_on_parametrization[session] PASSED
1836 testing/python/fixtures.py::TestFixtureMarker::test_finalizer_order_on_parametrization[function] PASSED
1837 testing/python/fixtures.py::TestFixtureMarker::test_finalizer_order_on_parametrization[module] PASSED
1838 testing/python/fixtures.py::TestFixtureMarker::test_class_scope_parametrization_ordering PASSED
1839 testing/python/fixtures.py::TestFixtureMarker::test_parametrize_setup_function PASSED
1840 testing/python/fixtures.py::TestFixtureMarker::test_fixture_marked_function_not_collected_as_test PASSED
1841 testing/python/fixtures.py::TestFixtureMarker::test_params_and_ids PASSED
1842 testing/python/fixtures.py::TestFixtureMarker::test_params_and_ids_yieldfixture PASSED
1843 testing/python/fixtures.py::TestRequestScopeAccess::test_setup[session--path class function module] PASSED
1844 testing/python/fixtures.py::TestRequestScopeAccess::test_setup[module-module path-cls function] PASSED
1845 testing/python/fixtures.py::TestRequestScopeAccess::test_setup[class-module path cls-function] PASSED
1846 testing/python/fixtures.py::TestRequestScopeAccess::test_setup[function-module path cls function-] PASSED
1847 testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[session--path class function module] PASSED
1848 testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[module-module path-cls function] PASSED
1849 testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[class-module path cls-function] PASSED
1850 testing/python/fixtures.py::TestRequestScopeAccess::test_funcarg[function-module path cls function-] PASSED
1851 testing/python/fixtures.py::TestErrors::test_subfactory_missing_funcarg PASSED
1852 testing/python/fixtures.py::TestErrors::test_issue498_fixture_finalizer_failing PASSED
1853 testing/python/fixtures.py::TestErrors::test_setupfunc_missing_funcarg PASSED
1854 testing/python/fixtures.py::TestErrors::test_cached_exception_doesnt_get_longer PASSED
1855 testing/python/fixtures.py::TestShowFixtures::test_funcarg_compat PASSED
1856 testing/python/fixtures.py::TestShowFixtures::test_show_help PASSED
1857 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures PASSED
1858 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_verbose PASSED
1859 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_testmodule PASSED
1860 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_conftest[True] PASSED
1861 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_conftest[False] PASSED
1862 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_trimmed_doc PASSED
1863 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_indented_doc PASSED
1864 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_indented_doc_first_line_unindented PASSED
1865 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_indented_in_class PASSED
1866 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_different_files PASSED
1867 testing/python/fixtures.py::TestShowFixtures::test_show_fixtures_with_same_name PASSED
1868 testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_simple PASSED
1869 testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_scoped PASSED
1870 testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_setup_exception PASSED
1871 testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_teardown_exception PASSED
1872 testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_yields_more_than_one PASSED
1873 testing/python/fixtures.py::TestContextManagerFixtureFuncs::test_custom_name PASSED
1874 testing/python/fixtures.py::TestParameterizedSubRequest::test_call_from_fixture PASSED
1875 testing/python/fixtures.py::TestParameterizedSubRequest::test_call_from_test PASSED
1876 testing/python/fixtures.py::TestParameterizedSubRequest::test_external_fixture PASSED
1877 testing/python/fixtures.py::TestParameterizedSubRequest::test_non_relative_path PASSED
1878 testing/python/fixtures.py::test_pytest_fixture_setup_and_post_finalizer_hook PASSED
1879 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_module_auto[mark] PASSED
1880 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_module_auto[autouse] PASSED
1881 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_with_native_fixtures PASSED
1882 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_module PASSED
1883 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_scopes_reordered PASSED
1884 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_same_scope_closer_root_first PASSED
1885 testing/python/fixtures.py::TestScopeOrdering::test_func_closure_all_scopes_complex PASSED
1886 testing/python/fixtures.py::TestScopeOrdering::test_parametrized_package_scope_reordering PASSED
1887 testing/python/fixtures.py::TestScopeOrdering::test_multiple_packages PASSED
1888 testing/python/fixtures.py::TestScopeOrdering::test_class_fixture_self_instance PASSED
1889 testing/python/fixtures.py::test_fixture_double_decorator PASSED
1890 testing/python/fixtures.py::test_fixture_param_shadowing PASSED
1891 testing/python/fixtures.py::test_fixture_named_request PASSED
1892 testing/python/fixtures.py::test_indirect_fixture_does_not_break_scope PASSED
1893 testing/python/fixtures.py::test_fixture_parametrization_nparray PASSED
1894 testing/python/fixtures.py::test_fixture_arg_ordering PASSED
1895 testing/python/fixtures.py::test_yield_fixture_with_no_value PASSED
1896 testing/python/fixtures.py::test_staticmethod_classmethod_fixture_instance PASSED
1897 testing/python/fixtures.py::test_scoped_fixture_caching PASSED
1898 testing/python/fixtures.py::test_scoped_fixture_caching_exception PASSED
1899 testing/python/fixtures.py::test_scoped_fixture_teardown_order PASSED
1900 testing/python/fixtures.py::test_subfixture_teardown_order PASSED
1901 testing/python/integration.py::TestMockDecoration::test_unittest_mock PASSED
1902 testing/python/integration.py::TestMockDecoration::test_unittest_mock_and_fixture PASSED
1903 testing/python/integration.py::TestMockDecoration::test_unittest_mock_and_pypi_mock PASSED
1904 testing/python/integration.py::TestMockDecoration::test_mock_sentinel_check_against_numpy_like PASSED
1905 testing/python/integration.py::TestMockDecoration::test_mock PASSED
1906 testing/python/integration.py::TestMockDecoration::test_mock_sorting PASSED
1907 testing/python/integration.py::TestMockDecoration::test_mock_double_patch_issue473 PASSED
1908 testing/python/integration.py::TestReRunTests::test_rerun PASSED
1909 testing/python/integration.py::TestNoselikeTestAttribute::test_module_with_global_test PASSED
1910 testing/python/integration.py::TestNoselikeTestAttribute::test_class_and_method PASSED
1911 testing/python/integration.py::TestNoselikeTestAttribute::test_unittest_class PASSED
1912 testing/python/integration.py::TestNoselikeTestAttribute::test_class_with_nasty_getattr PASSED
1913 testing/python/integration.py::TestParameterize::test_idfn_marker PASSED
1914 testing/python/integration.py::TestParameterize::test_idfn_fixture PASSED
1915 testing/python/integration.py::test_function_instance PASSED
1916 testing/python/metafunc.py::TestMetafunc::test_parametrize_request_name PASSED
1917 testing/python/metafunc.py::TestMetafunc::test_parametrize_ids_exception PASSED
1918 testing/python/metafunc.py::TestMetafunc::test_parametrize_ids_returns_non_string PASSED
1919 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_list_functional PASSED
1920 testing/python/metafunc.py::TestMetafunc::test_parametrize_uses_no_fixture_error_indirect_false PASSED
1921 testing/python/metafunc.py::TestMetafunc::test_parametrize_uses_no_fixture_error_indirect_true PASSED
1922 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_uses_no_fixture_error_indirect_string PASSED
1923 testing/python/metafunc.py::TestMetafunc::test_parametrize_indirect_uses_no_fixture_error_indirect_list PASSED
1924 testing/python/metafunc.py::TestMetafunc::test_parametrize_argument_not_in_indirect_list PASSED
1925 testing/python/metafunc.py::TestMetafunc::test_parametrize_gives_indicative_error_on_function_with_default_argument PASSED
1926 testing/python/metafunc.py::TestMetafunc::test_parametrize_functional PASSED
1927 testing/python/metafunc.py::TestMetafunc::test_high_scoped_parametrize_reordering PASSED
1928 testing/python/metafunc.py::TestMetafunc::test_parametrize_multiple_times PASSED
1929 testing/python/metafunc.py::TestMetafunc::test_parametrize_CSV PASSED
1930 testing/python/metafunc.py::TestMetafunc::test_parametrize_class_scenarios PASSED
1931 testing/python/metafunc.py::TestMetafuncFunctional::test_attributes PASSED
1932 testing/python/metafunc.py::TestMetafuncFunctional::test_two_functions PASSED
1933 testing/python/metafunc.py::TestMetafuncFunctional::test_noself_in_method PASSED
1934 testing/python/metafunc.py::TestMetafuncFunctional::test_generate_tests_in_class PASSED
1935 testing/python/metafunc.py::TestMetafuncFunctional::test_two_functions_not_same_instance PASSED
1936 testing/python/metafunc.py::TestMetafuncFunctional::test_issue28_setup_method_in_generate_tests PASSED
1937 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_functional2 PASSED
1938 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_and_inner_getfixturevalue PASSED
1939 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_on_setup_arg PASSED
1940 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_with_ids PASSED
1941 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_without_ids PASSED
1942 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_with_None_in_ids PASSED
1943 testing/python/metafunc.py::TestMetafuncFunctional::test_fixture_parametrized_empty_ids PASSED
1944 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrized_empty_ids PASSED
1945 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrized_ids_invalid_type PASSED
1946 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_with_identical_ids_get_unique_names PASSED
1947 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_scope_overrides[module-2] PASSED
1948 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_scope_overrides[function-4] PASSED
1949 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_issue323 PASSED
1950 testing/python/metafunc.py::TestMetafuncFunctional::test_usefixtures_seen_in_generate_tests PASSED
1951 testing/python/metafunc.py::TestMetafuncFunctional::test_generate_tests_only_done_in_subdir PASSED
1952 testing/python/metafunc.py::TestMetafuncFunctional::test_generate_same_function_names_issue403 PASSED
1953 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_misspelling PASSED
1954 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_missing_scope_doesnt_crash[class] PASSED
1955 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_missing_scope_doesnt_crash[package] PASSED
1956 testing/python/metafunc.py::TestMetafuncFunctional::test_parametrize_module_level_test_with_class_scope PASSED
1957 testing/python/metafunc.py::TestMetafuncFunctional::test_reordering_with_scopeless_and_just_indirect_parametrization PASSED
1958 testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_auto_scope PASSED
1959 testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_auto_scope_indirect PASSED
1960 testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_auto_scope_override_fixture PASSED
1961 testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_all_indirects PASSED
1962 testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_some_arguments_auto_scope PASSED
1963 testing/python/metafunc.py::TestMetafuncFunctionalAuto::test_parametrize_issue634 PASSED
1964 testing/python/metafunc.py::TestMarkersWithParametrization::test_simple_mark PASSED
1965 testing/python/metafunc.py::TestMarkersWithParametrization::test_select_based_on_mark PASSED
1966 testing/python/metafunc.py::TestMarkersWithParametrization::test_simple_xfail PASSED
1967 testing/python/metafunc.py::TestMarkersWithParametrization::test_simple_xfail_single_argname PASSED
1968 testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_with_arg PASSED
1969 testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_with_kwarg PASSED
1970 testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_with_arg_and_kwarg PASSED
1971 testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_passing_is_xpass[True] PASSED
1972 testing/python/metafunc.py::TestMarkersWithParametrization::test_xfail_passing_is_xpass[False] PASSED
1973 testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_called_in_generate_tests PASSED
1974 testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_ID_generation_string_int_works PASSED
1975 testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_marked_value[True] PASSED
1976 testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_marked_value[False] PASSED
1977 testing/python/metafunc.py::TestMarkersWithParametrization::test_pytest_make_parametrize_id PASSED
1978 testing/python/metafunc.py::TestMarkersWithParametrization::test_pytest_make_parametrize_id_with_argname PASSED
1979 testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_positional_args PASSED
1980 testing/python/metafunc.py::TestMarkersWithParametrization::test_parametrize_iterator PASSED
1981 testing/python/raises.py::TestRaises::test_raises_as_contextmanager PASSED
1982 testing/python/raises.py::TestRaises::test_does_not_raise PASSED
1983 testing/python/raises.py::TestRaises::test_does_not_raise_does_raise PASSED
1984 testing/python/raises.py::TestRaises::test_raises_with_invalid_regex PASSED
1985 testing/python/show_fixtures_per_test.py::test_no_items_should_not_show_output PASSED
1986 testing/python/show_fixtures_per_test.py::test_fixtures_in_module PASSED
1987 testing/python/show_fixtures_per_test.py::test_fixtures_in_conftest PASSED
1988 testing/python/show_fixtures_per_test.py::test_should_show_fixtures_used_by_test PASSED
1989 testing/python/show_fixtures_per_test.py::test_verbose_include_private_fixtures_and_loc PASSED
1990 testing/python/show_fixtures_per_test.py::test_doctest_items PASSED
1991 testing/python/show_fixtures_per_test.py::test_multiline_docstring_in_module PASSED
1992 testing/python/show_fixtures_per_test.py::test_verbose_include_multiline_docstring PASSED
1993 testing/test_assertion.py::TestImportHookInstallation::test_installed_plugin_rewrite[plain] PASSED
1994 testing/test_assertion.py::TestImportHookInstallation::test_installed_plugin_rewrite[rewrite] PASSED
1995 testing/test_assertion.py::TestBinReprIntegration::test_pytest_assertrepr_compare_called PASSED
1996 testing/test_assertion.py::TestAssert_reprcompare::test_iterable_full_diff_ci PASSED
1997 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_dataclasses PASSED
1998 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_recursive_dataclasses PASSED
1999 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_recursive_dataclasses_verbose PASSED
2000 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_dataclasses_verbose PASSED
2001 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_dataclasses_with_attribute_comparison_off PASSED
2002 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_comparing_two_different_data_classes PASSED
2003 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_data_classes_with_custom_eq PASSED
2004 testing/test_assertion.py::TestAssert_reprcompare_dataclass::test_data_classes_with_initvar PASSED
2005 testing/test_assertion.py::TestFormatExplanation::test_special_chars_full PASSED
2006 testing/test_assertion.py::TestTruncateExplanation::test_full_output_truncated PASSED
2007 testing/test_assertion.py::test_python25_compile_issue257 PASSED
2008 testing/test_assertion.py::test_rewritten PASSED
2009 testing/test_assertion.py::TestSetAssertions::test_set_extra_item[>=] PASSED
2010 testing/test_assertion.py::TestSetAssertions::test_set_extra_item[>] PASSED
2011 testing/test_assertion.py::TestSetAssertions::test_set_extra_item[<=] PASSED
2012 testing/test_assertion.py::TestSetAssertions::test_set_extra_item[<] PASSED
2013 testing/test_assertion.py::TestSetAssertions::test_set_extra_item[==] PASSED
2014 testing/test_assertion.py::TestSetAssertions::test_set_proper_superset_equal[>] PASSED
2015 testing/test_assertion.py::TestSetAssertions::test_set_proper_superset_equal[<] PASSED
2016 testing/test_assertion.py::TestSetAssertions::test_set_proper_superset_equal[!=] PASSED
2017 testing/test_assertion.py::TestSetAssertions::test_pytest_assertrepr_compare_integration PASSED
2018 testing/test_assertion.py::test_assertrepr_loaded_per_dir PASSED
2019 testing/test_assertion.py::test_triple_quoted_string_issue113 PASSED
2020 testing/test_assertion.py::test_traceback_failure PASSED
2021 testing/test_assertion.py::test_exception_handling_no_traceback PASSED
2022 testing/test_assertion.py::test_warn_missing[cmdline_args0-warning_output0] PASSED
2023 testing/test_assertion.py::test_warn_missing[cmdline_args1-warning_output1] PASSED
2024 testing/test_assertion.py::test_warn_missing[cmdline_args2-warning_output2] PASSED
2025 testing/test_assertion.py::test_recursion_source_decode PASSED
2026 testing/test_assertion.py::test_AssertionError_message PASSED
2027 testing/test_assertion.py::test_diff_newline_at_end PASSED
2028 testing/test_assertion.py::test_assert_tuple_warning PASSED
2029 testing/test_assertion.py::test_assert_indirect_tuple_no_warning PASSED
2030 testing/test_assertion.py::test_assert_with_unicode PASSED
2031 testing/test_assertion.py::test_raise_unprintable_assertion_error PASSED
2032 testing/test_assertion.py::test_raise_assertion_error_raising_repr PASSED
2033 testing/test_assertion.py::test_issue_1944 PASSED
2034 testing/test_assertion.py::test_assertion_location_with_coverage PASSED
2035 testing/test_assertion.py::test_comparisons_handle_colors[\n            def test():\n                assert [0, 1] == [0, 2]\n            -expected_lines0-True] PASSED
2036 testing/test_assertion.py::test_comparisons_handle_colors[\n            def test():\n                assert [0, 1] == [0, 2]\n            -expected_lines0-False] PASSED
2037 testing/test_assertion.py::test_comparisons_handle_colors[\n            def test():\n                assert {f"number-is-{i}": i for i in range(1, 6)} == {\n                    f"number-is-{i}": i for i in range(5)\n                }\n            -expected_lines1-True] PASSED
2038 testing/test_assertion.py::test_comparisons_handle_colors[\n            def test():\n                assert {f"number-is-{i}": i for i in range(1, 6)} == {\n                    f"number-is-{i}": i for i in range(5)\n                }\n            -expected_lines1-False] PASSED
2039 testing/test_assertion.py::test_fine_grained_assertion_verbosity PASSED
2040 testing/test_assertion.py::test_full_output_vvv PASSED
2041 testing/test_assertrewrite.py::TestAssertionRewrite::test_rewrites_plugin_as_a_package PASSED
2042 testing/test_assertrewrite.py::TestAssertionRewrite::test_honors_pep_235 PASSED
2043 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message PASSED
2044 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_multiline PASSED
2045 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_tuple PASSED
2046 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_expr PASSED
2047 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_escape PASSED
2048 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_messages_bytes PASSED
2049 testing/test_assertrewrite.py::TestAssertionRewrite::test_assertion_message_verbosity PASSED
2050 testing/test_assertrewrite.py::TestAssertionRewrite::test_at_operator_issue1290 PASSED
2051 testing/test_assertrewrite.py::TestAssertionRewrite::test_starred_with_side_effect PASSED
2052 testing/test_assertrewrite.py::TestAssertionRewrite::test_assert_handling_raise_in__iter__ PASSED
2053 testing/test_assertrewrite.py::TestRewriteOnImport::test_pycache_is_a_file PASSED
2054 testing/test_assertrewrite.py::TestRewriteOnImport::test_pycache_is_readonly PASSED
2055 testing/test_assertrewrite.py::TestRewriteOnImport::test_zipfile PASSED
2056 testing/test_assertrewrite.py::TestRewriteOnImport::test_load_resource_via_files_with_rewrite PASSED
2057 testing/test_assertrewrite.py::TestRewriteOnImport::test_readonly PASSED
2058 testing/test_assertrewrite.py::TestRewriteOnImport::test_orphaned_pyc_file PASSED
2059 testing/test_assertrewrite.py::TestRewriteOnImport::test_package PASSED
2060 testing/test_assertrewrite.py::TestRewriteOnImport::test_translate_newlines PASSED
2061 testing/test_assertrewrite.py::TestRewriteOnImport::test_package_without__init__py PASSED
2062 testing/test_assertrewrite.py::TestRewriteOnImport::test_remember_rewritten_modules PASSED
2063 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_sys_meta_path_munged PASSED
2064 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_write_pyc PASSED
2065 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_read_pyc_success PASSED
2066 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_reload_is_same_and_reloads PASSED
2067 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_get_data_support PASSED
2068 testing/test_assertrewrite.py::test_issue731 PASSED
2069 testing/test_assertrewrite.py::TestIssue925::test_simple_case PASSED
2070 testing/test_assertrewrite.py::TestIssue925::test_long_case PASSED
2071 testing/test_assertrewrite.py::TestIssue925::test_many_brackets PASSED
2072 testing/test_assertrewrite.py::TestIssue2121::test_rewrite_python_files_contain_subdirs PASSED
2073 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator PASSED
2074 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_dont_rewrite PASSED
2075 testing/test_assertrewrite.py::TestIssue10743::test_assertion_inline_walrus_operator PASSED
2076 testing/test_assertrewrite.py::TestIssue10743::test_assertion_inline_walrus_operator_reverse PASSED
2077 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_no_variable_name_conflict PASSED
2078 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_true_assertion_and_changes_variable_value PASSED
2079 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_fail_assertion PASSED
2080 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_boolean_composite PASSED
2081 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_compare_boolean_fails PASSED
2082 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_boolean_none_fails PASSED
2083 testing/test_assertrewrite.py::TestIssue10743::test_assertion_walrus_operator_value_changes_cleared_after_each_test PASSED
2084 testing/test_assertrewrite.py::TestIssue11028::test_assertion_walrus_operator_in_operand PASSED
2085 testing/test_assertrewrite.py::TestIssue11028::test_assertion_walrus_operator_in_operand_json_dumps PASSED
2086 testing/test_assertrewrite.py::TestIssue11028::test_assertion_walrus_operator_equals_operand_function PASSED
2087 testing/test_assertrewrite.py::TestIssue11028::test_assertion_walrus_operator_equals_operand_function_keyword_arg PASSED
2088 testing/test_assertrewrite.py::TestIssue11028::test_assertion_walrus_operator_equals_operand_function_arg_as_function PASSED
2089 testing/test_assertrewrite.py::TestIssue11028::test_assertion_walrus_operator_gt_operand_function PASSED
2090 testing/test_assertrewrite.py::TestIssue11239::test_assertion_walrus_different_test_cases PASSED
2091 testing/test_assertrewrite.py::test_source_mtime_long_long[-1] PASSED
2092 testing/test_assertrewrite.py::test_source_mtime_long_long[1] PASSED
2093 testing/test_assertrewrite.py::test_rewrite_infinite_recursion PASSED
2094 testing/test_assertrewrite.py::TestEarlyRewriteBailout::test_basic PASSED
2095 testing/test_assertrewrite.py::TestEarlyRewriteBailout::test_pattern_contains_subdirectories PASSED
2096 testing/test_assertrewrite.py::TestEarlyRewriteBailout::test_cwd_changed SKIPPED
2097 testing/test_assertrewrite.py::TestAssertionPass::test_option_default PASSED
2098 testing/test_assertrewrite.py::TestAssertionPass::test_hook_call PASSED
2099 testing/test_assertrewrite.py::TestAssertionPass::test_hook_call_with_parens PASSED
2100 testing/test_assertrewrite.py::TestAssertionPass::test_hook_not_called_without_hookimpl PASSED
2101 testing/test_assertrewrite.py::TestAssertionPass::test_hook_not_called_without_cmd_option PASSED
2102 testing/test_assertrewrite.py::TestPyCacheDir::test_sys_pycache_prefix_integration PASSED
2103 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_default_verbosity PASSED
2104 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_increased_verbosity PASSED
2105 testing/test_assertrewrite.py::TestReprSizeVerbosity::test_max_increased_verbosity PASSED
2106 testing/test_assertrewrite.py::TestIssue11140::test_constant_not_picked_as_module_docstring PASSED
2107 testing/test_cacheprovider.py::TestNewAPI::test_config_cache_mkdir PASSED
2108 testing/test_cacheprovider.py::TestNewAPI::test_cache_dir_permissions PASSED
2109 testing/test_cacheprovider.py::TestNewAPI::test_config_cache_dataerror PASSED
2110 testing/test_cacheprovider.py::TestNewAPI::test_cache_writefail_cachefile_silent PASSED
2111 testing/test_cacheprovider.py::TestNewAPI::test_cache_writefail_permissions PASSED
2112 testing/test_cacheprovider.py::TestNewAPI::test_cache_failure_warns PASSED
2113 testing/test_cacheprovider.py::TestNewAPI::test_config_cache PASSED
2114 testing/test_cacheprovider.py::TestNewAPI::test_cachefuncarg PASSED
2115 testing/test_cacheprovider.py::TestNewAPI::test_custom_rel_cache_dir PASSED
2116 testing/test_cacheprovider.py::TestNewAPI::test_custom_abs_cache_dir PASSED
2117 testing/test_cacheprovider.py::TestNewAPI::test_custom_cache_dir_with_env_var PASSED
2118 testing/test_cacheprovider.py::test_cache_reportheader[env0] PASSED
2119 testing/test_cacheprovider.py::test_cache_reportheader[env1] PASSED
2120 testing/test_cacheprovider.py::test_cache_reportheader_external_abspath PASSED
2121 testing/test_cacheprovider.py::test_cache_show PASSED
2122 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_usecase PASSED
2123 testing/test_cacheprovider.py::TestLastFailed::test_failedfirst_order PASSED
2124 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_failedfirst_order PASSED
2125 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_difference_invocations PASSED
2126 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_usecase_splice PASSED
2127 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_xpass PASSED
2128 testing/test_cacheprovider.py::TestLastFailed::test_non_serializable_parametrize PASSED
2129 testing/test_cacheprovider.py::TestLastFailed::test_terminal_report_lastfailed[directory] PASSED
2130 testing/test_cacheprovider.py::TestLastFailed::test_terminal_report_lastfailed[package] PASSED
2131 testing/test_cacheprovider.py::TestLastFailed::test_terminal_report_failedfirst PASSED
2132 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_collectfailure PASSED
2133 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_failure_subset PASSED
2134 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_creates_cache_when_needed PASSED
2135 testing/test_cacheprovider.py::TestLastFailed::test_xfail_not_considered_failure PASSED
2136 testing/test_cacheprovider.py::TestLastFailed::test_xfail_strict_considered_failure PASSED
2137 testing/test_cacheprovider.py::TestLastFailed::test_failed_changed_to_xfail_or_skip[mark.xfail] PASSED
2138 testing/test_cacheprovider.py::TestLastFailed::test_failed_changed_to_xfail_or_skip[mark.skip] PASSED
2139 testing/test_cacheprovider.py::TestLastFailed::test_lf_and_ff_prints_no_needless_message[--ff-True] PASSED
2140 testing/test_cacheprovider.py::TestLastFailed::test_lf_and_ff_prints_no_needless_message[--ff-False] PASSED
2141 testing/test_cacheprovider.py::TestLastFailed::test_lf_and_ff_prints_no_needless_message[--lf-True] PASSED
2142 testing/test_cacheprovider.py::TestLastFailed::test_lf_and_ff_prints_no_needless_message[--lf-False] PASSED
2143 testing/test_cacheprovider.py::TestLastFailed::test_cache_cumulative PASSED
2144 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_no_failures_behavior_all_passed PASSED
2145 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_no_failures_behavior_empty_cache PASSED
2146 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_skip_collection PASSED
2147 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_skip_collection_with_nesting PASSED
2148 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_with_known_failures_not_being_selected PASSED
2149 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_args_with_deselected PASSED
2150 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_with_class_items PASSED
2151 testing/test_cacheprovider.py::TestLastFailed::test_lastfailed_with_all_filtered PASSED
2152 testing/test_cacheprovider.py::TestLastFailed::test_packages PASSED
2153 testing/test_cacheprovider.py::TestLastFailed::test_non_python_file_skipped PASSED
2154 testing/test_cacheprovider.py::TestNewFirst::test_newfirst_usecase PASSED
2155 testing/test_cacheprovider.py::TestNewFirst::test_newfirst_parametrize PASSED
2156 testing/test_cacheprovider.py::TestReadme::test_readme_passed PASSED
2157 testing/test_cacheprovider.py::TestReadme::test_readme_failed PASSED
2158 testing/test_cacheprovider.py::test_gitignore[Action.MKDIR] PASSED
2159 testing/test_cacheprovider.py::test_gitignore[Action.SET] PASSED
2160 testing/test_cacheprovider.py::test_preserve_keys_order PASSED
2161 testing/test_cacheprovider.py::test_does_not_create_boilerplate_in_existing_dirs PASSED
2162 testing/test_cacheprovider.py::test_cachedir_tag PASSED
2163 testing/test_cacheprovider.py::test_clioption_with_cacheshow_and_help PASSED
2164 testing/test_capture.py::test_capturing_unicode[fd] PASSED
2165 testing/test_capture.py::test_capturing_unicode[sys] PASSED
2166 testing/test_capture.py::test_capturing_bytes_in_utf8_encoding[fd] PASSED
2167 testing/test_capture.py::test_capturing_bytes_in_utf8_encoding[sys] PASSED
2168 testing/test_capture.py::test_collect_capturing PASSED
2169 testing/test_capture.py::TestPerTestCapturing::test_capture_and_fixtures PASSED
2170 testing/test_capture.py::TestPerTestCapturing::test_capture_scope_cache XFAIL
2171 testing/test_capture.py::TestPerTestCapturing::test_no_carry_over PASSED
2172 testing/test_capture.py::TestPerTestCapturing::test_teardown_capturing PASSED
2173 testing/test_capture.py::TestPerTestCapturing::test_teardown_capturing_final PASSED
2174 testing/test_capture.py::TestPerTestCapturing::test_capturing_outerr PASSED
2175 testing/test_capture.py::TestCaptureFixture::test_std_functional[opt0] PASSED
2176 testing/test_capture.py::TestCaptureFixture::test_std_functional[opt1] PASSED
2177 testing/test_capture.py::TestCaptureFixture::test_capsyscapfd PASSED
2178 testing/test_capture.py::TestCaptureFixture::test_capturing_getfixturevalue PASSED
2179 testing/test_capture.py::TestCaptureFixture::test_capsyscapfdbinary PASSED
2180 testing/test_capture.py::TestCaptureFixture::test_capture_is_represented_on_failure_issue128[sys] PASSED
2181 testing/test_capture.py::TestCaptureFixture::test_capture_is_represented_on_failure_issue128[fd] PASSED
2182 testing/test_capture.py::TestCaptureFixture::test_stdfd_functional PASSED
2183 testing/test_capture.py::TestCaptureFixture::test_capfdbinary PASSED
2184 testing/test_capture.py::TestCaptureFixture::test_capsysbinary PASSED
2185 testing/test_capture.py::TestCaptureFixture::test_partial_setup_failure PASSED
2186 testing/test_capture.py::TestCaptureFixture::test_fixture_use_by_other_fixtures_teardown[capsys] PASSED
2187 testing/test_capture.py::TestCaptureFixture::test_fixture_use_by_other_fixtures_teardown[capfd] PASSED
2188 testing/test_capture.py::test_setup_failure_does_not_kill_capturing PASSED
2189 testing/test_capture.py::test_capture_conftest_runtest_setup PASSED
2190 testing/test_capture.py::test_capture_badoutput_issue412 PASSED
2191 testing/test_capture.py::test_capture_early_option_parsing PASSED
2192 testing/test_capture.py::test_capture_binary_output PASSED
2193 testing/test_capture.py::TestFDCapture::test_simple PASSED
2194 testing/test_capture.py::TestFDCapture::test_simple_many PASSED
2195 testing/test_capture.py::TestFDCapture::test_simple_many_check_open_files PASSED
2196 testing/test_capture.py::TestFDCapture::test_simple_fail_second_start PASSED
2197 testing/test_capture.py::TestFDCapture::test_writeorg PASSED
2198 testing/test_capture.py::TestStdCaptureFDinvalidFD::test_fdcapture_invalid_fd_with_fd_reuse PASSED
2199 testing/test_capture.py::TestStdCaptureFDinvalidFD::test_fdcapture_invalid_fd_without_fd_reuse PASSED
2200 testing/test_capture.py::test_capturing_and_logging_fundamentals[SysCapture(2)] PASSED
2201 testing/test_capture.py::test_capturing_and_logging_fundamentals[SysCapture(2, tee=True)] PASSED
2202 testing/test_capture.py::test_capturing_and_logging_fundamentals[FDCapture(2)] PASSED
2203 testing/test_capture.py::test_error_attribute_issue555 PASSED
2204 testing/test_capture.py::test_dontreadfrominput_has_encoding PASSED
2205 testing/test_capture.py::test_typeerror_encodedfile_write PASSED
2206 testing/test_capture.py::test_encodedfile_writelines PASSED
2207 testing/test_collection.py::TestCollector::test_check_equality PASSED
2208 testing/test_collection.py::TestCollector::test_getparent_and_accessors PASSED
2209 testing/test_collection.py::TestCollector::test_getcustomfile_roundtrip PASSED
2210 testing/test_collection.py::TestCollector::test_can_skip_class_with_test_attr PASSED
2211 testing/test_collection.py::TestCollectFS::test_ignored_certain_directories PASSED
2212 testing/test_collection.py::TestCollectFS::test_ignored_virtualenvs[venv] PASSED
2213 testing/test_collection.py::TestCollectFS::test_ignored_virtualenvs[conda] PASSED
2214 testing/test_collection.py::TestCollectFS::test_ignored_virtualenvs_norecursedirs_precedence[venv] PASSED
2215 testing/test_collection.py::TestCollectFS::test_ignored_virtualenvs_norecursedirs_precedence[conda] PASSED
2216 testing/test_collection.py::TestCollectFS::test__in_venv[venv] PASSED
2217 testing/test_collection.py::TestCollectFS::test__in_venv[conda] PASSED
2218 testing/test_collection.py::TestCollectFS::test_custom_norecursedirs PASSED
2219 testing/test_collection.py::TestCollectFS::test_testpaths_ini PASSED
2220 testing/test_collection.py::TestCollectFS::test_missing_permissions_on_unselected_directory_doesnt_crash PASSED
2221 testing/test_collection.py::TestCollectPluginHookRelay::test_pytest_collect_file PASSED
2222 testing/test_collection.py::TestPrunetraceback::test_custom_repr_failure PASSED
2223 testing/test_collection.py::TestPrunetraceback::test_collect_report_postprocessing XFAIL
2224 testing/test_collection.py::TestPrunetraceback::test_collection_error_traceback_is_clean PASSED
2225 testing/test_collection.py::TestCustomConftests::test_ignore_collect_path PASSED
2226 testing/test_collection.py::TestCustomConftests::test_ignore_collect_not_called_on_argument PASSED
2227 testing/test_collection.py::TestCustomConftests::test_collectignore_exclude_on_option PASSED
2228 testing/test_collection.py::TestCustomConftests::test_collectignoreglob_exclude_on_option PASSED
2229 testing/test_collection.py::TestCustomConftests::test_pytest_fs_collect_hooks_are_seen PASSED
2230 testing/test_collection.py::TestCustomConftests::test_pytest_collect_file_from_sister_dir PASSED
2231 testing/test_collection.py::TestSession::test_collect_topdir PASSED
2232 testing/test_collection.py::TestSession::test_collect_protocol_single_function PASSED
2233 testing/test_collection.py::TestSession::test_collect_protocol_method PASSED
2234 testing/test_collection.py::TestSession::test_collect_custom_nodes_multi_id PASSED
2235 testing/test_collection.py::TestSession::test_collect_subdir_event_ordering PASSED
2236 testing/test_collection.py::TestSession::test_collect_two_commandline_args PASSED
2237 testing/test_collection.py::TestSession::test_serialization_byid PASSED
2238 testing/test_collection.py::TestSession::test_find_byid_without_instance_parents PASSED
2239 testing/test_collection.py::TestSession::test_collect_parametrized_order PASSED
2240 testing/test_collection.py::Test_getinitialnodes::test_global_file PASSED
2241 testing/test_collection.py::Test_getinitialnodes::test_pkgfile PASSED
2242 testing/test_collection.py::Test_genitems::test_check_collect_hashes PASSED
2243 testing/test_collection.py::Test_genitems::test_example_items1 PASSED
2244 testing/test_collection.py::Test_genitems::test_classmethod_is_discovered PASSED
2245 testing/test_collection.py::Test_genitems::test_class_and_functions_discovery_using_glob PASSED
2246 testing/test_collection.py::test_matchnodes_two_collections_same_file PASSED
2247 testing/test_collection.py::TestNodeKeywords::test_no_under PASSED
2248 testing/test_collection.py::TestNodeKeywords::test_issue345 PASSED
2249 testing/test_collection.py::TestNodeKeywords::test_keyword_matching_is_case_insensitive_by_default PASSED
2250 testing/test_collection.py::TestNodeKeywords::test_duplicates_handled_correctly PASSED
2251 testing/test_collection.py::TestNodeKeywords::test_unpacked_marks_added_to_keywords PASSED
2252 testing/test_collection.py::TestCollectDirectoryHook::test_custom_directory_example PASSED
2253 testing/test_collection.py::TestCollectDirectoryHook::test_directory_ignored_if_none PASSED
2254 testing/test_collection.py::test_exit_on_collection_error PASSED
2255 testing/test_collection.py::test_exit_on_collection_with_maxfail_smaller_than_n_errors PASSED
2256 testing/test_collection.py::test_exit_on_collection_with_maxfail_bigger_than_n_errors PASSED
2257 testing/test_collection.py::test_continue_on_collection_errors PASSED
2258 testing/test_collection.py::test_continue_on_collection_errors_maxfail PASSED
2259 testing/test_collection.py::test_fixture_scope_sibling_conftests PASSED
2260 testing/test_collection.py::test_collect_init_tests PASSED
2261 testing/test_collection.py::test_collect_invalid_signature_message PASSED
2262 testing/test_collection.py::test_collect_handles_raising_on_dunder_class PASSED
2263 testing/test_collection.py::test_collect_with_chdir_during_import PASSED
2264 testing/test_collection.py::test_initial_conftests_with_testpaths PASSED
2265 testing/test_collection.py::test_large_option_breaks_initial_conftests PASSED
2266 testing/test_collection.py::test_collect_symlink_file_arg PASSED
2267 testing/test_collection.py::test_collect_symlink_out_of_tree PASSED
2268 testing/test_collection.py::test_collect_symlink_dir SKIPPED (symlin...)
2269 testing/test_collection.py::test_collectignore_via_conftest PASSED
2270 testing/test_collection.py::test_collect_pkg_init_and_file_in_args PASSED
2271 testing/test_collection.py::test_collect_pkg_init_only PASSED
2272 testing/test_collection.py::test_collect_sub_with_symlinks[True] PASSED
2273 testing/test_collection.py::test_collect_sub_with_symlinks[False] PASSED
2274 testing/test_collection.py::test_collector_respects_tbstyle PASSED
2275 testing/test_collection.py::test_does_not_eagerly_collect_packages PASSED
2276 testing/test_collection.py::test_does_not_put_src_on_path PASSED
2277 testing/test_collection.py::test_fscollector_from_parent PASSED
2278 testing/test_collection.py::TestImportModeImportlib::test_collect_duplicate_names PASSED
2279 testing/test_collection.py::TestImportModeImportlib::test_conftest PASSED
2280 testing/test_collection.py::TestImportModeImportlib::test_modules_importable_as_side_effect PASSED
2281 testing/test_collection.py::TestImportModeImportlib::test_modules_not_importable_as_side_effect PASSED
2282 testing/test_collection.py::TestImportModeImportlib::test_using_python_path PASSED
2283 testing/test_collection.py::test_does_not_crash_on_error_from_decorated_function PASSED
2284 testing/test_collection.py::test_does_not_crash_on_recursive_symlink PASSED
2285 testing/test_collection.py::test_collect_short_file_windows SKIPPED
2286 testing/test_collection.py::test_pyargs_collection_tree PASSED
2287 testing/test_collection.py::test_do_not_collect_symlink_siblings PASSED
2288 testing/test_compat.py::test_is_generator_async_syntax PASSED
2289 testing/test_compat.py::test_is_generator_async_gen_syntax PASSED
2290 testing/test_config.py::TestParseIni::test_getcfg_and_config[pytest-pytest.ini] PASSED
2291 testing/test_config.py::TestParseIni::test_getcfg_and_config[tool:pytest-setup.cfg] PASSED
2292 testing/test_config.py::TestParseIni::test_setupcfg_uses_toolpytest_with_pytest PASSED
2293 testing/test_config.py::TestParseIni::test_append_parse_args PASSED
2294 testing/test_config.py::TestParseIni::test_tox_ini_wrong_version PASSED
2295 testing/test_config.py::TestParseIni::test_ini_names[tool:pytest-setup.cfg] PASSED
2296 testing/test_config.py::TestParseIni::test_ini_names[pytest-tox.ini] PASSED
2297 testing/test_config.py::TestParseIni::test_ini_names[pytest-pytest.ini] PASSED
2298 testing/test_config.py::TestParseIni::test_ini_names[pytest-.pytest.ini] PASSED
2299 testing/test_config.py::TestParseIni::test_pyproject_toml PASSED
2300 testing/test_config.py::TestParseIni::test_empty_pyproject_toml PASSED
2301 testing/test_config.py::TestParseIni::test_empty_pyproject_toml_found_many PASSED
2302 testing/test_config.py::TestParseIni::test_pytest_ini_trumps_pyproject_toml PASSED
2303 testing/test_config.py::TestParseIni::test_toxini_before_lower_pytestini PASSED
2304 testing/test_config.py::TestParseIni::test_ini_parse_error PASSED
2305 testing/test_config.py::TestParseIni::test_toml_parse_error PASSED
2306 testing/test_config.py::TestParseIni::test_confcutdir_default_without_configfile PASSED
2307 testing/test_config.py::TestParseIni::test_confcutdir_default_with_configfile PASSED
2308 testing/test_config.py::TestParseIni::test_confcutdir XFAIL (probabl...)
2309 testing/test_config.py::TestParseIni::test_invalid_config_options[2-unknowns] PASSED
2310 testing/test_config.py::TestParseIni::test_invalid_config_options[1-unknown] PASSED
2311 testing/test_config.py::TestParseIni::test_invalid_config_options[unknown-in-other-header] PASSED
2312 testing/test_config.py::TestParseIni::test_invalid_config_options[no-unknowns] PASSED
2313 testing/test_config.py::TestParseIni::test_invalid_config_options[1-known] PASSED
2314 testing/test_config.py::TestParseIni::test_silence_unknown_key_warning PASSED
2315 testing/test_config.py::TestParseIni::test_disable_warnings_plugin_disables_config_warnings PASSED
2316 testing/test_config.py::TestParseIni::test_missing_required_plugins[2-missing] PASSED
2317 testing/test_config.py::TestParseIni::test_missing_required_plugins[2-missing-1-ok] PASSED
2318 testing/test_config.py::TestParseIni::test_missing_required_plugins[1-ok] PASSED
2319 testing/test_config.py::TestParseIni::test_missing_required_plugins[1-ok-pin-exact] PASSED
2320 testing/test_config.py::TestParseIni::test_missing_required_plugins[1-ok-pin-loose] PASSED
2321 testing/test_config.py::TestParseIni::test_missing_required_plugins[1-ok-prerelease] PASSED
2322 testing/test_config.py::TestParseIni::test_missing_required_plugins[missing-version] PASSED
2323 testing/test_config.py::TestParseIni::test_missing_required_plugins[missing-versions] PASSED
2324 testing/test_config.py::TestParseIni::test_missing_required_plugins[invalid-header] PASSED
2325 testing/test_config.py::TestParseIni::test_early_config_cmdline PASSED
2326 testing/test_config.py::TestParseIni::test_args_source_args PASSED
2327 testing/test_config.py::TestParseIni::test_args_source_invocation_dir PASSED
2328 testing/test_config.py::TestParseIni::test_args_source_testpaths PASSED
2329 testing/test_config.py::TestConfigCmdlineParsing::test_parsing_again_fails PASSED
2330 testing/test_config.py::TestConfigCmdlineParsing::test_explicitly_specified_config_file_is_loaded PASSED
2331 testing/test_config.py::TestConfigCmdlineParsing::test_absolute_win32_path PASSED
2332 testing/test_config.py::TestConfigAPI::test_config_trace PASSED
2333 testing/test_config.py::TestConfigAPI::test_config_getoption PASSED
2334 testing/test_config.py::TestConfigAPI::test_config_getoption_unicode PASSED
2335 testing/test_config.py::TestConfigAPI::test_config_getvalueorskip PASSED
2336 testing/test_config.py::TestConfigAPI::test_config_getvalueorskip_None PASSED
2337 testing/test_config.py::TestConfigAPI::test_getoption PASSED
2338 testing/test_config.py::TestConfigAPI::test_getconftest_pathlist PASSED
2339 testing/test_config.py::TestConfigAPI::test_addini[not passed] PASSED
2340 testing/test_config.py::TestConfigAPI::test_addini[None] PASSED
2341 testing/test_config.py::TestConfigAPI::test_addini["string"] PASSED
2342 testing/test_config.py::TestConfigAPI::test_addini_paths[ini] PASSED
2343 testing/test_config.py::TestConfigAPI::test_addini_paths[pyproject] PASSED
2344 testing/test_config.py::TestConfigAPI::test_addini_args_ini_files PASSED
2345 testing/test_config.py::TestConfigAPI::test_addini_args_pyproject_toml PASSED
2346 testing/test_config.py::TestConfigAPI::test_addini_linelist_ini_files PASSED
2347 testing/test_config.py::TestConfigAPI::test_addini_linelist_pprojecttoml PASSED
2348 testing/test_config.py::TestConfigAPI::test_addini_bool[True-True] PASSED
2349 testing/test_config.py::TestConfigAPI::test_addini_bool[no-False] PASSED
2350 testing/test_config.py::TestConfigAPI::test_addini_bool[no-ini-True] PASSED
2351 testing/test_config.py::TestConfigAPI::test_addinivalue_line_existing PASSED
2352 testing/test_config.py::TestConfigAPI::test_addinivalue_line_new PASSED
2353 testing/test_config.py::TestConfigAPI::test_addini_default_values PASSED
2354 testing/test_config.py::TestConfigAPI::test_confcutdir_check_isdir PASSED
2355 testing/test_config.py::test_options_on_small_file_do_not_blow_up PASSED
2356 testing/test_config.py::test_preparse_ordering_with_setuptools PASSED
2357 testing/test_config.py::test_setuptools_importerror_issue1479 PASSED
2358 testing/test_config.py::test_importlib_metadata_broken_distribution PASSED
2359 testing/test_config.py::test_plugin_preparse_prevents_setuptools_loading[True] PASSED
2360 testing/test_config.py::test_plugin_preparse_prevents_setuptools_loading[False] PASSED
2361 testing/test_config.py::test_disable_plugin_autoload[parse_args0-True] PASSED
2362 testing/test_config.py::test_disable_plugin_autoload[parse_args1-False] PASSED
2363 testing/test_config.py::test_plugin_loading_order PASSED
2364 testing/test_config.py::test_invalid_options_show_extra_information PASSED
2365 testing/test_config.py::test_consider_args_after_options_for_rootdir[args0] PASSED
2366 testing/test_config.py::test_consider_args_after_options_for_rootdir[args1] PASSED
2367 testing/test_config.py::test_consider_args_after_options_for_rootdir[args2] PASSED
2368 testing/test_config.py::test_consider_args_after_options_for_rootdir[args3] PASSED
2369 testing/test_config.py::test_toolongargs_issue224 PASSED
2370 testing/test_config.py::test_config_in_subdirectory_colon_command_line_issue2148 PASSED
2371 testing/test_config.py::test_notify_exception PASSED
2372 testing/test_config.py::test_no_terminal_discovery_error PASSED
2373 testing/test_config.py::test_collect_pytest_prefix_bug_integration PASSED
2374 testing/test_config.py::TestOverrideIniArgs::test_override_ini_names[setup.cfg] PASSED
2375 testing/test_config.py::TestOverrideIniArgs::test_override_ini_names[tox.ini] PASSED
2376 testing/test_config.py::TestOverrideIniArgs::test_override_ini_names[pytest.ini] PASSED
2377 testing/test_config.py::TestOverrideIniArgs::test_override_ini_paths PASSED
2378 testing/test_config.py::TestOverrideIniArgs::test_override_multiple_and_default PASSED
2379 testing/test_config.py::TestOverrideIniArgs::test_override_ini_usage_error_bad_style PASSED
2380 testing/test_config.py::TestOverrideIniArgs::test_override_ini_handled_asap[True] PASSED
2381 testing/test_config.py::TestOverrideIniArgs::test_override_ini_handled_asap[False] PASSED
2382 testing/test_config.py::TestOverrideIniArgs::test_addopts_from_ini_not_concatenated PASSED
2383 testing/test_config.py::TestOverrideIniArgs::test_multiple_override_ini_options PASSED
2384 testing/test_config.py::TestOverrideIniArgs::test_override_ini_without_config_file PASSED
2385 testing/test_config.py::test_help_via_addopts PASSED
2386 testing/test_config.py::test_help_and_version_after_argument_error PASSED
2387 testing/test_config.py::test_config_does_not_load_blocked_plugin_from_args PASSED
2388 testing/test_config.py::test_invocation_args PASSED
2389 testing/test_config.py::test_config_blocked_default_plugins[python] PASSED
2390 testing/test_config.py::test_config_blocked_default_plugins[terminal] PASSED
2391 testing/test_config.py::test_config_blocked_default_plugins[debugging] PASSED
2392 testing/test_config.py::test_config_blocked_default_plugins[unittest] PASSED
2393 testing/test_config.py::test_config_blocked_default_plugins[capture] PASSED
2394 testing/test_config.py::test_config_blocked_default_plugins[skipping] PASSED
2395 testing/test_config.py::test_config_blocked_default_plugins[legacypath] PASSED
2396 testing/test_config.py::test_config_blocked_default_plugins[tmpdir] PASSED
2397 testing/test_config.py::test_config_blocked_default_plugins[monkeypatch] PASSED
2398 testing/test_config.py::test_config_blocked_default_plugins[recwarn] PASSED
2399 testing/test_config.py::test_config_blocked_default_plugins[pastebin] PASSED
2400 testing/test_config.py::test_config_blocked_default_plugins[assertion] PASSED
2401 testing/test_config.py::test_config_blocked_default_plugins[junitxml] PASSED
2402 testing/test_config.py::test_config_blocked_default_plugins[doctest] PASSED
2403 testing/test_config.py::test_config_blocked_default_plugins[cacheprovider] PASSED
2404 testing/test_config.py::test_config_blocked_default_plugins[freeze_support] PASSED
2405 testing/test_config.py::test_config_blocked_default_plugins[setuponly] PASSED
2406 testing/test_config.py::test_config_blocked_default_plugins[setupplan] PASSED
2407 testing/test_config.py::test_config_blocked_default_plugins[stepwise] PASSED
2408 testing/test_config.py::test_config_blocked_default_plugins[warnings] PASSED
2409 testing/test_config.py::test_config_blocked_default_plugins[logging] PASSED
2410 testing/test_config.py::test_config_blocked_default_plugins[reports] PASSED
2411 testing/test_config.py::test_config_blocked_default_plugins[python_path] PASSED
2412 testing/test_config.py::test_config_blocked_default_plugins[unraisableexception] PASSED
2413 testing/test_config.py::test_config_blocked_default_plugins[threadexception] PASSED
2414 testing/test_config.py::test_config_blocked_default_plugins[faulthandler] PASSED
2415 testing/test_config.py::TestSetupCfg::test_pytest_setup_cfg_unsupported PASSED
2416 testing/test_config.py::TestSetupCfg::test_pytest_custom_cfg_unsupported PASSED
2417 testing/test_config.py::TestPytestPluginsVariable::test_pytest_plugins_in_non_top_level_conftest_unsupported PASSED
2418 testing/test_config.py::TestPytestPluginsVariable::test_pytest_plugins_in_non_top_level_conftest_unsupported_pyargs[True] PASSED
2419 testing/test_config.py::TestPytestPluginsVariable::test_pytest_plugins_in_non_top_level_conftest_unsupported_pyargs[False] PASSED
2420 testing/test_config.py::TestDebugOptions::test_without_debug_does_not_write_log PASSED
2421 testing/test_config.py::TestDebugOptions::test_with_only_debug_writes_pytestdebug_log PASSED
2422 testing/test_config.py::TestDebugOptions::test_multiple_custom_debug_logs PASSED
2423 testing/test_config.py::TestDebugOptions::test_debug_help PASSED
2424 testing/test_config.py::TestVerbosity::test_level_matches_verbose_when_not_specified PASSED
2425 testing/test_config.py::TestVerbosity::test_level_matches_verbose_when_not_known_type PASSED
2426 testing/test_config.py::TestVerbosity::test_level_matches_specified_override PASSED
2427 testing/test_conftest.py::test_doubledash_considered PASSED
2428 testing/test_conftest.py::test_issue151_load_all_conftests PASSED
2429 testing/test_conftest.py::test_conftest_global_import PASSED
2430 testing/test_conftest.py::test_conftestcutdir PASSED
2431 testing/test_conftest.py::test_conftestcutdir_inplace_considered PASSED
2432 testing/test_conftest.py::test_setinitial_conftest_subdirs[test] PASSED
2433 testing/test_conftest.py::test_setinitial_conftest_subdirs[tests] PASSED
2434 testing/test_conftest.py::test_setinitial_conftest_subdirs[whatever] PASSED
2435 testing/test_conftest.py::test_setinitial_conftest_subdirs[.dotdir] PASSED
2436 testing/test_conftest.py::test_conftest_confcutdir PASSED
2437 testing/test_conftest.py::test_installed_conftest_is_picked_up PASSED
2438 testing/test_conftest.py::test_conftest_symlink PASSED
2439 testing/test_conftest.py::test_conftest_symlink_files PASSED
2440 testing/test_conftest.py::test_conftest_badcase SKIPPED (only releva...)
2441 testing/test_conftest.py::test_conftest_uppercase PASSED
2442 testing/test_conftest.py::test_no_conftest PASSED
2443 testing/test_conftest.py::test_conftest_existing_junitxml PASSED
2444 testing/test_conftest.py::test_conftest_import_order PASSED
2445 testing/test_conftest.py::test_fixture_dependency PASSED
2446 testing/test_conftest.py::test_conftest_found_with_double_dash PASSED
2447 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-..-3] PASSED
2448 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-..-3] PASSED
2449 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-../..-3] PASSED
2450 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-../..-3] PASSED
2451 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-../package-3] PASSED
2452 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-.-3] PASSED
2453 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-..-3] PASSED
2454 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-..-3] PASSED
2455 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-../package/swc-1] PASSED
2456 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-./swc-1] PASSED
2457 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-.-1] PASSED
2458 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-../swc-1] PASSED
2459 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[runner-../package/snc-1] PASSED
2460 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[package-./snc-1] PASSED
2461 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[swc-../snc-1] PASSED
2462 testing/test_conftest.py::TestConftestVisibility::test_parsefactories_relative_node_ids[snc-.-1] PASSED
2463 testing/test_conftest.py::test_search_conftest_up_to_inifile[.-2-0] PASSED
2464 testing/test_conftest.py::test_search_conftest_up_to_inifile[src-1-1] PASSED
2465 testing/test_conftest.py::test_search_conftest_up_to_inifile[None-1-1] PASSED
2466 testing/test_conftest.py::test_issue1073_conftest_special_objects PASSED
2467 testing/test_conftest.py::test_conftest_exception_handling PASSED
2468 testing/test_conftest.py::test_hook_proxy PASSED
2469 testing/test_conftest.py::test_required_option_help PASSED
2470 testing/test_debugging.py::TestPDB::test_pdb_on_fail PASSED
2471 testing/test_debugging.py::TestPDB::test_pdb_on_xfail PASSED
2472 testing/test_debugging.py::TestPDB::test_pdb_on_skip PASSED
2473 testing/test_debugging.py::TestPDB::test_pdb_on_top_level_raise_skiptest PASSED
2474 testing/test_debugging.py::TestPDB::test_pdb_on_BdbQuit PASSED
2475 testing/test_debugging.py::TestPDB::test_pdb_on_KeyboardInterrupt PASSED
2476 testing/test_debugging.py::TestPDB::test_pdb_custom_cls PASSED
2477 testing/test_debugging.py::TestPDB::test_pdb_custom_cls_invalid PASSED
2478 testing/test_debugging.py::TestPDB::test_pdb_custom_cls_without_pdb PASSED
2479 testing/test_debugging.py::TestDebuggingBreakpoints::test_pdb_custom_cls PASSED
2480 testing/test_debugging.py::test_pdbcls_via_local_module PASSED
2481 testing/test_debugging.py::test_raises_bdbquit_with_eoferror PASSED
2482 testing/test_debugging.py::test_pdb_wrapper_class_is_reused PASSED
2483 testing/test_doctest.py::TestDoctests::test_collect_testtextfile PASSED
2484 testing/test_doctest.py::TestDoctests::test_collect_module_empty PASSED
2485 testing/test_doctest.py::TestDoctests::test_collect_module_single_modulelevel_doctest PASSED
2486 testing/test_doctest.py::TestDoctests::test_collect_module_two_doctest_one_modulelevel PASSED
2487 testing/test_doctest.py::TestDoctests::test_collect_module_two_doctest_no_modulelevel[__init__] PASSED
2488 testing/test_doctest.py::TestDoctests::test_collect_module_two_doctest_no_modulelevel[whatever] PASSED
2489 testing/test_doctest.py::TestDoctests::test_simple_doctestfile PASSED
2490 testing/test_doctest.py::TestDoctests::test_importmode PASSED
2491 testing/test_doctest.py::TestDoctests::test_new_pattern PASSED
2492 testing/test_doctest.py::TestDoctests::test_multiple_patterns PASSED
2493 testing/test_doctest.py::TestDoctests::test_encoding[foo-ascii] PASSED
2494 testing/test_doctest.py::TestDoctests::test_encoding[\xf6\xe4\xfc-latin1] PASSED
2495 testing/test_doctest.py::TestDoctests::test_encoding[\xf6\xe4\xfc-utf-8] PASSED
2496 testing/test_doctest.py::TestDoctests::test_doctest_unexpected_exception PASSED
2497 testing/test_doctest.py::TestDoctests::test_doctest_outcomes PASSED
2498 testing/test_doctest.py::TestDoctests::test_docstring_partial_context_around_error PASSED
2499 testing/test_doctest.py::TestDoctests::test_docstring_full_context_around_error PASSED
2500 testing/test_doctest.py::TestDoctests::test_doctest_linedata_missing PASSED
2501 testing/test_doctest.py::TestDoctests::test_doctest_linedata_on_property PASSED
2502 testing/test_doctest.py::TestDoctests::test_doctest_no_linedata_on_overridden_property PASSED
2503 testing/test_doctest.py::TestDoctests::test_doctest_unex_importerror_only_txt PASSED
2504 testing/test_doctest.py::TestDoctests::test_doctest_unex_importerror_with_module PASSED
2505 testing/test_doctest.py::TestDoctests::test_doctestmodule PASSED
2506 testing/test_doctest.py::TestDoctests::test_doctest_cached_property PASSED
2507 testing/test_doctest.py::TestDoctests::test_doctestmodule_external_and_issue116 PASSED
2508 testing/test_doctest.py::TestDoctests::test_txtfile_failing PASSED
2509 testing/test_doctest.py::TestDoctests::test_txtfile_with_fixtures PASSED
2510 testing/test_doctest.py::TestDoctests::test_txtfile_with_usefixtures_in_ini PASSED
2511 testing/test_doctest.py::TestDoctests::test_doctestmodule_with_fixtures PASSED
2512 testing/test_doctest.py::TestDoctests::test_doctestmodule_three_tests PASSED
2513 testing/test_doctest.py::TestDoctests::test_doctestmodule_two_tests_one_fail PASSED
2514 testing/test_doctest.py::TestDoctests::test_ignored_whitespace PASSED
2515 testing/test_doctest.py::TestDoctests::test_non_ignored_whitespace PASSED
2516 testing/test_doctest.py::TestDoctests::test_ignored_whitespace_glob PASSED
2517 testing/test_doctest.py::TestDoctests::test_non_ignored_whitespace_glob PASSED
2518 testing/test_doctest.py::TestDoctests::test_contains_unicode PASSED
2519 testing/test_doctest.py::TestDoctests::test_ignore_import_errors_on_doctest PASSED
2520 testing/test_doctest.py::TestDoctests::test_junit_report_for_doctest PASSED
2521 testing/test_doctest.py::TestDoctests::test_unicode_doctest PASSED
2522 testing/test_doctest.py::TestDoctests::test_unicode_doctest_module PASSED
2523 testing/test_doctest.py::TestDoctests::test_print_unicode_value PASSED
2524 testing/test_doctest.py::TestDoctests::test_reportinfo PASSED
2525 testing/test_doctest.py::TestDoctests::test_valid_setup_py PASSED
2526 testing/test_doctest.py::TestDoctests::test_main_py_does_not_cause_import_errors PASSED
2527 testing/test_doctest.py::TestDoctests::test_invalid_setup_py PASSED
2528 testing/test_doctest.py::TestDoctests::test_setup_module PASSED
2529 testing/test_doctest.py::TestLiterals::test_allow_unicode[ini] PASSED
2530 testing/test_doctest.py::TestLiterals::test_allow_unicode[comment] PASSED
2531 testing/test_doctest.py::TestLiterals::test_allow_bytes[ini] PASSED
2532 testing/test_doctest.py::TestLiterals::test_allow_bytes[comment] PASSED
2533 testing/test_doctest.py::TestLiterals::test_unicode_string PASSED
2534 testing/test_doctest.py::TestLiterals::test_bytes_literal PASSED
2535 testing/test_doctest.py::TestLiterals::test_number_precision[ini] PASSED
2536 testing/test_doctest.py::TestLiterals::test_number_precision[comment] PASSED
2537 testing/test_doctest.py::TestLiterals::test_number_non_matches[3.0-3] PASSED
2538 testing/test_doctest.py::TestLiterals::test_number_non_matches[3e0-3] PASSED
2539 testing/test_doctest.py::TestLiterals::test_number_non_matches[1e3-1000] PASSED
2540 testing/test_doctest.py::TestLiterals::test_number_non_matches[3-3.0] PASSED
2541 testing/test_doctest.py::TestLiterals::test_number_non_matches[3.1-3.0] PASSED
2542 testing/test_doctest.py::TestLiterals::test_number_non_matches[3.1-3.2] PASSED
2543 testing/test_doctest.py::TestLiterals::test_number_non_matches[3.1-4.0] PASSED
2544 testing/test_doctest.py::TestLiterals::test_number_non_matches[8.22e5-810000.0] PASSED
2545 testing/test_doctest.py::TestLiterals::test_number_non_matches[3.0-2.98] PASSED
2546 testing/test_doctest.py::TestLiterals::test_number_non_matches[1e3-999] PASSED
2547 testing/test_doctest.py::TestLiterals::test_number_non_matches['3.1416'-'3.14'] XFAIL
2548 testing/test_doctest.py::TestLiterals::test_number_and_allow_unicode PASSED
2549 testing/test_doctest.py::TestDoctestSkips::test_one_skipped[text] PASSED
2550 testing/test_doctest.py::TestDoctestSkips::test_one_skipped[module] PASSED
2551 testing/test_doctest.py::TestDoctestSkips::test_one_skipped_failed[text] PASSED
2552 testing/test_doctest.py::TestDoctestSkips::test_one_skipped_failed[module] PASSED
2553 testing/test_doctest.py::TestDoctestSkips::test_all_skipped[text] PASSED
2554 testing/test_doctest.py::TestDoctestSkips::test_all_skipped[module] PASSED
2555 testing/test_doctest.py::TestDoctestSkips::test_vacuous_all_skipped[text] PASSED
2556 testing/test_doctest.py::TestDoctestSkips::test_vacuous_all_skipped[module] PASSED
2557 testing/test_doctest.py::TestDoctestSkips::test_continue_on_failure PASSED
2558 testing/test_doctest.py::TestDoctestSkips::test_skipping_wrapped_test PASSED
2559 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_doctest_module_session_fixture PASSED
2560 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-module] PASSED
2561 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-session] PASSED
2562 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-class] PASSED
2563 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[True-function] PASSED
2564 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-module] PASSED
2565 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-session] PASSED
2566 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-class] PASSED
2567 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_scopes[False-function] PASSED
2568 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-module] PASSED
2569 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-session] PASSED
2570 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-class] PASSED
2571 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-True-function] PASSED
2572 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-module] PASSED
2573 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-session] PASSED
2574 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-class] PASSED
2575 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[True-False-function] PASSED
2576 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-module] PASSED
2577 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-session] PASSED
2578 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-class] PASSED
2579 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-True-function] PASSED
2580 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-module] PASSED
2581 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-session] PASSED
2582 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-class] PASSED
2583 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_fixture_module_doctest_scopes[False-False-function] PASSED
2584 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[module] PASSED
2585 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[session] PASSED
2586 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[class] PASSED
2587 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_request_attributes[function] PASSED
2588 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_defined_in_same_module[module] PASSED
2589 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_defined_in_same_module[session] PASSED
2590 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_defined_in_same_module[class] PASSED
2591 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_defined_in_same_module[function] PASSED
2592 testing/test_doctest.py::TestDoctestAutoUseFixtures::test_auto_use_defined_in_same_module[package] PASSED
2593 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[module] PASSED
2594 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[session] PASSED
2595 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[class] PASSED
2596 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_doctestfile[function] PASSED
2597 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[module] PASSED
2598 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[session] PASSED
2599 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[class] PASSED
2600 testing/test_doctest.py::TestDoctestNamespaceFixture::test_namespace_pyfile[function] PASSED
2601 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_udiff[udiff] PASSED
2602 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_udiff[UDIFF] PASSED
2603 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_udiff[uDiFf] PASSED
2604 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_cdiff PASSED
2605 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_ndiff PASSED
2606 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_none_or_only_first_failure[none] PASSED
2607 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_none_or_only_first_failure[only_first_failure] PASSED
2608 testing/test_doctest.py::TestDoctestReportingOption::test_doctest_report_invalid PASSED
2609 testing/test_doctest.py::test_doctest_mock_objects_dont_recurse_missbehaved[mock] PASSED
2610 testing/test_doctest.py::test_doctest_mock_objects_dont_recurse_missbehaved[unittest.mock] PASSED
2611 testing/test_error_diffs.py::test_error_diff[Compare lists, one item differs] PASSED
2612 testing/test_error_diffs.py::test_error_diff[Compare lists, one extra item] PASSED
2613 testing/test_error_diffs.py::test_error_diff[Compare lists, one item missing] PASSED
2614 testing/test_error_diffs.py::test_error_diff[Compare tuples] PASSED
2615 testing/test_error_diffs.py::test_error_diff[Compare sets] PASSED
2616 testing/test_error_diffs.py::test_error_diff[Compare dicts with differing keys] PASSED
2617 testing/test_error_diffs.py::test_error_diff[Compare dicts with differing values] PASSED
2618 testing/test_error_diffs.py::test_error_diff[Compare dicts with differing items] PASSED
2619 testing/test_error_diffs.py::test_error_diff[Compare strings] PASSED
2620 testing/test_error_diffs.py::test_error_diff[Test "not in" string] PASSED
2621 testing/test_error_diffs.py::test_error_diff[Compare data classes] PASSED
2622 testing/test_error_diffs.py::test_error_diff[Compare attrs classes] PASSED
2623 testing/test_faulthandler.py::test_crash_during_shutdown_captured PASSED
2624 testing/test_faulthandler.py::test_crash_during_shutdown_not_captured PASSED
2625 testing/test_faulthandler.py::test_already_initialized_crash PASSED
2626 testing/test_helpconfig.py::test_version_verbose SKIPPED (always fai...)
2627 testing/test_helpconfig.py::test_version_less_verbose SKIPPED (alway...)
2628 testing/test_helpconfig.py::test_help PASSED
2629 testing/test_helpconfig.py::test_none_help_param_raises_exception PASSED
2630 testing/test_helpconfig.py::test_empty_help_param PASSED
2631 testing/test_helpconfig.py::test_hookvalidation_unknown PASSED
2632 testing/test_helpconfig.py::test_hookvalidation_optional PASSED
2633 testing/test_helpconfig.py::test_traceconfig PASSED
2634 testing/test_junitxml.py::TestPython::test_summing_simple[xunit1] PASSED
2635 testing/test_junitxml.py::TestPython::test_summing_simple[xunit2] PASSED
2636 testing/test_junitxml.py::TestPython::test_summing_simple_with_errors[xunit1] PASSED
2637 testing/test_junitxml.py::TestPython::test_summing_simple_with_errors[xunit2] PASSED
2638 testing/test_junitxml.py::TestPython::test_hostname_in_xml[xunit1] PASSED
2639 testing/test_junitxml.py::TestPython::test_hostname_in_xml[xunit2] PASSED
2640 testing/test_junitxml.py::TestPython::test_timestamp_in_xml[xunit1] PASSED
2641 testing/test_junitxml.py::TestPython::test_timestamp_in_xml[xunit2] PASSED
2642 testing/test_junitxml.py::TestPython::test_timing_function PASSED
2643 testing/test_junitxml.py::TestPython::test_junit_duration_report[call] PASSED
2644 testing/test_junitxml.py::TestPython::test_junit_duration_report[total] PASSED
2645 testing/test_junitxml.py::TestPython::test_setup_error[xunit1] PASSED
2646 testing/test_junitxml.py::TestPython::test_setup_error[xunit2] PASSED
2647 testing/test_junitxml.py::TestPython::test_teardown_error[xunit1] PASSED
2648 testing/test_junitxml.py::TestPython::test_teardown_error[xunit2] PASSED
2649 testing/test_junitxml.py::TestPython::test_call_failure_teardown_error[xunit1] PASSED
2650 testing/test_junitxml.py::TestPython::test_call_failure_teardown_error[xunit2] PASSED
2651 testing/test_junitxml.py::TestPython::test_skip_contains_name_reason[xunit1] PASSED
2652 testing/test_junitxml.py::TestPython::test_skip_contains_name_reason[xunit2] PASSED
2653 testing/test_junitxml.py::TestPython::test_mark_skip_contains_name_reason[xunit1] PASSED
2654 testing/test_junitxml.py::TestPython::test_mark_skip_contains_name_reason[xunit2] PASSED
2655 testing/test_junitxml.py::TestPython::test_mark_skipif_contains_name_reason[xunit1] PASSED
2656 testing/test_junitxml.py::TestPython::test_mark_skipif_contains_name_reason[xunit2] PASSED
2657 testing/test_junitxml.py::TestPython::test_mark_skip_doesnt_capture_output[xunit1] PASSED
2658 testing/test_junitxml.py::TestPython::test_mark_skip_doesnt_capture_output[xunit2] PASSED
2659 testing/test_junitxml.py::TestPython::test_classname_instance[xunit1] PASSED
2660 testing/test_junitxml.py::TestPython::test_classname_instance[xunit2] PASSED
2661 testing/test_junitxml.py::TestPython::test_classname_nested_dir[xunit1] PASSED
2662 testing/test_junitxml.py::TestPython::test_classname_nested_dir[xunit2] PASSED
2663 testing/test_junitxml.py::TestPython::test_internal_error[xunit1] PASSED
2664 testing/test_junitxml.py::TestPython::test_internal_error[xunit2] PASSED
2665 testing/test_junitxml.py::TestPython::test_failure_function[xunit1-no] PASSED
2666 testing/test_junitxml.py::TestPython::test_failure_function[xunit1-log] PASSED
2667 testing/test_junitxml.py::TestPython::test_failure_function[xunit1-system-out] PASSED
2668 testing/test_junitxml.py::TestPython::test_failure_function[xunit1-system-err] PASSED
2669 testing/test_junitxml.py::TestPython::test_failure_function[xunit1-out-err] PASSED
2670 testing/test_junitxml.py::TestPython::test_failure_function[xunit1-all] PASSED
2671 testing/test_junitxml.py::TestPython::test_failure_function[xunit2-no] PASSED
2672 testing/test_junitxml.py::TestPython::test_failure_function[xunit2-log] PASSED
2673 testing/test_junitxml.py::TestPython::test_failure_function[xunit2-system-out] PASSED
2674 testing/test_junitxml.py::TestPython::test_failure_function[xunit2-system-err] PASSED
2675 testing/test_junitxml.py::TestPython::test_failure_function[xunit2-out-err] PASSED
2676 testing/test_junitxml.py::TestPython::test_failure_function[xunit2-all] PASSED
2677 testing/test_junitxml.py::TestPython::test_failure_verbose_message[xunit1] PASSED
2678 testing/test_junitxml.py::TestPython::test_failure_verbose_message[xunit2] PASSED
2679 testing/test_junitxml.py::TestPython::test_failure_escape[xunit1] PASSED
2680 testing/test_junitxml.py::TestPython::test_failure_escape[xunit2] PASSED
2681 testing/test_junitxml.py::TestPython::test_junit_prefixing[xunit1] PASSED
2682 testing/test_junitxml.py::TestPython::test_junit_prefixing[xunit2] PASSED
2683 testing/test_junitxml.py::TestPython::test_xfailure_function[xunit1] PASSED
2684 testing/test_junitxml.py::TestPython::test_xfailure_function[xunit2] PASSED
2685 testing/test_junitxml.py::TestPython::test_xfailure_marker[xunit1] PASSED
2686 testing/test_junitxml.py::TestPython::test_xfailure_marker[xunit2] PASSED
2687 testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[no] PASSED
2688 testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[log] PASSED
2689 testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[system-out] PASSED
2690 testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[system-err] PASSED
2691 testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[out-err] PASSED
2692 testing/test_junitxml.py::TestPython::test_xfail_captures_output_once[all] PASSED
2693 testing/test_junitxml.py::TestPython::test_xfailure_xpass[xunit1] PASSED
2694 testing/test_junitxml.py::TestPython::test_xfailure_xpass[xunit2] PASSED
2695 testing/test_junitxml.py::TestPython::test_xfailure_xpass_strict[xunit1] PASSED
2696 testing/test_junitxml.py::TestPython::test_xfailure_xpass_strict[xunit2] PASSED
2697 testing/test_junitxml.py::TestPython::test_collect_error[xunit1] PASSED
2698 testing/test_junitxml.py::TestPython::test_collect_error[xunit2] PASSED
2699 testing/test_junitxml.py::TestPython::test_unicode PASSED
2700 testing/test_junitxml.py::TestPython::test_assertion_binchars PASSED
2701 testing/test_junitxml.py::TestPython::test_pass_captures_stdout[no] PASSED
2702 testing/test_junitxml.py::TestPython::test_pass_captures_stdout[system-out] PASSED
2703 testing/test_junitxml.py::TestPython::test_pass_captures_stderr[no] PASSED
2704 testing/test_junitxml.py::TestPython::test_pass_captures_stderr[system-err] PASSED
2705 testing/test_junitxml.py::TestPython::test_setup_error_captures_stdout[no] PASSED
2706 testing/test_junitxml.py::TestPython::test_setup_error_captures_stdout[system-out] PASSED
2707 testing/test_junitxml.py::TestPython::test_setup_error_captures_stderr[no] PASSED
2708 testing/test_junitxml.py::TestPython::test_setup_error_captures_stderr[system-err] PASSED
2709 testing/test_junitxml.py::TestPython::test_avoid_double_stdout[no] PASSED
2710 testing/test_junitxml.py::TestPython::test_avoid_double_stdout[system-out] PASSED
2711 testing/test_junitxml.py::TestNonPython::test_summing_simple[xunit1] PASSED
2712 testing/test_junitxml.py::TestNonPython::test_summing_simple[xunit2] PASSED
2713 testing/test_junitxml.py::test_nullbyte[no] PASSED
2714 testing/test_junitxml.py::test_nullbyte[system-out] PASSED
2715 testing/test_junitxml.py::test_nullbyte_replace[no] PASSED
2716 testing/test_junitxml.py::test_nullbyte_replace[system-out] PASSED
2717 testing/test_junitxml.py::test_logxml_changingdir PASSED
2718 testing/test_junitxml.py::test_logxml_makedir PASSED
2719 testing/test_junitxml.py::test_logxml_check_isdir PASSED
2720 testing/test_junitxml.py::test_escaped_parametrized_names_xml PASSED
2721 testing/test_junitxml.py::test_double_colon_split_function_issue469 PASSED
2722 testing/test_junitxml.py::test_double_colon_split_method_issue469 PASSED
2723 testing/test_junitxml.py::test_unicode_issue368 PASSED
2724 testing/test_junitxml.py::test_record_property PASSED
2725 testing/test_junitxml.py::test_record_property_on_test_and_teardown_failure PASSED
2726 testing/test_junitxml.py::test_record_property_same_name PASSED
2727 testing/test_junitxml.py::test_record_fixtures_without_junitxml[record_property] PASSED
2728 testing/test_junitxml.py::test_record_fixtures_without_junitxml[record_xml_attribute] PASSED
2729 testing/test_junitxml.py::test_record_attribute PASSED
2730 testing/test_junitxml.py::test_record_fixtures_xunit2[record_xml_attribute] PASSED
2731 testing/test_junitxml.py::test_record_fixtures_xunit2[record_property] PASSED
2732 testing/test_junitxml.py::test_random_report_log_xdist SKIPPED (alwa...)
2733 testing/test_junitxml.py::test_root_testsuites_tag[xunit1] PASSED
2734 testing/test_junitxml.py::test_root_testsuites_tag[xunit2] PASSED
2735 testing/test_junitxml.py::test_runs_twice PASSED
2736 testing/test_junitxml.py::test_runs_twice_xdist SKIPPED (always fail...)
2737 testing/test_junitxml.py::test_fancy_items_regression PASSED
2738 testing/test_junitxml.py::test_global_properties[xunit1] PASSED
2739 testing/test_junitxml.py::test_global_properties[xunit2] PASSED
2740 testing/test_junitxml.py::test_url_property PASSED
2741 testing/test_junitxml.py::test_record_testsuite_property[xunit1] PASSED
2742 testing/test_junitxml.py::test_record_testsuite_property[xunit2] PASSED
2743 testing/test_junitxml.py::test_record_testsuite_property_junit_disabled PASSED
2744 testing/test_junitxml.py::test_record_testsuite_property_type_checking[True] PASSED
2745 testing/test_junitxml.py::test_record_testsuite_property_type_checking[False] PASSED
2746 testing/test_junitxml.py::test_set_suite_name[xunit1-my_suite] PASSED
2747 testing/test_junitxml.py::test_set_suite_name[xunit1-] PASSED
2748 testing/test_junitxml.py::test_set_suite_name[xunit2-my_suite] PASSED
2749 testing/test_junitxml.py::test_set_suite_name[xunit2-] PASSED
2750 testing/test_junitxml.py::test_escaped_skipreason_issue3533 PASSED
2751 testing/test_junitxml.py::test_bin_escaped_skipreason PASSED
2752 testing/test_junitxml.py::test_escaped_setup_teardown_error PASSED
2753 testing/test_junitxml.py::test_logging_passing_tests_disabled_does_not_log_test_output[xunit1] PASSED
2754 testing/test_junitxml.py::test_logging_passing_tests_disabled_does_not_log_test_output[xunit2] PASSED
2755 testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[no-xunit1] PASSED
2756 testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[no-xunit2] PASSED
2757 testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-out-xunit1] PASSED
2758 testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-out-xunit2] PASSED
2759 testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-err-xunit1] PASSED
2760 testing/test_junitxml.py::test_logging_passing_tests_disabled_logs_output_for_failing_test_issue5430[system-err-xunit2] PASSED
2761 testing/test_legacypath.py::test_item_fspath PASSED
2762 testing/test_legacypath.py::test_testdir_testtmproot PASSED
2763 testing/test_legacypath.py::test_testdir_makefile_dot_prefixes_extension_silently PASSED
2764 testing/test_legacypath.py::test_testdir_makefile_ext_none_raises_type_error PASSED
2765 testing/test_legacypath.py::test_testdir_makefile_ext_empty_string_makes_file PASSED
2766 testing/test_legacypath.py::test_tmpdir_always_is_realpath PASSED
2767 testing/test_legacypath.py::test_fixturerequest_getmodulepath PASSED
2768 testing/test_legacypath.py::test_addini_paths[ini] PASSED
2769 testing/test_legacypath.py::test_addini_paths[pyproject] PASSED
2770 testing/test_legacypath.py::test_override_ini_paths PASSED
2771 testing/test_link_resolve.py::test_link_resolve PASSED
2772 testing/test_main.py::test_wrap_session_notify_exception[ret_exc0] PASSED
2773 testing/test_main.py::test_wrap_session_notify_exception[ret_exc1] PASSED
2774 testing/test_main.py::test_wrap_session_notify_exception[ret_exc2] PASSED
2775 testing/test_main.py::test_wrap_session_exit_sessionfinish[None] PASSED
2776 testing/test_main.py::test_wrap_session_exit_sessionfinish[42] PASSED
2777 testing/test_main.py::test_validate_basetemp_integration PASSED
2778 testing/test_main.py::TestResolveCollectionArgument::test_file PASSED
2779 testing/test_main.py::TestResolveCollectionArgument::test_dir PASSED
2780 testing/test_main.py::TestResolveCollectionArgument::test_pypath PASSED
2781 testing/test_main.py::TestResolveCollectionArgument::test_parametrized_name_with_colons PASSED
2782 testing/test_main.py::TestResolveCollectionArgument::test_does_not_exist PASSED
2783 testing/test_main.py::TestResolveCollectionArgument::test_absolute_paths_are_resolved_correctly PASSED
2784 testing/test_main.py::test_module_full_path_without_drive PASSED
2785 testing/test_main.py::test_very_long_cmdline_arg PASSED
2786 testing/test_mark.py::test_marked_class_run_twice PASSED
2787 testing/test_mark.py::test_ini_markers PASSED
2788 testing/test_mark.py::test_markers_option PASSED
2789 testing/test_mark.py::test_ini_markers_whitespace PASSED
2790 testing/test_mark.py::test_marker_without_description PASSED
2791 testing/test_mark.py::test_markers_option_with_plugin_in_current_dir PASSED
2792 testing/test_mark.py::test_mark_on_pseudo_function PASSED
2793 testing/test_mark.py::test_strict_prohibits_unregistered_markers[--strict-markers] PASSED
2794 testing/test_mark.py::test_strict_prohibits_unregistered_markers[--strict] PASSED
2795 testing/test_mark.py::test_mark_option[xyz-expected_passed0] PASSED
2796 testing/test_mark.py::test_mark_option[(((  xyz))  )-expected_passed1] PASSED
2797 testing/test_mark.py::test_mark_option[not not xyz-expected_passed2] PASSED
2798 testing/test_mark.py::test_mark_option[xyz and xyz2-expected_passed3] PASSED
2799 testing/test_mark.py::test_mark_option[xyz2-expected_passed4] PASSED
2800 testing/test_mark.py::test_mark_option[xyz or xyz2-expected_passed5] PASSED
2801 testing/test_mark.py::test_mark_option_with_kwargs[car(color='red')-['test_one']] PASSED
2802 testing/test_mark.py::test_mark_option_with_kwargs[car(color='red') or car(color='blue')-['test_one', 'test_two']] PASSED
2803 testing/test_mark.py::test_mark_option_with_kwargs[car and not car(temp=5)-['test_one', 'test_three']] PASSED
2804 testing/test_mark.py::test_mark_option_with_kwargs[car(temp=4)-['test_one']] PASSED
2805 testing/test_mark.py::test_mark_option_with_kwargs[car(temp=4) or car(temp=5)-['test_one', 'test_two']] PASSED
2806 testing/test_mark.py::test_mark_option_with_kwargs[car(temp=4) and car(temp=5)-[]] PASSED
2807 testing/test_mark.py::test_mark_option_with_kwargs[car(temp=-5)-['test_three']] PASSED
2808 testing/test_mark.py::test_mark_option_with_kwargs[car(ac=True)-['test_one']] PASSED
2809 testing/test_mark.py::test_mark_option_with_kwargs[car(ac=False)-['test_two']] PASSED
2810 testing/test_mark.py::test_mark_option_with_kwargs[car(ac=None)-['test_three']] PASSED
2811 testing/test_mark.py::test_mark_option_custom[interface-expected_passed0] PASSED
2812 testing/test_mark.py::test_mark_option_custom[not interface-expected_passed1] PASSED
2813 testing/test_mark.py::test_keyword_option_custom[interface-expected_passed0] PASSED
2814 testing/test_mark.py::test_keyword_option_custom[not interface-expected_passed1] PASSED
2815 testing/test_mark.py::test_keyword_option_custom[pass-expected_passed2] PASSED
2816 testing/test_mark.py::test_keyword_option_custom[not pass-expected_passed3] PASSED
2817 testing/test_mark.py::test_keyword_option_custom[not not not (pass)-expected_passed4] PASSED
2818 testing/test_mark.py::test_keyword_option_custom[1 or 2-expected_passed5] PASSED
2819 testing/test_mark.py::test_keyword_option_custom[not (1 or 2)-expected_passed6] PASSED
2820 testing/test_mark.py::test_keyword_option_considers_mark PASSED
2821 testing/test_mark.py::test_keyword_option_parametrize[None-expected_passed0] PASSED
2822 testing/test_mark.py::test_keyword_option_parametrize[[1.3]-expected_passed1] PASSED
2823 testing/test_mark.py::test_keyword_option_parametrize[2-3-expected_passed2] PASSED
2824 testing/test_mark.py::test_parametrize_with_module PASSED
2825 testing/test_mark.py::test_keyword_option_wrong_arguments[foo or-at column 7: expected not OR left parenthesis OR identifier; got end of input] PASSED
2826 testing/test_mark.py::test_keyword_option_wrong_arguments[foo or or-at column 8: expected not OR left parenthesis OR identifier; got or] PASSED
2827 testing/test_mark.py::test_keyword_option_wrong_arguments[(foo-at column 5: expected right parenthesis; got end of input] PASSED
2828 testing/test_mark.py::test_keyword_option_wrong_arguments[foo bar-at column 5: expected end of input; got identifier] PASSED
2829 testing/test_mark.py::test_keyword_option_wrong_arguments[or or-at column 1: expected not OR left parenthesis OR identifier; got or] PASSED
2830 testing/test_mark.py::test_keyword_option_wrong_arguments[not or-at column 5: expected not OR left parenthesis OR identifier; got or] PASSED
2831 testing/test_mark.py::test_keyword_option_wrong_arguments[nonexistent_mark(non_supported='kwarg')-Keyword expressions do not support call parameters] PASSED
2832 testing/test_mark.py::test_parametrized_collected_from_command_line PASSED
2833 testing/test_mark.py::test_parametrized_collect_with_wrong_args PASSED
2834 testing/test_mark.py::test_parametrized_with_kwargs PASSED
2835 testing/test_mark.py::test_parametrize_iterator PASSED
2836 testing/test_mark.py::TestFunctional::test_merging_markers_deep PASSED
2837 testing/test_mark.py::TestFunctional::test_mark_decorator_subclass_does_not_propagate_to_base PASSED
2838 testing/test_mark.py::TestFunctional::test_mark_should_not_pass_to_siebling_class PASSED
2839 testing/test_mark.py::TestFunctional::test_mark_decorator_baseclasses_merged PASSED
2840 testing/test_mark.py::TestFunctional::test_mark_closest PASSED
2841 testing/test_mark.py::TestFunctional::test_mark_with_wrong_marker PASSED
2842 testing/test_mark.py::TestFunctional::test_mark_dynamically_in_funcarg PASSED
2843 testing/test_mark.py::TestFunctional::test_no_marker_match_on_unmarked_names PASSED
2844 testing/test_mark.py::TestFunctional::test_keywords_at_node_level PASSED
2845 testing/test_mark.py::TestFunctional::test_keyword_added_for_session PASSED
2846 testing/test_mark.py::TestFunctional::test_mark_from_parameters PASSED
2847 testing/test_mark.py::TestFunctional::test_reevaluate_dynamic_expr PASSED
2848 testing/test_mark.py::TestKeywordSelection::test_select_simple PASSED
2849 testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx] PASSED
2850 testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx and test_2] PASSED
2851 testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[TestClass] PASSED
2852 testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx and not test_1] PASSED
2853 testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[TestClass and test_2] PASSED
2854 testing/test_mark.py::TestKeywordSelection::test_select_extra_keywords[xxx and TestClass and test_2] PASSED
2855 testing/test_mark.py::TestKeywordSelection::test_keyword_extra PASSED
2856 testing/test_mark.py::TestKeywordSelection::test_keyword_extra_dash XFAIL
2857 testing/test_mark.py::TestKeywordSelection::test_no_magic_values[__] PASSED
2858 testing/test_mark.py::TestKeywordSelection::test_no_magic_values[+] PASSED
2859 testing/test_mark.py::TestKeywordSelection::test_no_magic_values[..] PASSED
2860 testing/test_mark.py::TestKeywordSelection::test_no_match_directories_outside_the_suite PASSED
2861 testing/test_mark.py::test_parameterset_for_parametrize_marks[None] PASSED
2862 testing/test_mark.py::test_parameterset_for_parametrize_marks[] PASSED
2863 testing/test_mark.py::test_parameterset_for_parametrize_marks[skip] PASSED
2864 testing/test_mark.py::test_parameterset_for_parametrize_marks[xfail] PASSED
2865 testing/test_mark.py::test_parameterset_for_fail_at_collect PASSED
2866 testing/test_mark.py::test_parameterset_for_parametrize_bad_markname PASSED
2867 testing/test_mark.py::test_mark_expressions_no_smear PASSED
2868 testing/test_mark.py::test_addmarker_order PASSED
2869 testing/test_mark.py::test_markers_from_parametrize PASSED
2870 testing/test_mark.py::test_marker_expr_eval_failure_handling[NOT internal_err] PASSED
2871 testing/test_mark.py::test_marker_expr_eval_failure_handling[NOT (internal_err)] PASSED
2872 testing/test_mark.py::test_marker_expr_eval_failure_handling[bogus=] PASSED
2873 testing/test_mark.py::test_mark_fixture_order_mro PASSED
2874 testing/test_monkeypatch.py::test_monkeypatch_plugin PASSED
2875 testing/test_monkeypatch.py::test_issue185_time_breaks PASSED
2876 testing/test_monkeypatch.py::test_importerror PASSED
2877 testing/test_monkeypatch.py::test_syspath_prepend_with_namespace_packages PASSED
2878 testing/test_nodes.py::test_node_warn_is_no_longer_only_pytest_warnings[DeprecationWarning-deprecated] PASSED
2879 testing/test_nodes.py::test_node_warn_is_no_longer_only_pytest_warnings[PytestWarning-pytest] PASSED
2880 testing/test_nodes.py::test_node_warning_enforces_warning_types PASSED
2881 testing/test_nodes.py::test_failure_with_changed_cwd PASSED
2882 testing/test_parseopt.py::test_argcomplete PASSED
2883 testing/test_pastebin.py::TestPasteCapture::test_failed PASSED
2884 testing/test_pastebin.py::TestPasteCapture::test_all PASSED
2885 testing/test_pastebin.py::TestPasteCapture::test_non_ascii_paste_text PASSED
2886 testing/test_pathlib.py::TestFNMatcherPort::test_matching[*.py-foo.py] PASSED
2887 testing/test_pathlib.py::TestFNMatcherPort::test_matching[*.py-bar/foo.py] PASSED
2888 testing/test_pathlib.py::TestFNMatcherPort::test_matching[test_*.py-foo/test_foo.py] PASSED
2889 testing/test_pathlib.py::TestFNMatcherPort::test_matching[tests/*.py-tests/foo.py] PASSED
2890 testing/test_pathlib.py::TestFNMatcherPort::test_matching[/c/*.py-/c/foo.py] PASSED
2891 testing/test_pathlib.py::TestFNMatcherPort::test_matching[/c/foo/*.py-/c/foo/foo.py] PASSED
2892 testing/test_pathlib.py::TestFNMatcherPort::test_matching[tests/**/test*.py-tests/foo/test_foo.py] PASSED
2893 testing/test_pathlib.py::TestFNMatcherPort::test_matching[tests/**/doc/test*.py-tests/foo/bar/doc/test_foo.py] PASSED
2894 testing/test_pathlib.py::TestFNMatcherPort::test_matching[tests/**/doc/**/test*.py-tests/foo/doc/bar/test_foo.py] PASSED
2895 testing/test_pathlib.py::TestFNMatcherPort::test_matching_abspath PASSED
2896 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[*.py-foo.pyc] PASSED
2897 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[*.py-foo/foo.pyc] PASSED
2898 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[tests/*.py-foo/foo.py] PASSED
2899 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[/c/*.py-/d/foo.py] PASSED
2900 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[/c/foo/*.py-/d/foo/foo.py] PASSED
2901 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[tests/**/test*.py-tests/foo.py] PASSED
2902 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[tests/**/test*.py-foo/test_foo.py] PASSED
2903 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[tests/**/doc/test*.py-tests/foo/bar/doc/foo.py] PASSED
2904 testing/test_pathlib.py::TestFNMatcherPort::test_not_matching[tests/**/doc/test*.py-tests/foo/bar/test_foo.py] PASSED
2905 testing/test_pathlib.py::TestImportPath::test_smoke_test[True] PASSED
2906 testing/test_pathlib.py::TestImportPath::test_smoke_test[False] PASSED
2907 testing/test_pathlib.py::TestImportPath::test_import_path_missing_file[True] PASSED
2908 testing/test_pathlib.py::TestImportPath::test_import_path_missing_file[False] PASSED
2909 testing/test_pathlib.py::TestImportPath::test_renamed_dir_creates_mismatch[True] PASSED
2910 testing/test_pathlib.py::TestImportPath::test_renamed_dir_creates_mismatch[False] PASSED
2911 testing/test_pathlib.py::TestImportPath::test_messy_name[True] PASSED
2912 testing/test_pathlib.py::TestImportPath::test_messy_name[False] PASSED
2913 testing/test_pathlib.py::TestImportPath::test_dir[True] PASSED
2914 testing/test_pathlib.py::TestImportPath::test_dir[False] PASSED
2915 testing/test_pathlib.py::TestImportPath::test_a[True] PASSED
2916 testing/test_pathlib.py::TestImportPath::test_a[False] PASSED
2917 testing/test_pathlib.py::TestImportPath::test_b[True] PASSED
2918 testing/test_pathlib.py::TestImportPath::test_b[False] PASSED
2919 testing/test_pathlib.py::TestImportPath::test_c[True] PASSED
2920 testing/test_pathlib.py::TestImportPath::test_c[False] PASSED
2921 testing/test_pathlib.py::TestImportPath::test_d[True] PASSED
2922 testing/test_pathlib.py::TestImportPath::test_d[False] PASSED
2923 testing/test_pathlib.py::TestImportPath::test_import_after[True] PASSED
2924 testing/test_pathlib.py::TestImportPath::test_import_after[False] PASSED
2925 testing/test_pathlib.py::TestImportPath::test_check_filepath_consistency[True] PASSED
2926 testing/test_pathlib.py::TestImportPath::test_check_filepath_consistency[False] PASSED
2927 testing/test_pathlib.py::TestImportPath::test_ensuresyspath_append[True] PASSED
2928 testing/test_pathlib.py::TestImportPath::test_ensuresyspath_append[False] PASSED
2929 testing/test_pathlib.py::TestImportPath::test_invalid_path[True] PASSED
2930 testing/test_pathlib.py::TestImportPath::test_invalid_path[False] PASSED
2931 testing/test_pathlib.py::TestImportPath::test_importmode_importlib[True] PASSED
2932 testing/test_pathlib.py::TestImportPath::test_importmode_importlib[False] PASSED
2933 testing/test_pathlib.py::TestImportPath::test_remembers_previous_imports[True] PASSED
2934 testing/test_pathlib.py::TestImportPath::test_remembers_previous_imports[False] PASSED
2935 testing/test_pathlib.py::TestImportPath::test_no_meta_path_found[True] PASSED
2936 testing/test_pathlib.py::TestImportPath::test_no_meta_path_found[False] PASSED
2937 testing/test_pathlib.py::test_resolve_package_path PASSED
2938 testing/test_pathlib.py::test_package_unimportable PASSED
2939 testing/test_pathlib.py::test_access_denied_during_cleanup PASSED
2940 testing/test_pathlib.py::test_long_path_during_cleanup PASSED
2941 testing/test_pathlib.py::test_get_extended_length_path_str PASSED
2942 testing/test_pathlib.py::test_suppress_error_removing_lock PASSED
2943 testing/test_pathlib.py::test_bestrelpath PASSED
2944 testing/test_pathlib.py::test_commonpath PASSED
2945 testing/test_pathlib.py::test_visit_ignores_errors PASSED
2946 testing/test_pathlib.py::test_samefile_false_negatives SKIPPED (Wind...)
2947 testing/test_pathlib.py::TestImportLibMode::test_importmode_importlib_with_dataclass[True] PASSED
2948 testing/test_pathlib.py::TestImportLibMode::test_importmode_importlib_with_dataclass[False] PASSED
2949 testing/test_pathlib.py::TestImportLibMode::test_importmode_importlib_with_pickle[True] PASSED
2950 testing/test_pathlib.py::TestImportLibMode::test_importmode_importlib_with_pickle[False] PASSED
2951 testing/test_pathlib.py::TestImportLibMode::test_importmode_importlib_with_pickle_separate_modules[True] PASSED
2952 testing/test_pathlib.py::TestImportLibMode::test_importmode_importlib_with_pickle_separate_modules[False] PASSED
2953 testing/test_pathlib.py::TestImportLibMode::test_module_name_from_path PASSED
2954 testing/test_pathlib.py::TestImportLibMode::test_resolve_pkg_root_and_module_name PASSED
2955 testing/test_pathlib.py::TestImportLibMode::test_insert_missing_modules PASSED
2956 testing/test_pathlib.py::TestImportLibMode::test_parent_contains_child_module_attribute PASSED
2957 testing/test_pathlib.py::TestImportLibMode::test_importlib_package[True] PASSED
2958 testing/test_pathlib.py::TestImportLibMode::test_importlib_package[False] PASSED
2959 testing/test_pathlib.py::TestImportLibMode::test_importlib_root_is_package PASSED
2960 testing/test_pathlib.py::TestImportLibMode::test_import_using_normal_mechanism_first[True] PASSED
2961 testing/test_pathlib.py::TestImportLibMode::test_import_using_normal_mechanism_first[False] PASSED
2962 testing/test_pathlib.py::TestImportLibMode::test_import_using_normal_mechanism_first_integration[True] PASSED
2963 testing/test_pathlib.py::TestImportLibMode::test_import_using_normal_mechanism_first_integration[False] PASSED
2964 testing/test_pathlib.py::TestImportLibMode::test_import_path_imports_correct_file[True] PASSED
2965 testing/test_pathlib.py::TestImportLibMode::test_import_path_imports_correct_file[False] PASSED
2966 testing/test_pathlib.py::test_safe_exists PASSED
2967 testing/test_pathlib.py::test_import_sets_module_as_attribute PASSED
2968 testing/test_pathlib.py::test_import_sets_module_as_attribute_without_init_files PASSED
2969 testing/test_pathlib.py::test_import_sets_module_as_attribute_regression PASSED
2970 testing/test_pathlib.py::test_import_submodule_not_namespace PASSED
2971 testing/test_pathlib.py::TestNamespacePackages::test_resolve_pkg_root_and_module_name_ns_multiple_levels[prepend] PASSED
2972 testing/test_pathlib.py::TestNamespacePackages::test_resolve_pkg_root_and_module_name_ns_multiple_levels[append] PASSED
2973 testing/test_pathlib.py::TestNamespacePackages::test_resolve_pkg_root_and_module_name_ns_multiple_levels[importlib] PASSED
2974 testing/test_pathlib.py::TestNamespacePackages::test_ns_multiple_levels_import_rewrite_assertions PASSED
2975 testing/test_pathlib.py::TestNamespacePackages::test_incorrect_namespace_package[prepend] PASSED
2976 testing/test_pathlib.py::TestNamespacePackages::test_incorrect_namespace_package[append] PASSED
2977 testing/test_pathlib.py::TestNamespacePackages::test_incorrect_namespace_package[importlib] PASSED
2978 testing/test_pathlib.py::TestNamespacePackages::test_detect_meta_path PASSED
2979 testing/test_pathlib.py::TestNamespacePackages::test_full_ns_packages_without_init_files[True] PASSED
2980 testing/test_pathlib.py::TestNamespacePackages::test_full_ns_packages_without_init_files[False] PASSED
2981 testing/test_pathlib.py::test_is_importable PASSED
2982 testing/test_pathlib.py::test_compute_module_name PASSED
2983 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_addhooks_conftestplugin PASSED
2984 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_addhooks_nohooks PASSED
2985 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_do_option_postinitialize PASSED
2986 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_configure PASSED
2987 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_conftestpath_case_sensitivity SKIPPED
2988 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_hook_proxy PASSED
2989 testing/test_pluginmanager.py::TestPytestPluginInteractions::test_hook_with_addoption PASSED
2990 testing/test_pluginmanager.py::test_default_markers PASSED
2991 testing/test_pluginmanager.py::test_importplugin_error_message PASSED
2992 testing/test_pluginmanager.py::TestPytestPluginManager::test_consider_module PASSED
2993 testing/test_pluginmanager.py::TestPytestPluginManager::test_consider_module_import_module PASSED
2994 testing/test_pluginmanager.py::TestPytestPluginManager::test_plugin_skip PASSED
2995 testing/test_pluginmanager.py::TestPytestPluginManager::test_consider_env_plugin_instantiation PASSED
2996 testing/test_pluginmanager.py::TestPytestPluginManager::test_pluginmanager_ENV_startup PASSED
2997 testing/test_pluginmanager.py::TestPytestPluginManager::test_import_plugin_importname PASSED
2998 testing/test_pluginmanager.py::TestPytestPluginManager::test_import_plugin_dotted_name PASSED
2999 testing/test_pluginmanager.py::TestPytestPluginManager::test_consider_conftest_deps PASSED
3000 testing/test_pytester.py::test_make_hook_recorder XFAIL (internal re...)
3001 testing/test_pytester.py::test_parseconfig PASSED
3002 testing/test_pytester.py::test_pytester_runs_with_plugin PASSED
3003 testing/test_pytester.py::test_pytester_with_doctest PASSED
3004 testing/test_pytester.py::test_runresult_assertion_on_xfail PASSED
3005 testing/test_pytester.py::test_runresult_assertion_on_xpassed PASSED
3006 testing/test_pytester.py::test_xpassed_with_strict_is_considered_a_failure PASSED
3007 testing/test_pytester.py::test_makepyfile_unicode PASSED
3008 testing/test_pytester.py::test_makepyfile_utf8 PASSED
3009 testing/test_pytester.py::TestInlineRunModulesCleanup::test_inline_run_test_module_not_cleaned_up PASSED
3010 testing/test_pytester.py::TestInlineRunModulesCleanup::test_inline_run_taking_and_restoring_a_sys_modules_snapshot PASSED
3011 testing/test_pytester.py::TestInlineRunModulesCleanup::test_inline_run_sys_modules_snapshot_restore_preserving_modules PASSED
3012 testing/test_pytester.py::TestInlineRunModulesCleanup::test_external_test_module_imports_not_cleaned_up PASSED
3013 testing/test_pytester.py::test_assert_outcomes_after_pytest_error PASSED
3014 testing/test_pytester.py::test_pytester_subprocess_via_runpytest_arg PASSED
3015 testing/test_pytester.py::test_unicode_args PASSED
3016 testing/test_pytester.py::test_run_stdin PASSED
3017 testing/test_pytester.py::test_popen_stdin_pipe PASSED
3018 testing/test_pytester.py::test_popen_stdin_bytes PASSED
3019 testing/test_pytester.py::test_popen_default_stdin_stderr_and_stdin_None PASSED
3020 testing/test_pytester.py::test_pytester_outcomes_with_multiple_errors PASSED
3021 testing/test_pytester.py::test_makefile_joins_absolute_path PASSED
3022 testing/test_pytester.py::test_pytester_makefile_dot_prefixes_extension_with_warning PASSED
3023 testing/test_pytester.py::test_pytester_assert_outcomes_warnings PASSED
3024 testing/test_pytester.py::test_pytester_outcomes_deselected PASSED
3025 testing/test_python_path.py::test_one_dir PASSED
3026 testing/test_python_path.py::test_two_dirs PASSED
3027 testing/test_python_path.py::test_module_not_found PASSED
3028 testing/test_python_path.py::test_no_ini PASSED
3029 testing/test_python_path.py::test_clean_up PASSED
3030 testing/test_recwarn.py::test_recwarn_functional PASSED
3031 testing/test_recwarn.py::TestWarns::test_double_test PASSED
3032 testing/test_recwarn.py::TestWarns::test_skip_within_warns PASSED
3033 testing/test_recwarn.py::TestWarns::test_fail_within_warns PASSED
3034 testing/test_recwarn.py::TestWarns::test_exit_within_warns PASSED
3035 testing/test_reports.py::TestReportSerialization::test_xdist_longrepr_to_str_issue_241 PASSED
3036 testing/test_reports.py::TestReportSerialization::test_xdist_report_longrepr_reprcrash_130 PASSED
3037 testing/test_reports.py::TestReportSerialization::test_reprentries_serialization_170 PASSED
3038 testing/test_reports.py::TestReportSerialization::test_reprentries_serialization_196 PASSED
3039 testing/test_reports.py::TestReportSerialization::test_itemreport_outcomes PASSED
3040 testing/test_reports.py::TestReportSerialization::test_collectreport_passed PASSED
3041 testing/test_reports.py::TestReportSerialization::test_collectreport_fail PASSED
3042 testing/test_reports.py::TestReportSerialization::test_extended_report_deserialization PASSED
3043 testing/test_reports.py::TestReportSerialization::test_paths_support PASSED
3044 testing/test_reports.py::TestReportSerialization::test_deserialization_failure PASSED
3045 testing/test_reports.py::TestReportSerialization::test_chained_exceptions[TestReport] PASSED
3046 testing/test_reports.py::TestReportSerialization::test_chained_exceptions[CollectReport] PASSED
3047 testing/test_reports.py::TestReportSerialization::test_chained_exceptions_no_reprcrash PASSED
3048 testing/test_reports.py::TestReportSerialization::test_report_timestamps_match_duration PASSED
3049 testing/test_reports.py::TestHooks::test_test_report PASSED
3050 testing/test_reports.py::TestHooks::test_collect_report PASSED
3051 testing/test_reports.py::TestHooks::test_invalid_report_types[pytest_runtest_logreport] PASSED
3052 testing/test_reports.py::TestHooks::test_invalid_report_types[pytest_collectreport] PASSED
3053 testing/test_runner.py::TestSetupState::test_setup PASSED
3054 testing/test_runner.py::TestSetupState::test_teardown_exact_stack_empty PASSED
3055 testing/test_runner.py::TestSetupState::test_setup_fails_and_failure_is_cached PASSED
3056 testing/test_runner.py::TestSetupState::test_teardown_multiple_one_fails PASSED
3057 testing/test_runner.py::TestSetupState::test_teardown_multiple_fail PASSED
3058 testing/test_runner.py::TestSetupState::test_teardown_multiple_scopes_one_fails PASSED
3059 testing/test_runner.py::TestSetupState::test_teardown_multiple_scopes_several_fail PASSED
3060 testing/test_runner.py::TestSetupState::test_cached_exception_doesnt_get_longer PASSED
3061 testing/test_runner.py::TestExecutionNonForked::test_passfunction PASSED
3062 testing/test_runner.py::TestExecutionNonForked::test_failfunction PASSED
3063 testing/test_runner.py::TestExecutionNonForked::test_skipfunction PASSED
3064 testing/test_runner.py::TestExecutionNonForked::test_skip_in_setup_function PASSED
3065 testing/test_runner.py::TestExecutionNonForked::test_failure_in_setup_function PASSED
3066 testing/test_runner.py::TestExecutionNonForked::test_failure_in_teardown_function PASSED
3067 testing/test_runner.py::TestExecutionNonForked::test_custom_failure_repr PASSED
3068 testing/test_runner.py::TestExecutionNonForked::test_teardown_final_returncode PASSED
3069 testing/test_runner.py::TestExecutionNonForked::test_logstart_logfinish_hooks PASSED
3070 testing/test_runner.py::TestExecutionNonForked::test_exact_teardown_issue90 PASSED
3071 testing/test_runner.py::TestExecutionNonForked::test_exact_teardown_issue1206 PASSED
3072 testing/test_runner.py::TestExecutionNonForked::test_failure_in_setup_function_ignores_custom_repr PASSED
3073 testing/test_runner.py::TestExecutionNonForked::test_systemexit_does_not_bail_out PASSED
3074 testing/test_runner.py::TestExecutionNonForked::test_exit_propagates PASSED
3075 testing/test_runner.py::TestExecutionNonForked::test_keyboardinterrupt_propagates PASSED
3076 testing/test_runner.py::TestSessionReports::test_collect_result PASSED
3077 testing/test_runner.py::test_runtest_in_module_ordering XFAIL
3078 testing/test_runner.py::test_pytest_exit_msg PASSED
3079 testing/test_runner.py::test_pytest_exit_returncode PASSED
3080 testing/test_runner.py::test_pytest_fail_notrace_runtest PASSED
3081 testing/test_runner.py::test_pytest_fail_notrace_collection PASSED
3082 testing/test_runner.py::test_pytest_fail_notrace_non_ascii PASSED
3083 testing/test_runner.py::test_pytest_no_tests_collected_exit_status PASSED
3084 testing/test_runner.py::TestImportOrSkipExcType::test_import_error_with_warning PASSED
3085 testing/test_runner.py::TestImportOrSkipExcType::test_import_error_suppress_warning PASSED
3086 testing/test_runner.py::TestImportOrSkipExcType::test_warning_integration PASSED
3087 testing/test_runner.py::test_importorskip_module_level PASSED
3088 testing/test_runner.py::test_importorskip_custom_reason PASSED
3089 testing/test_runner.py::test_pytest_cmdline_main PASSED
3090 testing/test_runner.py::test_unicode_in_longrepr PASSED
3091 testing/test_runner.py::test_failure_in_setup PASSED
3092 testing/test_runner.py::test_makereport_getsource PASSED
3093 testing/test_runner.py::test_makereport_getsource_dynamic_code PASSED
3094 testing/test_runner.py::test_current_test_env_var PASSED
3095 testing/test_runner.py::TestReportContents::test_longreprtext_pass PASSED
3096 testing/test_runner.py::TestReportContents::test_longreprtext_skip PASSED
3097 testing/test_runner.py::TestReportContents::test_longreprtext_collect_skip PASSED
3098 testing/test_runner.py::TestReportContents::test_longreprtext_failure PASSED
3099 testing/test_runner.py::TestReportContents::test_captured_text PASSED
3100 testing/test_runner.py::TestReportContents::test_no_captured_text PASSED
3101 testing/test_runner.py::TestReportContents::test_longrepr_type PASSED
3102 testing/test_runner.py::test_pytest_version_env_var PASSED
3103 testing/test_runner.py::test_teardown_session_failed PASSED
3104 testing/test_runner.py::test_teardown_session_stopped PASSED
3105 testing/test_runner_xunit.py::test_module_and_function_setup PASSED
3106 testing/test_runner_xunit.py::test_module_setup_failure_no_teardown PASSED
3107 testing/test_runner_xunit.py::test_setup_function_failure_no_teardown PASSED
3108 testing/test_runner_xunit.py::test_class_setup PASSED
3109 testing/test_runner_xunit.py::test_class_setup_failure_no_teardown PASSED
3110 testing/test_runner_xunit.py::test_method_setup PASSED
3111 testing/test_runner_xunit.py::test_method_setup_failure_no_teardown PASSED
3112 testing/test_runner_xunit.py::test_method_setup_uses_fresh_instances PASSED
3113 testing/test_runner_xunit.py::test_setup_that_skips_calledagain PASSED
3114 testing/test_runner_xunit.py::test_setup_fails_again_on_all_tests PASSED
3115 testing/test_runner_xunit.py::test_setup_funcarg_setup_when_outer_scope_fails PASSED
3116 testing/test_runner_xunit.py::test_setup_teardown_function_level_with_optional_argument[] PASSED
3117 testing/test_runner_xunit.py::test_setup_teardown_function_level_with_optional_argument[arg] PASSED
3118 testing/test_session.py::TestNewSession::test_basic_testitem_events PASSED
3119 testing/test_session.py::TestNewSession::test_nested_import_error PASSED
3120 testing/test_session.py::TestNewSession::test_raises_output PASSED
3121 testing/test_session.py::TestNewSession::test_syntax_error_module PASSED
3122 testing/test_session.py::TestNewSession::test_exit_first_problem PASSED
3123 testing/test_session.py::TestNewSession::test_maxfail PASSED
3124 testing/test_session.py::TestNewSession::test_broken_repr PASSED
3125 testing/test_session.py::TestNewSession::test_broken_repr_with_showlocals_verbose PASSED
3126 testing/test_session.py::TestNewSession::test_skip_file_by_conftest PASSED
3127 testing/test_session.py::TestNewSession::test_order_of_execution PASSED
3128 testing/test_session.py::TestNewSession::test_collect_only_with_various_situations PASSED
3129 testing/test_session.py::TestNewSession::test_minus_x_import_error PASSED
3130 testing/test_session.py::TestNewSession::test_minus_x_overridden_by_maxfail PASSED
3131 testing/test_session.py::test_plugin_specify PASSED
3132 testing/test_session.py::test_plugin_already_exists PASSED
3133 testing/test_session.py::test_exclude PASSED
3134 testing/test_session.py::test_exclude_glob PASSED
3135 testing/test_session.py::test_deselect PASSED
3136 testing/test_session.py::test_sessionfinish_with_start PASSED
3137 testing/test_session.py::test_collection_args_do_not_duplicate_modules PASSED
3138 testing/test_session.py::test_rootdir_option_arg[root] PASSED
3139 testing/test_session.py::test_rootdir_option_arg[{relative}/root] PASSED
3140 testing/test_session.py::test_rootdir_option_arg[{environment}/root] PASSED
3141 testing/test_session.py::test_rootdir_wrong_option_arg PASSED
3142 testing/test_session.py::test_shouldfail_is_sticky PASSED
3143 testing/test_session.py::test_shouldstop_is_sticky PASSED
3144 testing/test_setuponly.py::test_show_only_active_fixtures[--setup-only] PASSED
3145 testing/test_setuponly.py::test_show_different_scopes[--setup-only] PASSED
3146 testing/test_setuponly.py::test_show_nested_fixtures[--setup-only] PASSED
3147 testing/test_setuponly.py::test_show_fixtures_with_autouse[--setup-only] PASSED
3148 testing/test_setuponly.py::test_show_fixtures_with_parameters[--setup-only] PASSED
3149 testing/test_setuponly.py::test_show_fixtures_with_parameter_ids[--setup-only] PASSED
3150 testing/test_setuponly.py::test_show_fixtures_with_parameter_ids_function[--setup-only] PASSED
3151 testing/test_setuponly.py::test_show_only_active_fixtures[--setup-plan] PASSED
3152 testing/test_setuponly.py::test_show_different_scopes[--setup-plan] PASSED
3153 testing/test_setuponly.py::test_show_nested_fixtures[--setup-plan] PASSED
3154 testing/test_setuponly.py::test_show_fixtures_with_autouse[--setup-plan] PASSED
3155 testing/test_setuponly.py::test_show_fixtures_with_parameters[--setup-plan] PASSED
3156 testing/test_setuponly.py::test_show_fixtures_with_parameter_ids[--setup-plan] PASSED
3157 testing/test_setuponly.py::test_show_fixtures_with_parameter_ids_function[--setup-plan] PASSED
3158 testing/test_setuponly.py::test_show_only_active_fixtures[--setup-show] PASSED
3159 testing/test_setuponly.py::test_show_different_scopes[--setup-show] PASSED
3160 testing/test_setuponly.py::test_show_nested_fixtures[--setup-show] PASSED
3161 testing/test_setuponly.py::test_show_fixtures_with_autouse[--setup-show] PASSED
3162 testing/test_setuponly.py::test_show_fixtures_with_parameters[--setup-show] PASSED
3163 testing/test_setuponly.py::test_show_fixtures_with_parameter_ids[--setup-show] PASSED
3164 testing/test_setuponly.py::test_show_fixtures_with_parameter_ids_function[--setup-show] PASSED
3165 testing/test_setuponly.py::test_dynamic_fixture_request PASSED
3166 testing/test_setuponly.py::test_capturing PASSED
3167 testing/test_setuponly.py::test_show_fixtures_and_execute_test PASSED
3168 testing/test_setuponly.py::test_setup_show_with_KeyboardInterrupt_in_test PASSED
3169 testing/test_setuponly.py::test_show_fixture_action_with_bytes PASSED
3170 testing/test_setupplan.py::test_show_fixtures_and_test PASSED
3171 testing/test_setupplan.py::test_show_multi_test_fixture_setup_and_teardown_correctly_simple PASSED
3172 testing/test_setupplan.py::test_show_multi_test_fixture_setup_and_teardown_same_as_setup_show PASSED
3173 testing/test_skipping.py::TestEvaluation::test_no_marker PASSED
3174 testing/test_skipping.py::TestEvaluation::test_marked_xfail_no_args PASSED
3175 testing/test_skipping.py::TestEvaluation::test_marked_skipif_no_args PASSED
3176 testing/test_skipping.py::TestEvaluation::test_marked_one_arg PASSED
3177 testing/test_skipping.py::TestEvaluation::test_marked_one_arg_with_reason PASSED
3178 testing/test_skipping.py::TestEvaluation::test_marked_one_arg_twice PASSED
3179 testing/test_skipping.py::TestEvaluation::test_marked_one_arg_twice2 PASSED
3180 testing/test_skipping.py::TestEvaluation::test_marked_skipif_with_boolean_without_reason PASSED
3181 testing/test_skipping.py::TestEvaluation::test_marked_skipif_with_invalid_boolean PASSED
3182 testing/test_skipping.py::TestEvaluation::test_skipif_class PASSED
3183 testing/test_skipping.py::TestEvaluation::test_skipif_markeval_namespace PASSED
3184 testing/test_skipping.py::TestEvaluation::test_skipif_markeval_namespace_multiple PASSED
3185 testing/test_skipping.py::TestEvaluation::test_skipif_markeval_namespace_ValueError PASSED
3186 testing/test_skipping.py::TestXFail::test_xfail_simple[True] PASSED
3187 testing/test_skipping.py::TestXFail::test_xfail_simple[False] PASSED
3188 testing/test_skipping.py::TestXFail::test_xfail_xpassed PASSED
3189 testing/test_skipping.py::TestXFail::test_xfail_using_platform PASSED
3190 testing/test_skipping.py::TestXFail::test_xfail_xpassed_strict PASSED
3191 testing/test_skipping.py::TestXFail::test_xfail_run_anyway PASSED
3192 testing/test_skipping.py::TestXFail::test_xfail_run_with_skip_mark[test_input0-expected0] PASSED
3193 testing/test_skipping.py::TestXFail::test_xfail_run_with_skip_mark[test_input1-expected1] PASSED
3194 testing/test_skipping.py::TestXFail::test_xfail_evalfalse_but_fails PASSED
3195 testing/test_skipping.py::TestXFail::test_xfail_not_report_default PASSED
3196 testing/test_skipping.py::TestXFail::test_xfail_not_run_xfail_reporting PASSED
3197 testing/test_skipping.py::TestXFail::test_xfail_not_run_no_setup_run PASSED
3198 testing/test_skipping.py::TestXFail::test_xfail_xpass PASSED
3199 testing/test_skipping.py::TestXFail::test_xfail_imperative PASSED
3200 testing/test_skipping.py::TestXFail::test_xfail_imperative_in_setup_function PASSED
3201 testing/test_skipping.py::TestXFail::test_dynamic_xfail_no_run PASSED
3202 testing/test_skipping.py::TestXFail::test_dynamic_xfail_set_during_funcarg_setup PASSED
3203 testing/test_skipping.py::TestXFail::test_dynamic_xfail_set_during_runtest_failed PASSED
3204 testing/test_skipping.py::TestXFail::test_dynamic_xfail_set_during_runtest_passed_strict PASSED
3205 testing/test_skipping.py::TestXFail::test_xfail_raises[TypeError-TypeError-*1 xfailed*] PASSED
3206 testing/test_skipping.py::TestXFail::test_xfail_raises[(AttributeError, TypeError)-TypeError-*1 xfailed*] PASSED
3207 testing/test_skipping.py::TestXFail::test_xfail_raises[TypeError-IndexError-*1 failed*] PASSED
3208 testing/test_skipping.py::TestXFail::test_xfail_raises[(AttributeError, TypeError)-IndexError-*1 failed*] PASSED
3209 testing/test_skipping.py::TestXFail::test_strict_sanity PASSED
3210 testing/test_skipping.py::TestXFail::test_strict_xfail[True] PASSED
3211 testing/test_skipping.py::TestXFail::test_strict_xfail[False] PASSED
3212 testing/test_skipping.py::TestXFail::test_strict_xfail_condition[True] PASSED
3213 testing/test_skipping.py::TestXFail::test_strict_xfail_condition[False] PASSED
3214 testing/test_skipping.py::TestXFail::test_xfail_condition_keyword[True] PASSED
3215 testing/test_skipping.py::TestXFail::test_xfail_condition_keyword[False] PASSED
3216 testing/test_skipping.py::TestXFail::test_strict_xfail_default_from_file[true] PASSED
3217 testing/test_skipping.py::TestXFail::test_strict_xfail_default_from_file[false] PASSED
3218 testing/test_skipping.py::TestXFail::test_xfail_markeval_namespace PASSED
3219 testing/test_skipping.py::TestXFailwithSetupTeardown::test_failing_setup_issue9 PASSED
3220 testing/test_skipping.py::TestXFailwithSetupTeardown::test_failing_teardown_issue9 PASSED
3221 testing/test_skipping.py::TestSkip::test_skip_class PASSED
3222 testing/test_skipping.py::TestSkip::test_skips_on_false_string PASSED
3223 testing/test_skipping.py::TestSkip::test_arg_as_reason PASSED
3224 testing/test_skipping.py::TestSkip::test_skip_no_reason PASSED
3225 testing/test_skipping.py::TestSkip::test_skip_with_reason PASSED
3226 testing/test_skipping.py::TestSkip::test_only_skips_marked_test PASSED
3227 testing/test_skipping.py::TestSkip::test_strict_and_skip PASSED
3228 testing/test_skipping.py::TestSkip::test_wrong_skip_usage PASSED
3229 testing/test_skipping.py::TestSkipif::test_skipif_conditional PASSED
3230 testing/test_skipping.py::TestSkipif::test_skipif_reporting["hasattr(sys, 'platform')"] PASSED
3231 testing/test_skipping.py::TestSkipif::test_skipif_reporting[True, reason="invalid platform"] PASSED
3232 testing/test_skipping.py::TestSkipif::test_skipif_using_platform PASSED
3233 testing/test_skipping.py::TestSkipif::test_skipif_reporting_multiple[skipif-SKIP-skipped] PASSED
3234 testing/test_skipping.py::TestSkipif::test_skipif_reporting_multiple[xfail-XPASS-xpassed] PASSED
3235 testing/test_skipping.py::test_skip_not_report_default PASSED
3236 testing/test_skipping.py::test_skipif_class PASSED
3237 testing/test_skipping.py::test_skipped_reasons_functional PASSED
3238 testing/test_skipping.py::test_skipped_folding PASSED
3239 testing/test_skipping.py::test_reportchars PASSED
3240 testing/test_skipping.py::test_reportchars_error PASSED
3241 testing/test_skipping.py::test_reportchars_all PASSED
3242 testing/test_skipping.py::test_reportchars_all_error PASSED
3243 testing/test_skipping.py::test_errors_in_xfail_skip_expressions PASSED
3244 testing/test_skipping.py::test_xfail_skipif_with_globals PASSED
3245 testing/test_skipping.py::test_default_markers PASSED
3246 testing/test_skipping.py::test_xfail_test_setup_exception PASSED
3247 testing/test_skipping.py::test_imperativeskip_on_xfail_test PASSED
3248 testing/test_skipping.py::TestBooleanCondition::test_skipif PASSED
3249 testing/test_skipping.py::TestBooleanCondition::test_skipif_noreason PASSED
3250 testing/test_skipping.py::TestBooleanCondition::test_xfail PASSED
3251 testing/test_skipping.py::test_xfail_item PASSED
3252 testing/test_skipping.py::test_module_level_skip_error PASSED
3253 testing/test_skipping.py::test_module_level_skip_with_allow_module_level PASSED
3254 testing/test_skipping.py::test_invalid_skip_keyword_parameter PASSED
3255 testing/test_skipping.py::test_mark_xfail_item PASSED
3256 testing/test_skipping.py::test_summary_list_after_errors PASSED
3257 testing/test_skipping.py::test_relpath_rootdir PASSED
3258 testing/test_skipping.py::test_skip_from_fixture PASSED
3259 testing/test_skipping.py::test_skip_using_reason_works_ok PASSED
3260 testing/test_skipping.py::test_fail_using_reason_works_ok PASSED
3261 testing/test_skipping.py::test_exit_with_reason_works_ok PASSED
3262 testing/test_stepwise.py::test_run_without_stepwise PASSED
3263 testing/test_stepwise.py::test_stepwise_output_summary PASSED
3264 testing/test_stepwise.py::test_fail_and_continue_with_stepwise PASSED
3265 testing/test_stepwise.py::test_run_with_skip_option[--stepwise-skip] PASSED
3266 testing/test_stepwise.py::test_run_with_skip_option[--sw-skip] PASSED
3267 testing/test_stepwise.py::test_fail_on_errors PASSED
3268 testing/test_stepwise.py::test_change_testfile PASSED
3269 testing/test_stepwise.py::test_stop_on_collection_errors[True] PASSED
3270 testing/test_stepwise.py::test_stop_on_collection_errors[False] PASSED
3271 testing/test_stepwise.py::test_xfail_handling PASSED
3272 testing/test_stepwise.py::test_stepwise_skip_is_independent PASSED
3273 testing/test_stepwise.py::test_sw_skip_help PASSED
3274 testing/test_stepwise.py::test_stepwise_xdist_dont_store_lastfailed PASSED
3275 testing/test_stepwise.py::test_disabled_stepwise_xdist_dont_clear_cache PASSED
3276 testing/test_terminal.py::TestTerminal::test_pass_skip_fail[default] PASSED
3277 testing/test_terminal.py::TestTerminal::test_pass_skip_fail[verbose] PASSED
3278 testing/test_terminal.py::TestTerminal::test_pass_skip_fail[quiet] PASSED
3279 testing/test_terminal.py::TestTerminal::test_internalerror PASSED
3280 testing/test_terminal.py::TestTerminal::test_writeline PASSED
3281 testing/test_terminal.py::TestTerminal::test_show_runtest_logstart PASSED
3282 testing/test_terminal.py::TestTerminal::test_itemreport_subclasses_show_subclassed_file PASSED
3283 testing/test_terminal.py::TestTerminal::test_itemreport_directclasses_not_shown_as_subclasses PASSED
3284 testing/test_terminal.py::TestTerminal::test_keyboard_interrupt[] PASSED
3285 testing/test_terminal.py::TestTerminal::test_keyboard_interrupt[--fulltrace] PASSED
3286 testing/test_terminal.py::TestTerminal::test_keyboard_in_sessionstart PASSED
3287 testing/test_terminal.py::TestTerminal::test_collect_single_item PASSED
3288 testing/test_terminal.py::TestTerminal::test_rewrite PASSED
3289 testing/test_terminal.py::TestTerminal::test_report_teststatus_explicit_markup[foo] PASSED
3290 testing/test_terminal.py::TestTerminal::test_report_teststatus_explicit_markup[failed] PASSED
3291 testing/test_terminal.py::TestTerminal::test_report_teststatus_explicit_markup[error] PASSED
3292 testing/test_terminal.py::TestTerminal::test_report_teststatus_explicit_markup[passed] PASSED
3293 testing/test_terminal.py::TestTerminal::test_verbose_skip_reason PASSED
3294 testing/test_terminal.py::TestCollectonly::test_collectonly_basic PASSED
3295 testing/test_terminal.py::TestCollectonly::test_collectonly_skipped_module PASSED
3296 testing/test_terminal.py::TestCollectonly::test_collectonly_displays_test_description PASSED
3297 testing/test_terminal.py::TestCollectonly::test_collectonly_failed_module PASSED
3298 testing/test_terminal.py::TestCollectonly::test_collectonly_fatal PASSED
3299 testing/test_terminal.py::TestCollectonly::test_collectonly_simple PASSED
3300 testing/test_terminal.py::TestCollectonly::test_collectonly_error PASSED
3301 testing/test_terminal.py::TestCollectonly::test_collectonly_missing_path PASSED
3302 testing/test_terminal.py::TestCollectonly::test_collectonly_quiet PASSED
3303 testing/test_terminal.py::TestCollectonly::test_collectonly_more_quiet PASSED
3304 testing/test_terminal.py::TestCollectonly::test_collect_only_summary_status PASSED
3305 testing/test_terminal.py::TestFixtureReporting::test_setup_fixture_error PASSED
3306 testing/test_terminal.py::TestFixtureReporting::test_teardown_fixture_error PASSED
3307 testing/test_terminal.py::TestFixtureReporting::test_teardown_fixture_error_and_test_failure PASSED
3308 testing/test_terminal.py::TestFixtureReporting::test_setup_teardown_output_and_test_failure PASSED
3309 testing/test_terminal.py::TestTerminalFunctional::test_deselected PASSED
3310 testing/test_terminal.py::TestTerminalFunctional::test_deselected_with_hook_wrapper PASSED
3311 testing/test_terminal.py::TestTerminalFunctional::test_show_deselected_items_using_markexpr_before_test_execution PASSED
3312 testing/test_terminal.py::TestTerminalFunctional::test_selected_count_with_error PASSED
3313 testing/test_terminal.py::TestTerminalFunctional::test_no_skip_summary_if_failure PASSED
3314 testing/test_terminal.py::TestTerminalFunctional::test_passes PASSED
3315 testing/test_terminal.py::TestTerminalFunctional::test_header_trailer_info SKIPPED
3316 testing/test_terminal.py::TestTerminalFunctional::test_no_header_trailer_info PASSED
3317 testing/test_terminal.py::TestTerminalFunctional::test_header PASSED
3318 testing/test_terminal.py::TestTerminalFunctional::test_header_absolute_testpath PASSED
3319 testing/test_terminal.py::TestTerminalFunctional::test_no_header PASSED
3320 testing/test_terminal.py::TestTerminalFunctional::test_no_summary PASSED
3321 testing/test_terminal.py::TestTerminalFunctional::test_showlocals PASSED
3322 testing/test_terminal.py::TestTerminalFunctional::test_noshowlocals_addopts_override PASSED
3323 testing/test_terminal.py::TestTerminalFunctional::test_showlocals_short PASSED
3324 testing/test_terminal.py::TestTerminalFunctional::test_verbose_reporting PASSED
3325 testing/test_terminal.py::TestTerminalFunctional::test_verbose_reporting_xdist SKIPPED
3326 testing/test_terminal.py::TestTerminalFunctional::test_quiet_reporting PASSED
3327 testing/test_terminal.py::TestTerminalFunctional::test_more_quiet_reporting PASSED
3328 testing/test_terminal.py::TestTerminalFunctional::test_report_collectionfinish_hook[no-params] PASSED
3329 testing/test_terminal.py::TestTerminalFunctional::test_report_collectionfinish_hook[collect-only] PASSED
3330 testing/test_terminal.py::TestTerminalFunctional::test_summary_f_alias PASSED
3331 testing/test_terminal.py::TestTerminalFunctional::test_summary_s_alias PASSED
3332 testing/test_terminal.py::TestTerminalFunctional::test_summary_s_folded PASSED
3333 testing/test_terminal.py::TestTerminalFunctional::test_summary_s_unfolded PASSED
3334 testing/test_terminal.py::test_fail_extra_reporting[on CI] PASSED
3335 testing/test_terminal.py::test_fail_extra_reporting[not on CI] PASSED
3336 testing/test_terminal.py::test_fail_reporting_on_pass PASSED
3337 testing/test_terminal.py::test_pass_extra_reporting PASSED
3338 testing/test_terminal.py::test_pass_reporting_on_fail PASSED
3339 testing/test_terminal.py::test_pass_output_reporting PASSED
3340 testing/test_terminal.py::test_color_yes PASSED
3341 testing/test_terminal.py::test_color_no PASSED
3342 testing/test_terminal.py::test_color_yes_collection_on_non_atty[True] PASSED
3343 testing/test_terminal.py::test_color_yes_collection_on_non_atty[False] PASSED
3344 testing/test_terminal.py::test_terminalreporter_reportopt_addopts PASSED
3345 testing/test_terminal.py::test_tbstyle_short PASSED
3346 testing/test_terminal.py::test_traceconfig PASSED
3347 testing/test_terminal.py::TestGenericReporting::test_collect_fail[default] PASSED
3348 testing/test_terminal.py::TestGenericReporting::test_collect_fail[verbose] PASSED
3349 testing/test_terminal.py::TestGenericReporting::test_collect_fail[quiet] PASSED
3350 testing/test_terminal.py::TestGenericReporting::test_maxfailures[default] PASSED
3351 testing/test_terminal.py::TestGenericReporting::test_maxfailures[verbose] PASSED
3352 testing/test_terminal.py::TestGenericReporting::test_maxfailures[quiet] PASSED
3353 testing/test_terminal.py::TestGenericReporting::test_maxfailures_with_interrupted PASSED
3354 testing/test_terminal.py::TestGenericReporting::test_tb_option[default] PASSED
3355 testing/test_terminal.py::TestGenericReporting::test_tb_option[verbose] PASSED
3356 testing/test_terminal.py::TestGenericReporting::test_tb_option[quiet] PASSED
3357 testing/test_terminal.py::TestGenericReporting::test_tb_crashline[default] PASSED
3358 testing/test_terminal.py::TestGenericReporting::test_tb_crashline[verbose] PASSED
3359 testing/test_terminal.py::TestGenericReporting::test_tb_crashline[quiet] PASSED
3360 testing/test_terminal.py::TestGenericReporting::test_tb_crashline_pytrace_false[default] PASSED
3361 testing/test_terminal.py::TestGenericReporting::test_tb_crashline_pytrace_false[verbose] PASSED
3362 testing/test_terminal.py::TestGenericReporting::test_tb_crashline_pytrace_false[quiet] PASSED
3363 testing/test_terminal.py::TestGenericReporting::test_pytest_report_header[default] PASSED
3364 testing/test_terminal.py::TestGenericReporting::test_pytest_report_header[verbose] PASSED
3365 testing/test_terminal.py::TestGenericReporting::test_pytest_report_header[quiet] PASSED
3366 testing/test_terminal.py::TestGenericReporting::test_show_capture PASSED
3367 testing/test_terminal.py::TestGenericReporting::test_show_capture_with_teardown_logs PASSED
3368 testing/test_terminal.py::test_fdopen_kept_alive_issue124 PASSED
3369 testing/test_terminal.py::test_tbstyle_native_setup_error PASSED
3370 testing/test_terminal.py::test_terminal_summary PASSED
3371 testing/test_terminal.py::test_terminal_summary_warnings_are_displayed PASSED
3372 testing/test_terminal.py::test_terminal_summary_warnings_header_once PASSED
3373 testing/test_terminal.py::test_terminal_no_summary_warnings_header_once PASSED
3374 testing/test_terminal.py::TestClassicOutputStyle::test_normal_verbosity PASSED
3375 testing/test_terminal.py::TestClassicOutputStyle::test_verbose PASSED
3376 testing/test_terminal.py::TestClassicOutputStyle::test_quiet PASSED
3377 testing/test_terminal.py::TestProgressOutputStyle::test_zero_tests_collected PASSED
3378 testing/test_terminal.py::TestProgressOutputStyle::test_normal PASSED
3379 testing/test_terminal.py::TestProgressOutputStyle::test_colored_progress PASSED
3380 testing/test_terminal.py::TestProgressOutputStyle::test_count PASSED
3381 testing/test_terminal.py::TestProgressOutputStyle::test_verbose PASSED
3382 testing/test_terminal.py::TestProgressOutputStyle::test_verbose_count PASSED
3383 testing/test_terminal.py::TestProgressOutputStyle::test_xdist_normal SKIPPED
3384 testing/test_terminal.py::TestProgressOutputStyle::test_xdist_normal_count SKIPPED
3385 testing/test_terminal.py::TestProgressOutputStyle::test_xdist_verbose SKIPPED
3386 testing/test_terminal.py::TestProgressOutputStyle::test_capture_no PASSED
3387 testing/test_terminal.py::TestProgressOutputStyle::test_capture_no_progress_enabled PASSED
3388 testing/test_terminal.py::TestProgressWithTeardown::test_teardown_simple PASSED
3389 testing/test_terminal.py::TestProgressWithTeardown::test_teardown_with_test_also_failing PASSED
3390 testing/test_terminal.py::TestProgressWithTeardown::test_teardown_many PASSED
3391 testing/test_terminal.py::TestProgressWithTeardown::test_teardown_many_verbose PASSED
3392 testing/test_terminal.py::TestProgressWithTeardown::test_xdist_normal SKIPPED
3393 testing/test_terminal.py::test_short_summary_with_verbose PASSED
3394 testing/test_terminal.py::test_collecterror PASSED
3395 testing/test_terminal.py::test_no_summary_collecterror PASSED
3396 testing/test_terminal.py::test_via_exec PASSED
3397 testing/test_terminal.py::TestCodeHighlight::test_code_highlight_simple PASSED
3398 testing/test_terminal.py::TestCodeHighlight::test_code_highlight_continuation PASSED
3399 testing/test_terminal.py::TestCodeHighlight::test_code_highlight_custom_theme PASSED
3400 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_positive[1] PASSED
3401 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_positive[2] PASSED
3402 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_0_global_1 PASSED
3403 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_negative[-1] PASSED
3404 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_negative[-2] PASSED
3405 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_skipped_positive_2 PASSED
3406 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_skipped_positive_1 PASSED
3407 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_skipped__0_global_1 PASSED
3408 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_skipped_negative[-1] PASSED
3409 testing/test_terminal.py::TestFineGrainedTestCase::test_execute_skipped_negative[-2] PASSED
3410 testing/test_terminal.py::TestFineGrainedTestCase::test__collect_only_positive[1] PASSED
3411 testing/test_terminal.py::TestFineGrainedTestCase::test__collect_only_positive[2] PASSED
3412 testing/test_terminal.py::TestFineGrainedTestCase::test_collect_only_0_global_1 PASSED
3413 testing/test_terminal.py::TestFineGrainedTestCase::test_collect_only_negative_1 PASSED
3414 testing/test_terminal.py::TestFineGrainedTestCase::test_collect_only_negative_2 PASSED
3415 testing/test_terminal.py::test_summary_xfail_reason PASSED
3416 testing/test_terminal.py::test_xfail_tb_default PASSED
3417 testing/test_terminal.py::test_xfail_tb_true PASSED
3418 testing/test_terminal.py::test_xfail_tb_line PASSED
3419 testing/test_terminal.py::test_summary_xpass_reason PASSED
3420 testing/test_terminal.py::test_xpass_output PASSED
3421 testing/test_terminal.py::TestNodeIDHandling::test_nodeid_handling_windows_paths PASSED
3422 testing/test_threadexception.py::test_unhandled_thread_exception PASSED
3423 testing/test_threadexception.py::test_unhandled_thread_exception_in_setup PASSED
3424 testing/test_threadexception.py::test_unhandled_thread_exception_in_teardown PASSED
3425 testing/test_threadexception.py::test_unhandled_thread_exception_warning_error PASSED
3426 testing/test_tmpdir.py::test_tmp_path_fixture PASSED
3427 testing/test_tmpdir.py::TestConfigTmpPath::test_getbasetemp_custom_removes_old PASSED
3428 testing/test_tmpdir.py::TestConfigTmpPath::test_policy_failed_removes_only_passed_dir PASSED
3429 testing/test_tmpdir.py::TestConfigTmpPath::test_policy_failed_removes_basedir_when_all_passed PASSED
3430 testing/test_tmpdir.py::TestConfigTmpPath::test_policy_failed_removes_dir_when_skipped_from_fixture PASSED
3431 testing/test_tmpdir.py::TestConfigTmpPath::test_policy_all_keeps_dir_when_skipped_from_fixture PASSED
3432 testing/test_tmpdir.py::test_mktemp[mypath-True] PASSED
3433 testing/test_tmpdir.py::test_mktemp[/mypath1-False] PASSED
3434 testing/test_tmpdir.py::test_mktemp[./mypath1-True] PASSED
3435 testing/test_tmpdir.py::test_mktemp[../mypath3-False] PASSED
3436 testing/test_tmpdir.py::test_mktemp[../../mypath4-False] PASSED
3437 testing/test_tmpdir.py::test_mktemp[mypath5/..-False] PASSED
3438 testing/test_tmpdir.py::test_mktemp[mypath6/../mypath6-True] PASSED
3439 testing/test_tmpdir.py::test_mktemp[mypath7/../mypath7/..-False] PASSED
3440 testing/test_tmpdir.py::test_tmp_path_always_is_realpath PASSED
3441 testing/test_tmpdir.py::test_tmp_path_too_long_on_parametrization PASSED
3442 testing/test_tmpdir.py::test_tmp_path_factory PASSED
3443 testing/test_tmpdir.py::test_tmp_path_fallback_tox_env PASSED
3444 testing/test_tmpdir.py::test_tmp_path_fallback_uid_not_found PASSED
3445 testing/test_tmpdir.py::test_basetemp_with_read_only_files PASSED
3446 testing/test_unittest.py::test_simple_unittest PASSED
3447 testing/test_unittest.py::test_runTest_method PASSED
3448 testing/test_unittest.py::test_isclasscheck_issue53 PASSED
3449 testing/test_unittest.py::test_setup PASSED
3450 testing/test_unittest.py::test_setUpModule PASSED
3451 testing/test_unittest.py::test_setUpModule_failing_no_teardown PASSED
3452 testing/test_unittest.py::test_new_instances PASSED
3453 testing/test_unittest.py::test_function_item_obj_is_instance PASSED
3454 testing/test_unittest.py::test_teardown PASSED
3455 testing/test_unittest.py::test_teardown_issue1649 PASSED
3456 testing/test_unittest.py::test_unittest_skip_issue148 PASSED
3457 testing/test_unittest.py::test_method_and_teardown_failing_reporting PASSED
3458 testing/test_unittest.py::test_setup_failure_is_shown PASSED
3459 testing/test_unittest.py::test_setup_setUpClass PASSED
3460 testing/test_unittest.py::test_fixtures_setup_setUpClass_issue8394 PASSED
3461 testing/test_unittest.py::test_setup_class PASSED
3462 testing/test_unittest.py::test_testcase_adderrorandfailure_defers[Error] PASSED
3463 testing/test_unittest.py::test_testcase_adderrorandfailure_defers[Failure] PASSED
3464 testing/test_unittest.py::test_testcase_custom_exception_info[Error] PASSED
3465 testing/test_unittest.py::test_testcase_custom_exception_info[Failure] PASSED
3466 testing/test_unittest.py::test_testcase_totally_incompatible_exception_info PASSED
3467 testing/test_unittest.py::test_module_level_pytestmark PASSED
3468 testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_runtest_not_collected PASSED
3469 testing/test_unittest.py::TestTrialUnittest::test_trial_exceptions_with_skips PASSED
3470 testing/test_unittest.py::TestTrialUnittest::test_trial_error PASSED
3471 testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_skip_property PASSED
3472 testing/test_unittest.py::TestTrialUnittest::test_trial_testfunction_skip_property PASSED
3473 testing/test_unittest.py::TestTrialUnittest::test_trial_testcase_todo_property PASSED
3474 testing/test_unittest.py::TestTrialUnittest::test_trial_testfunction_todo_property PASSED
3475 testing/test_unittest.py::test_djangolike_testcase PASSED
3476 testing/test_unittest.py::test_unittest_not_shown_in_traceback PASSED
3477 testing/test_unittest.py::test_unorderable_types PASSED
3478 testing/test_unittest.py::test_unittest_typerror_traceback PASSED
3479 testing/test_unittest.py::test_unittest_expected_failure_for_failing_test_is_xfail[pytest] PASSED
3480 testing/test_unittest.py::test_unittest_expected_failure_for_failing_test_is_xfail[unittest] PASSED
3481 testing/test_unittest.py::test_unittest_expected_failure_for_passing_test_is_fail[pytest] PASSED
3482 testing/test_unittest.py::test_unittest_expected_failure_for_passing_test_is_fail[unittest] PASSED
3483 testing/test_unittest.py::test_unittest_setup_interaction[return] PASSED
3484 testing/test_unittest.py::test_unittest_setup_interaction[yield] PASSED
3485 testing/test_unittest.py::test_non_unittest_no_setupclass_support PASSED
3486 testing/test_unittest.py::test_no_teardown_if_setupclass_failed PASSED
3487 testing/test_unittest.py::test_cleanup_functions PASSED
3488 testing/test_unittest.py::test_issue333_result_clearing PASSED
3489 testing/test_unittest.py::test_unittest_raise_skip_issue748 PASSED
3490 testing/test_unittest.py::test_unittest_skip_issue1169 PASSED
3491 testing/test_unittest.py::test_class_method_containing_test_issue1558 PASSED
3492 testing/test_unittest.py::test_usefixtures_marker_on_unittest[builtins.object] PASSED
3493 testing/test_unittest.py::test_usefixtures_marker_on_unittest[unittest.TestCase] PASSED
3494 testing/test_unittest.py::test_testcase_handles_init_exceptions PASSED
3495 testing/test_unittest.py::test_error_message_with_parametrized_fixtures PASSED
3496 testing/test_unittest.py::test_setup_inheritance_skipping[test_setup_skip.py-1 skipped] PASSED
3497 testing/test_unittest.py::test_setup_inheritance_skipping[test_setup_skip_class.py-1 skipped] PASSED
3498 testing/test_unittest.py::test_setup_inheritance_skipping[test_setup_skip_module.py-1 error] PASSED
3499 testing/test_unittest.py::test_BdbQuit PASSED
3500 testing/test_unittest.py::test_exit_outcome PASSED
3501 testing/test_unittest.py::test_trace PASSED
3502 testing/test_unittest.py::test_pdb_teardown_called PASSED
3503 testing/test_unittest.py::test_pdb_teardown_skipped_for_functions[@unittest.skip] PASSED
3504 testing/test_unittest.py::test_pdb_teardown_skipped_for_functions[@pytest.mark.skip] PASSED
3505 testing/test_unittest.py::test_pdb_teardown_skipped_for_classes[@unittest.skip] PASSED
3506 testing/test_unittest.py::test_pdb_teardown_skipped_for_classes[@pytest.mark.skip] PASSED
3507 testing/test_unittest.py::test_async_support PASSED
3508 testing/test_unittest.py::test_asynctest_support SKIPPED (could not ...)
3509 testing/test_unittest.py::test_do_class_cleanups_on_success PASSED
3510 testing/test_unittest.py::test_do_class_cleanups_on_setupclass_failure PASSED
3511 testing/test_unittest.py::test_do_class_cleanups_on_teardownclass_failure PASSED
3512 testing/test_unittest.py::test_do_cleanups_on_success PASSED
3513 testing/test_unittest.py::test_do_cleanups_on_setup_failure PASSED
3514 testing/test_unittest.py::test_do_cleanups_on_teardown_failure PASSED
3515 testing/test_unittest.py::TestClassCleanupErrors::test_class_cleanups_failure_in_setup PASSED
3516 testing/test_unittest.py::TestClassCleanupErrors::test_class_cleanups_failure_in_teardown PASSED
3517 testing/test_unittest.py::TestClassCleanupErrors::test_class_cleanup_1_failure_in_teardown PASSED
3518 testing/test_unittest.py::test_traceback_pruning PASSED
3519 testing/test_unittest.py::test_raising_unittest_skiptest_during_collection PASSED
3520 testing/test_unittest.py::test_abstract_testcase_is_not_collected PASSED
3521 testing/test_unraisableexception.py::test_unraisable PASSED
3522 testing/test_unraisableexception.py::test_unraisable_in_setup PASSED
3523 testing/test_unraisableexception.py::test_unraisable_in_teardown PASSED
3524 testing/test_unraisableexception.py::test_unraisable_warning_error PASSED
3525 testing/test_warning_types.py::test_pytest_warnings_repr_integration_test PASSED
3526 testing/test_warnings.py::test_normal_flow PASSED
3527 testing/test_warnings.py::test_setup_teardown_warnings PASSED
3528 testing/test_warnings.py::test_ignore[cmdline] PASSED
3529 testing/test_warnings.py::test_ignore[ini] PASSED
3530 testing/test_warnings.py::test_unicode PASSED
3531 testing/test_warnings.py::test_works_with_filterwarnings PASSED
3532 testing/test_warnings.py::test_filterwarnings_mark[ini] PASSED
3533 testing/test_warnings.py::test_filterwarnings_mark[cmdline] PASSED
3534 testing/test_warnings.py::test_non_string_warning_argument PASSED
3535 testing/test_warnings.py::test_filterwarnings_mark_registration PASSED
3536 testing/test_warnings.py::test_warning_recorded_hook PASSED
3537 testing/test_warnings.py::test_collection_warnings PASSED
3538 testing/test_warnings.py::test_mark_regex_escape PASSED
3539 testing/test_warnings.py::test_hide_pytest_internal_warnings[no] PASSED
3540 testing/test_warnings.py::test_hide_pytest_internal_warnings[ini] PASSED
3541 testing/test_warnings.py::test_hide_pytest_internal_warnings[cmdline] PASSED
3542 testing/test_warnings.py::test_option_precedence_cmdline_over_ini[True] PASSED
3543 testing/test_warnings.py::test_option_precedence_cmdline_over_ini[False] PASSED
3544 testing/test_warnings.py::test_option_precedence_mark PASSED
3545 testing/test_warnings.py::test_removed_in_x_warning_as_error[None] SKIPPED
3546 testing/test_warnings.py::test_removed_in_x_warning_as_error[ini] SKIPPED
3547 testing/test_warnings.py::test_removed_in_x_warning_as_error[cmdline] SKIPPED
3548 testing/test_warnings.py::TestAssertionWarnings::test_tuple_warning PASSED
3549 testing/test_warnings.py::test_group_warnings_by_message PASSED
3550 testing/test_warnings.py::test_group_warnings_by_message_summary PASSED
3551 testing/test_warnings.py::test_pytest_configure_warning PASSED
3552 testing/test_warnings.py::TestStackLevel::test_issue4445_rewrite PASSED
3553 testing/test_warnings.py::TestStackLevel::test_issue4445_preparse PASSED
3554 testing/test_warnings.py::TestStackLevel::test_conftest_warning_captured PASSED
3555 testing/test_warnings.py::TestStackLevel::test_issue4445_import_plugin PASSED
3556 testing/test_warnings.py::test_warning_on_testpaths_not_found PASSED
3557 testing/test_warnings.py::test_resource_warning PASSED
3558 testing/acceptance_test.py::test_fixture_values_leak PASSED
3559 testing/acceptance_test.py::test_frame_leak_on_failing_test PASSED
3560 testing/acceptance_test.py::test_pdb_can_be_rewritten PASSED
3561 testing/acceptance_test.py::test_tee_stdio_captures_and_live_prints PASSED
3562 testing/acceptance_test.py::test_doctest_and_normal_imports_with_importlib PASSED
3563 testing/python/collect.py::TestConftestCustomization::test_issue2369_collect_module_fileext PASSED
3564 testing/python/fixtures.py::TestRequestBasic::test_request_garbage XFAIL
3565 testing/python/fixtures.py::TestFixtureMarker::test_deterministic_fixture_collection PASSED
3566 testing/test_assertion.py::TestImportHookInstallation::test_conftest_assertion_rewrite[plain-True] PASSED
3567 testing/test_assertion.py::TestImportHookInstallation::test_conftest_assertion_rewrite[plain-False] PASSED
3568 testing/test_assertion.py::TestImportHookInstallation::test_conftest_assertion_rewrite[rewrite-True] PASSED
3569 testing/test_assertion.py::TestImportHookInstallation::test_conftest_assertion_rewrite[rewrite-False] PASSED
3570 testing/test_assertion.py::TestImportHookInstallation::test_rewrite_assertions_pytester_plugin PASSED
3571 testing/test_assertion.py::TestImportHookInstallation::test_pytest_plugins_rewrite[plain] PASSED
3572 testing/test_assertion.py::TestImportHookInstallation::test_pytest_plugins_rewrite[rewrite] PASSED
3573 testing/test_assertion.py::TestImportHookInstallation::test_pytest_plugins_rewrite_module_names[str] PASSED
3574 testing/test_assertion.py::TestImportHookInstallation::test_pytest_plugins_rewrite_module_names[list] PASSED
3575 testing/test_assertion.py::TestImportHookInstallation::test_pytest_plugins_rewrite_module_names_correctly PASSED
3576 testing/test_assertion.py::TestImportHookInstallation::test_rewrite_ast PASSED
3577 testing/test_assertion.py::test_assertion_options PASSED
3578 testing/test_assertrewrite.py::TestAssertionRewrite::test_dont_rewrite_plugin PASSED
3579 testing/test_assertrewrite.py::TestRewriteOnImport::test_dont_write_bytecode PASSED
3580 testing/test_assertrewrite.py::TestRewriteOnImport::test_cached_pyc_includes_pytest_version PASSED
3581 testing/test_assertrewrite.py::TestRewriteOnImport::test_pyc_vs_pyo PASSED
3582 testing/test_assertrewrite.py::TestRewriteOnImport::test_rewrite_warning PASSED
3583 testing/test_assertrewrite.py::TestRewriteOnImport::test_rewrite_module_imported_from_conftest PASSED
3584 testing/test_assertrewrite.py::TestRewriteOnImport::test_rewrite_warning_using_pytest_plugins PASSED
3585 testing/test_assertrewrite.py::TestRewriteOnImport::test_rewrite_warning_using_pytest_plugins_env_var PASSED
3586 testing/test_assertrewrite.py::TestAssertionRewriteHookDetails::test_resources_provider_for_loader PASSED
3587 testing/test_capture.py::TestLoggingInteraction::test_logging_stream_ownership PASSED
3588 testing/test_capture.py::TestLoggingInteraction::test_logging_and_immediate_setupteardown PASSED
3589 testing/test_capture.py::TestLoggingInteraction::test_logging_and_crossscope_fixtures PASSED
3590 testing/test_capture.py::TestLoggingInteraction::test_conftestlogging_is_shown PASSED
3591 testing/test_capture.py::TestLoggingInteraction::test_conftestlogging_and_test_logging PASSED
3592 testing/test_capture.py::TestLoggingInteraction::test_logging_after_cap_stopped PASSED
3593 testing/test_capture.py::TestCaptureFixture::test_keyboardinterrupt_disables_capturing PASSED
3594 testing/test_capture.py::TestCaptureFixture::test_capture_and_logging PASSED
3595 testing/test_capture.py::TestCaptureFixture::test_disabled_capture_fixture[True-capsys] PASSED
3596 testing/test_capture.py::TestCaptureFixture::test_disabled_capture_fixture[True-capfd] PASSED
3597 testing/test_capture.py::TestCaptureFixture::test_disabled_capture_fixture[False-capsys] PASSED
3598 testing/test_capture.py::TestCaptureFixture::test_disabled_capture_fixture[False-capfd] PASSED
3599 testing/test_capture.py::TestCaptureFixture::test_disabled_capture_fixture_twice PASSED
3600 testing/test_capture.py::TestCaptureFixture::test_fixture_use_by_other_fixtures[capsys] PASSED
3601 testing/test_capture.py::TestCaptureFixture::test_fixture_use_by_other_fixtures[capfd] PASSED
3602 testing/test_capture.py::test_error_during_readouterr PASSED
3603 testing/test_capture.py::TestStdCaptureFD::test_simple_only_fd PASSED
3604 testing/test_capture.py::TestStdCaptureFDinvalidFD::test_stdcapture_fd_invalid_fd PASSED
3605 testing/test_capture.py::test_close_and_capture_again PASSED
3606 testing/test_capture.py::test_crash_on_closing_tmpfile_py27 PASSED
3607 testing/test_capture.py::test_global_capture_with_live_logging PASSED
3608 testing/test_capture.py::test_capture_with_live_logging[capsys] PASSED
3609 testing/test_capture.py::test_capture_with_live_logging[capfd] PASSED
3610 testing/test_capture.py::test_logging_while_collecting PASSED
3611 testing/test_collection.py::test_collect_pyargs_with_testpaths PASSED
3612 testing/test_collection.py::test_respect_system_exceptions[KeyboardInterrupt-*!!! KeyboardInterrupt !!!*] PASSED
3613 testing/test_collection.py::test_respect_system_exceptions[SystemExit-INTERNALERROR> SystemExit] PASSED
3614 testing/test_compat.py::test_is_generator_asyncio PASSED
3615 testing/test_config.py::TestPytestPluginsVariable::test_pytest_plugins_in_non_top_level_conftest_unsupported_no_top_level_conftest PASSED
3616 testing/test_config.py::TestPytestPluginsVariable::test_pytest_plugins_in_non_top_level_conftest_unsupported_no_false_positives PASSED
3617 testing/test_debugging.py::TestPDB::test_pdb_unittest_postmortem PASSED
3618 testing/test_debugging.py::TestPDB::test_pdb_unittest_skip PASSED
3619 testing/test_debugging.py::TestPDB::test_pdb_print_captured_stdout_and_stderr PASSED
3620 testing/test_debugging.py::TestPDB::test_pdb_dont_print_empty_captured_stdout_and_stderr PASSED
3621 testing/test_debugging.py::TestPDB::test_pdb_print_captured_logs[all] PASSED
3622 testing/test_debugging.py::TestPDB::test_pdb_print_captured_logs[no] PASSED
3623 testing/test_debugging.py::TestPDB::test_pdb_print_captured_logs[log] PASSED
3624 testing/test_debugging.py::TestPDB::test_pdb_print_captured_logs_nologging PASSED
3625 testing/test_debugging.py::TestPDB::test_pdb_interaction_exception PASSED
3626 testing/test_debugging.py::TestPDB::test_pdb_interaction_on_collection_issue181 PASSED
3627 testing/test_debugging.py::TestPDB::test_pdb_interaction_on_internal_error PASSED
3628 testing/test_debugging.py::TestPDB::test_pdb_prevent_ConftestImportFailure_hiding_exception PASSED
3629 testing/test_debugging.py::TestPDB::test_pdb_interaction_capturing_simple XPASS
3630 testing/test_debugging.py::TestPDB::test_pdb_set_trace_kwargs PASSED
3631 testing/test_debugging.py::TestPDB::test_pdb_set_trace_interception PASSED
3632 testing/test_debugging.py::TestPDB::test_pdb_and_capsys PASSED
3633 testing/test_debugging.py::TestPDB::test_pdb_with_caplog_on_pdb_invocation PASSED
3634 testing/test_debugging.py::TestPDB::test_set_trace_capturing_afterwards PASSED
3635 testing/test_debugging.py::TestPDB::test_pdb_interaction_doctest PASSED
3636 testing/test_debugging.py::TestPDB::test_doctest_set_trace_quit PASSED
3637 testing/test_debugging.py::TestPDB::test_pdb_interaction_capturing_twice XPASS
3638 testing/test_debugging.py::TestPDB::test_pdb_with_injected_do_debug XPASS
3639 testing/test_debugging.py::TestPDB::test_pdb_without_capture PASSED
3640 testing/test_debugging.py::TestPDB::test_pdb_continue_with_recursive_debug[] SKIPPED
3641 testing/test_debugging.py::TestPDB::test_pdb_continue_with_recursive_debug[-s] SKIPPED
3642 testing/test_debugging.py::TestPDB::test_pdb_continue_with_recursive_debug[-p no:capture] SKIPPED
3643 testing/test_debugging.py::TestPDB::test_pdb_used_outside_test PASSED
3644 testing/test_debugging.py::TestPDB::test_pdb_used_in_generate_tests PASSED
3645 testing/test_debugging.py::TestPDB::test_pdb_collection_failure_is_shown PASSED
3646 testing/test_debugging.py::TestPDB::test_enter_leave_pdb_hooks_are_called[False] PASSED
3647 testing/test_debugging.py::TestPDB::test_enter_leave_pdb_hooks_are_called[True] PASSED
3648 testing/test_debugging.py::TestPDB::test_pdb_custom_cls_with_set_trace PASSED
3649 testing/test_debugging.py::TestDebuggingBreakpoints::test_sys_breakpointhook_configure_and_unconfigure[--pdb] PASSED
3650 testing/test_debugging.py::TestDebuggingBreakpoints::test_sys_breakpointhook_configure_and_unconfigure[] PASSED
3651 testing/test_debugging.py::TestDebuggingBreakpoints::test_environ_custom_class[--pdb] PASSED
3652 testing/test_debugging.py::TestDebuggingBreakpoints::test_environ_custom_class[] PASSED
3653 testing/test_debugging.py::TestDebuggingBreakpoints::test_sys_breakpoint_interception PASSED
3654 testing/test_debugging.py::TestDebuggingBreakpoints::test_pdb_not_altered XPASS
3655 testing/test_debugging.py::TestTraceOption::test_trace_sets_breakpoint PASSED
3656 testing/test_debugging.py::TestTraceOption::test_trace_with_parametrize_handles_shared_fixtureinfo PASSED
3657 testing/test_debugging.py::test_trace_after_runpytest PASSED
3658 testing/test_debugging.py::test_quit_with_swallowed_SystemExit PASSED
3659 testing/test_debugging.py::test_pdb_suspends_fixture_capturing[capfd] XPASS
3660 testing/test_debugging.py::test_pdb_suspends_fixture_capturing[capsys] XPASS
3661 testing/test_faulthandler.py::test_enabled PASSED
3662 testing/test_faulthandler.py::test_disabled PASSED
3663 testing/test_faulthandler.py::test_timeout[True] SKIPPED (sometimes ...)
3664 testing/test_faulthandler.py::test_timeout[False] PASSED
3665 testing/test_helpconfig.py::test_debug PASSED
3666 testing/test_helpconfig.py::test_PYTEST_DEBUG PASSED
3667 testing/test_legacypath.py::test_inifile_from_cmdline_main_hook PASSED
3668 testing/test_meta.py::test_no_warnings[_pytest._argcomplete] PASSED
3669 testing/test_meta.py::test_no_warnings[_pytest._code] PASSED
3670 testing/test_meta.py::test_no_warnings[_pytest._code.code] PASSED
3671 testing/test_meta.py::test_no_warnings[_pytest._code.source] PASSED
3672 testing/test_meta.py::test_no_warnings[_pytest._io] PASSED
3673 testing/test_meta.py::test_no_warnings[_pytest._io.pprint] PASSED
3674 testing/test_meta.py::test_no_warnings[_pytest._io.saferepr] PASSED
3675 testing/test_meta.py::test_no_warnings[_pytest._io.terminalwriter] PASSED
3676 testing/test_meta.py::test_no_warnings[_pytest._io.wcwidth] PASSED
3677 testing/test_meta.py::test_no_warnings[_pytest._py] PASSED
3678 testing/test_meta.py::test_no_warnings[_pytest._py.error] PASSED
3679 testing/test_meta.py::test_no_warnings[_pytest._py.path] PASSED
3680 testing/test_meta.py::test_no_warnings[_pytest._version] PASSED
3681 testing/test_meta.py::test_no_warnings[_pytest.assertion] PASSED
3682 testing/test_meta.py::test_no_warnings[_pytest.assertion.rewrite] PASSED
3683 testing/test_meta.py::test_no_warnings[_pytest.assertion.truncate] PASSED
3684 testing/test_meta.py::test_no_warnings[_pytest.assertion.util] PASSED
3685 testing/test_meta.py::test_no_warnings[_pytest.cacheprovider] PASSED
3686 testing/test_meta.py::test_no_warnings[_pytest.capture] PASSED
3687 testing/test_meta.py::test_no_warnings[_pytest.compat] PASSED
3688 testing/test_meta.py::test_no_warnings[_pytest.config] PASSED
3689 testing/test_meta.py::test_no_warnings[_pytest.config.argparsing] PASSED
3690 testing/test_meta.py::test_no_warnings[_pytest.config.compat] PASSED
3691 testing/test_meta.py::test_no_warnings[_pytest.config.exceptions] PASSED
3692 testing/test_meta.py::test_no_warnings[_pytest.config.findpaths] PASSED
3693 testing/test_meta.py::test_no_warnings[_pytest.debugging] PASSED
3694 testing/test_meta.py::test_no_warnings[_pytest.deprecated] PASSED
3695 testing/test_meta.py::test_no_warnings[_pytest.doctest] PASSED
3696 testing/test_meta.py::test_no_warnings[_pytest.faulthandler] PASSED
3697 testing/test_meta.py::test_no_warnings[_pytest.fixtures] PASSED
3698 testing/test_meta.py::test_no_warnings[_pytest.freeze_support] PASSED
3699 testing/test_meta.py::test_no_warnings[_pytest.helpconfig] PASSED
3700 testing/test_meta.py::test_no_warnings[_pytest.hookspec] PASSED
3701 testing/test_meta.py::test_no_warnings[_pytest.junitxml] PASSED
3702 testing/test_meta.py::test_no_warnings[_pytest.legacypath] PASSED
3703 testing/test_meta.py::test_no_warnings[_pytest.logging] PASSED
3704 testing/test_meta.py::test_no_warnings[_pytest.main] PASSED
3705 testing/test_meta.py::test_no_warnings[_pytest.mark] PASSED
3706 testing/test_meta.py::test_no_warnings[_pytest.mark.expression] PASSED
3707 testing/test_meta.py::test_no_warnings[_pytest.mark.structures] PASSED
3708 testing/test_meta.py::test_no_warnings[_pytest.monkeypatch] PASSED
3709 testing/test_meta.py::test_no_warnings[_pytest.nodes] PASSED
3710 testing/test_meta.py::test_no_warnings[_pytest.outcomes] PASSED
3711 testing/test_meta.py::test_no_warnings[_pytest.pastebin] PASSED
3712 testing/test_meta.py::test_no_warnings[_pytest.pathlib] PASSED
3713 testing/test_meta.py::test_no_warnings[_pytest.pytester] PASSED
3714 testing/test_meta.py::test_no_warnings[_pytest.pytester_assertions] PASSED
3715 testing/test_meta.py::test_no_warnings[_pytest.python] PASSED
3716 testing/test_meta.py::test_no_warnings[_pytest.python_api] PASSED
3717 testing/test_meta.py::test_no_warnings[_pytest.python_path] PASSED
3718 testing/test_meta.py::test_no_warnings[_pytest.recwarn] PASSED
3719 testing/test_meta.py::test_no_warnings[_pytest.reports] PASSED
3720 testing/test_meta.py::test_no_warnings[_pytest.runner] PASSED
3721 testing/test_meta.py::test_no_warnings[_pytest.scope] PASSED
3722 testing/test_meta.py::test_no_warnings[_pytest.setuponly] PASSED
3723 testing/test_meta.py::test_no_warnings[_pytest.setupplan] PASSED
3724 testing/test_meta.py::test_no_warnings[_pytest.skipping] PASSED
3725 testing/test_meta.py::test_no_warnings[_pytest.stash] PASSED
3726 testing/test_meta.py::test_no_warnings[_pytest.stepwise] PASSED
3727 testing/test_meta.py::test_no_warnings[_pytest.terminal] PASSED
3728 testing/test_meta.py::test_no_warnings[_pytest.threadexception] PASSED
3729 testing/test_meta.py::test_no_warnings[_pytest.timing] PASSED
3730 testing/test_meta.py::test_no_warnings[_pytest.tmpdir] PASSED
3731 testing/test_meta.py::test_no_warnings[_pytest.unittest] PASSED
3732 testing/test_meta.py::test_no_warnings[_pytest.unraisableexception] PASSED
3733 testing/test_meta.py::test_no_warnings[_pytest.warning_types] PASSED
3734 testing/test_meta.py::test_no_warnings[_pytest.warnings] PASSED
3735 testing/test_pytester.py::test_pytester_subprocess PASSED
3736 testing/test_pytester.py::test_pytester_run_no_timeout PASSED
3737 testing/test_pytester.py::test_pytester_run_with_timeout PASSED
3738 testing/test_pytester.py::test_pytester_run_timeout_expires PASSED
3739 testing/test_pytester.py::test_spawn_uses_tmphome PASSED
3740 testing/test_recwarn.py::TestWarns::test_keyboard_interrupt_within_warns PASSED
3741 testing/test_reports.py::TestReportSerialization::test_report_prevent_ConftestImportFailure_hiding_exception PASSED
3742 testing/test_terminal.py::TestTerminal::test_runtest_location_shown_before_test_starts PASSED
3743 testing/test_terminal.py::TestTerminal::test_report_collect_after_half_a_second PASSED
3744 testing/test_terminal.py::TestCodeHighlight::test_code_highlight_invalid_theme PASSED
3745 testing/test_terminal.py::TestCodeHighlight::test_code_highlight_invalid_theme_mode PASSED
3746 testing/test_unittest.py::TestTrialUnittest::test_trial_pdb PASSED
3747 testing/test_unittest.py::test_plain_unittest_does_not_support_async PASSED
3748 testing/test_warnings.py::test_as_errors[cmdline] PASSED
3749 testing/test_warnings.py::test_as_errors[ini] PASSED
3750 testing/test_warnings.py::TestDeprecationWarningsByDefault::test_shown_by_default[True] PASSED
3751 testing/test_warnings.py::TestDeprecationWarningsByDefault::test_shown_by_default[False] PASSED
3752 testing/test_warnings.py::TestDeprecationWarningsByDefault::test_hidden_by_ini PASSED
3753 testing/test_warnings.py::TestDeprecationWarningsByDefault::test_hidden_by_mark PASSED
3754 testing/test_warnings.py::TestDeprecationWarningsByDefault::test_hidden_by_cmdline PASSED
3755 testing/test_warnings.py::TestDeprecationWarningsByDefault::test_hidden_by_system PASSED
3756 testing/test_warnings.py::TestStackLevel::test_issue4445_issue5928_mark_generator PASSED
3758 =================================== XPASSES ====================================
3759 =========================== short test summary info ============================
3760 ======== 3674 passed, 52 skipped, 12 xfailed, 7 xpassed ========
3761   py$(PYV): OK
3762   congratulations :)