1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 configfile: pyproject.toml
7 collecting ... collected 1411 items / 2 skipped
9 IPython/core/completer.py::IPython.core.completer SKIPPED (all docst...)
10 IPython/core/completer.py::IPython.core.completer.provisionalcompleter SKIPPED
11 IPython/core/debugger.py::IPython.core.debugger SKIPPED (all docstes...)
12 IPython/core/display.py::IPython.core.display.GeoJSON.__init__ PASSED
13 IPython/core/display.py::IPython.core.display.Image.__init__ PASSED
14 IPython/core/display.py::IPython.core.display.set_matplotlib_close SKIPPED
15 IPython/core/display.py::IPython.core.display.set_matplotlib_formats SKIPPED
16 IPython/core/display_functions.py::IPython.core.display_functions.display PASSED
17 IPython/core/excolors.py::IPython.core.excolors.exception_colors PASSED
18 IPython/core/history.py::IPython.core.history.extract_hist_ranges PASSED
19 IPython/core/interactiveshell.py::IPython.core.interactiveshell.InteractiveShell.clear_main_mod_cache PASSED
20 IPython/core/interactiveshell.py::IPython.core.interactiveshell.InteractiveShell.complete SKIPPED
21 IPython/core/interactiveshell.py::IPython.core.interactiveshell.InteractiveShell.get_path_links PASSED
22 IPython/core/interactiveshell.py::IPython.core.interactiveshell.InteractiveShell.set_next_input SKIPPED
23 IPython/core/magics/ast_mod.py::IPython.core.magics.ast_mod SKIPPED
24 IPython/core/magics/auto.py::IPython.core.magics.auto.AutoMagics.autocall SKIPPED
25 IPython/core/magics/basic.py::IPython.core.magics.basic.BasicMagics.alias_magic SKIPPED
26 IPython/core/magics/basic.py::IPython.core.magics.basic.BasicMagics.precision SKIPPED
27 IPython/core/magics/code.py::IPython.core.magics.code.CodeMagics.edit SKIPPED
28 IPython/core/magics/code.py::IPython.core.magics.code.extract_symbols PASSED
29 IPython/core/magics/config.py::IPython.core.magics.config.ConfigMagics.config PASSED
30 IPython/core/magics/execution.py::IPython.core.magics.execution.ExecutionMagics.code_wrap SKIPPED
31 IPython/core/magics/execution.py::IPython.core.magics.execution.ExecutionMagics.macro SKIPPED
32 IPython/core/magics/execution.py::IPython.core.magics.execution.ExecutionMagics.prun SKIPPED
33 IPython/core/magics/execution.py::IPython.core.magics.execution.ExecutionMagics.run SKIPPED
34 IPython/core/magics/execution.py::IPython.core.magics.execution.ExecutionMagics.time SKIPPED
35 IPython/core/magics/execution.py::IPython.core.magics.execution.ExecutionMagics.timeit SKIPPED
36 IPython/core/magics/history.py::IPython.core.magics.history.HistoryMagics.history SKIPPED
37 IPython/core/magics/namespace.py::IPython.core.magics.namespace.NamespaceMagics.pdef SKIPPED
38 IPython/core/magics/namespace.py::IPython.core.magics.namespace.NamespaceMagics.reset PASSED
39 IPython/core/magics/namespace.py::IPython.core.magics.namespace.NamespaceMagics.reset_selective PASSED
40 IPython/core/magics/namespace.py::IPython.core.magics.namespace.NamespaceMagics.who SKIPPED
41 IPython/core/magics/namespace.py::IPython.core.magics.namespace.NamespaceMagics.who_ls SKIPPED
42 IPython/core/magics/namespace.py::IPython.core.magics.namespace.NamespaceMagics.whos SKIPPED
43 IPython/core/magics/osm.py::IPython.core.magics.osm.OSMagics.alias SKIPPED
44 IPython/core/magics/osm.py::IPython.core.magics.osm.OSMagics.cd SKIPPED
45 IPython/core/magics/osm.py::IPython.core.magics.osm.OSMagics.pwd SKIPPED
46 IPython/core/magics/osm.py::IPython.core.magics.osm.OSMagics.sc SKIPPED
47 IPython/core/magics/pylab.py::IPython.core.magics.pylab.PylabMagics.matplotlib SKIPPED
48 IPython/core/magics/script.py::IPython.core.magics.script.ScriptMagics.shebang PASSED
49 IPython/core/oinspect.py::IPython.core.oinspect.Inspector.pdoc SKIPPED
50 IPython/core/tests/test_alias.py::test_alias_args_commented PASSED
51 IPython/core/tests/test_alias.py::test_alias_args_commented_nargs PASSED
52 IPython/core/tests/test_alias.py::test_alias_args_error PASSED
53 IPython/core/tests/test_alias.py::test_alias_lifecycle PASSED
54 IPython/core/tests/test_application.py::test_cli_priority PASSED
55 IPython/core/tests/test_application.py::test_unicode_cwd PASSED
56 IPython/core/tests/test_application.py::test_unicode_ipdir PASSED
57 IPython/core/tests/test_async_helpers.py::AsyncTest::test_autoawait PASSED
58 IPython/core/tests/test_async_helpers.py::AsyncTest::test_autoawait_asyncio_wrong_sleep SKIPPED
59 IPython/core/tests/test_async_helpers.py::AsyncTest::test_autoawait_curio PASSED
60 IPython/core/tests/test_async_helpers.py::AsyncTest::test_autoawait_trio SKIPPED
61 IPython/core/tests/test_async_helpers.py::AsyncTest::test_autoawait_trio_wrong_sleep SKIPPED
62 IPython/core/tests/test_async_helpers.py::AsyncTest::test_execute PASSED
63 IPython/core/tests/test_async_helpers.py::AsyncTest::test_in_func_no_error PASSED
64 IPython/core/tests/test_async_helpers.py::AsyncTest::test_memory_error PASSED
65 IPython/core/tests/test_async_helpers.py::AsyncTest::test_nonlocal PASSED
66 IPython/core/tests/test_async_helpers.py::AsyncTest::test_should_be_async PASSED
67 IPython/core/tests/test_async_helpers.py::AsyncTest::test_top_level_return_error PASSED
68 IPython/core/tests/test_autocall.py::IPython.core.tests.test_autocall.doctest_autocall PASSED
69 IPython/core/tests/test_autocall.py::test_autocall_should_ignore_raw_strings PASSED
70 IPython/core/tests/test_compilerop.py::test_cache PASSED
71 IPython/core/tests/test_compilerop.py::test_cache_unicode PASSED
72 IPython/core/tests/test_compilerop.py::test_code_name PASSED
73 IPython/core/tests/test_compilerop.py::test_code_name2 PASSED
74 IPython/core/tests/test_compilerop.py::test_compiler_check_cache PASSED
75 IPython/core/tests/test_compilerop.py::test_proper_default_encoding PASSED
76 IPython/core/tests/test_completer.py::TestCompleter::test_abspath_file_completions PASSED
77 IPython/core/tests/test_completer.py::TestCompleter::test_aimport_module_completer PASSED
78 IPython/core/tests/test_completer.py::TestCompleter::test_all_completions_dups PASSED
79 IPython/core/tests/test_completer.py::TestCompleter::test_back_latex_completion PASSED
80 IPython/core/tests/test_completer.py::TestCompleter::test_back_unicode_completion PASSED
81 IPython/core/tests/test_completer.py::TestCompleter::test_cell_magics PASSED
82 IPython/core/tests/test_completer.py::TestCompleter::test_class_key_completion PASSED
83 IPython/core/tests/test_completer.py::TestCompleter::test_completion_have_signature PASSED
84 IPython/core/tests/test_completer.py::TestCompleter::test_completions_have_type PASSED
85 IPython/core/tests/test_completer.py::TestCompleter::test_custom_completion_error PASSED
86 IPython/core/tests/test_completer.py::TestCompleter::test_custom_completion_ordering PASSED
87 IPython/core/tests/test_completer.py::TestCompleter::test_dataframe_key_completion SKIPPED
88 IPython/core/tests/test_completer.py::TestCompleter::test_deduplicate_completions XPASS
89 IPython/core/tests/test_completer.py::TestCompleter::test_default_arguments_from_docstring PASSED
90 IPython/core/tests/test_completer.py::TestCompleter::test_delim_setting PASSED
91 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_bytes PASSED
92 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_closures PASSED
93 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_contexts PASSED
94 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_invalids PASSED
95 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_numbers PASSED
96 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_string PASSED
97 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_completion_unicode_py3 PASSED
98 IPython/core/tests/test_completer.py::TestCompleter::test_dict_key_restrict_to_dicts PASSED
99 IPython/core/tests/test_completer.py::TestCompleter::test_forward_unicode_completion PASSED
100 IPython/core/tests/test_completer.py::TestCompleter::test_from_module_completer PASSED
101 IPython/core/tests/test_completer.py::TestCompleter::test_func_kw_completions PASSED
102 IPython/core/tests/test_completer.py::TestCompleter::test_fwd_unicode_restricts PASSED
103 IPython/core/tests/test_completer.py::TestCompleter::test_get__all__entries_no__all__ok PASSED
104 IPython/core/tests/test_completer.py::TestCompleter::test_get__all__entries_ok PASSED
105 IPython/core/tests/test_completer.py::TestCompleter::test_greedy_completions PASSED
106 IPython/core/tests/test_completer.py::TestCompleter::test_has_open_quotes1 PASSED
107 IPython/core/tests/test_completer.py::TestCompleter::test_has_open_quotes2 PASSED
108 IPython/core/tests/test_completer.py::TestCompleter::test_has_open_quotes3 PASSED
109 IPython/core/tests/test_completer.py::TestCompleter::test_has_open_quotes4 PASSED
110 IPython/core/tests/test_completer.py::TestCompleter::test_import_module_completer PASSED
111 IPython/core/tests/test_completer.py::TestCompleter::test_jedi PASSED
112 IPython/core/tests/test_completer.py::TestCompleter::test_latex_completions PASSED
113 IPython/core/tests/test_completer.py::TestCompleter::test_latex_no_results PASSED
114 IPython/core/tests/test_completer.py::TestCompleter::test_limit_to__all__False_ok PASSED
115 IPython/core/tests/test_completer.py::TestCompleter::test_line_cell_magics PASSED
116 IPython/core/tests/test_completer.py::TestCompleter::test_line_magics PASSED
117 IPython/core/tests/test_completer.py::TestCompleter::test_local_file_completions PASSED
118 IPython/core/tests/test_completer.py::TestCompleter::test_magic_color PASSED
119 IPython/core/tests/test_completer.py::TestCompleter::test_magic_completion_order PASSED
120 IPython/core/tests/test_completer.py::TestCompleter::test_magic_completion_shadowing PASSED
121 IPython/core/tests/test_completer.py::TestCompleter::test_magic_completion_shadowing_explicit PASSED
122 IPython/core/tests/test_completer.py::TestCompleter::test_magic_config PASSED
123 IPython/core/tests/test_completer.py::TestCompleter::test_match_dict_keys PASSED
124 IPython/core/tests/test_completer.py::TestCompleter::test_match_dict_keys_tuple PASSED
125 IPython/core/tests/test_completer.py::TestCompleter::test_matcher_disabling PASSED
126 IPython/core/tests/test_completer.py::TestCompleter::test_matcher_priority PASSED
127 IPython/core/tests/test_completer.py::TestCompleter::test_matcher_suppression PASSED
128 IPython/core/tests/test_completer.py::TestCompleter::test_matcher_suppression_with_iterator PASSED
129 IPython/core/tests/test_completer.py::TestCompleter::test_matcher_suppression_with_jedi PASSED
130 IPython/core/tests/test_completer.py::TestCompleter::test_mix_terms PASSED
131 IPython/core/tests/test_completer.py::TestCompleter::test_nested_import_module_completer PASSED
132 IPython/core/tests/test_completer.py::TestCompleter::test_object_key_completion PASSED
133 IPython/core/tests/test_completer.py::TestCompleter::test_omit__names PASSED
134 IPython/core/tests/test_completer.py::TestCompleter::test_percent_symbol_restrict_to_magic_completions PASSED
135 IPython/core/tests/test_completer.py::TestCompleter::test_quoted_file_completions PASSED
136 IPython/core/tests/test_completer.py::TestCompleter::test_snake_case_completion PASSED
137 IPython/core/tests/test_completer.py::TestCompleter::test_spaces PASSED
138 IPython/core/tests/test_completer.py::TestCompleter::test_struct_array_key_completion SKIPPED
139 IPython/core/tests/test_completer.py::TestCompleter::test_tryimport PASSED
140 IPython/core/tests/test_completer.py::TestCompleter::test_unicode_completions PASSED
141 IPython/core/tests/test_completer.py::test_line_split PASSED
142 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[+1-+1] PASSED
143 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[+1.-+1.] PASSED
144 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[, +.1-+.1] PASSED
145 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[, .1-.1] PASSED
146 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[, 1 + 1-None] PASSED
147 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[, 1-1] PASSED
148 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[,1-1] PASSED
149 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[-1--1] PASSED
150 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[-1.--1.] PASSED
151 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[-1.0--1.0] PASSED
152 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[..-None] PASSED
153 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[.1 -None] PASSED
154 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[.1-.1] PASSED
155 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[.1.-None] PASSED
156 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[0b_0011_1111_0100_1110-0b_0011_1111_0100_1110] PASSED
157 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[0b_1110_0101-0b_1110_0101] PASSED
158 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[0xdeadbeef-0xdeadbeef] PASSED
159 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[1 + 1-None] PASSED
160 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[1..-None] PASSED
161 IPython/core/tests/test_completer.py::test_match_numeric_literal_for_dict_key[1.234-1.234] PASSED
162 IPython/core/tests/test_completer.py::test_protect_filename PASSED
163 IPython/core/tests/test_completer.py::test_unicode_range PASSED
164 IPython/core/tests/test_completerlib.py::Test_magic_run_completer::test_1 PASSED
165 IPython/core/tests/test_completerlib.py::Test_magic_run_completer::test_2 PASSED
166 IPython/core/tests/test_completerlib.py::Test_magic_run_completer::test_3 PASSED
167 IPython/core/tests/test_completerlib.py::Test_magic_run_completer::test_completion_in_dir PASSED
168 IPython/core/tests/test_completerlib.py::Test_magic_run_completer::test_completion_more_args PASSED
169 IPython/core/tests/test_completerlib.py::Test_magic_run_completer_nonascii::test_1 PASSED
170 IPython/core/tests/test_completerlib.py::Test_magic_run_completer_nonascii::test_2 PASSED
171 IPython/core/tests/test_completerlib.py::Test_magic_run_completer_nonascii::test_3 PASSED
172 IPython/core/tests/test_completerlib.py::test_bad_module_all PASSED
173 IPython/core/tests/test_completerlib.py::test_import_invalid_module PASSED
174 IPython/core/tests/test_completerlib.py::test_module_without_init PASSED
175 IPython/core/tests/test_completerlib.py::test_valid_exported_submodules PASSED
176 IPython/core/tests/test_debugger.py::IPython.core.tests.test_debugger.can_exit PASSED
177 IPython/core/tests/test_debugger.py::IPython.core.tests.test_debugger.can_quit PASSED
178 IPython/core/tests/test_debugger.py::IPython.core.tests.test_debugger.test_ipdb_magics PASSED
179 IPython/core/tests/test_debugger.py::IPython.core.tests.test_debugger.test_ipdb_magics2 PASSED
180 IPython/core/tests/test_debugger.py::test_decorator_skip SKIPPED (re...)
181 IPython/core/tests/test_debugger.py::test_decorator_skip_disabled SKIPPED
182 IPython/core/tests/test_debugger.py::test_decorator_skip_with_breakpoint PASSED
183 IPython/core/tests/test_debugger.py::test_interruptible_core_debugger PASSED
184 IPython/core/tests/test_debugger.py::test_ipdb_magics PASSED
185 IPython/core/tests/test_debugger.py::test_ipdb_magics2 PASSED
186 IPython/core/tests/test_debugger.py::test_where_erase_value PASSED
187 IPython/core/tests/test_debugger.py::test_xmode_skip PASSED
188 IPython/core/tests/test_display.py::test_base64image PASSED
189 IPython/core/tests/test_display.py::test_display_available PASSED
190 IPython/core/tests/test_display.py::test_display_handle PASSED
191 IPython/core/tests/test_display.py::test_display_id PASSED
192 IPython/core/tests/test_display.py::test_displayobject_repr PASSED
193 IPython/core/tests/test_display.py::test_embed_svg_url PASSED
194 IPython/core/tests/test_display.py::test_encourage_iframe_over_html PASSED
195 IPython/core/tests/test_display.py::test_geojson PASSED
196 IPython/core/tests/test_display.py::test_html_metadata PASSED
197 IPython/core/tests/test_display.py::test_image_alt_tag PASSED
198 IPython/core/tests/test_display.py::test_image_bad_filename_raises_proper_exception PASSED
199 IPython/core/tests/test_display.py::test_image_filename_defaults PASSED
200 IPython/core/tests/test_display.py::test_image_mimes PASSED
201 IPython/core/tests/test_display.py::test_image_size PASSED
202 IPython/core/tests/test_display.py::test_json PASSED
203 IPython/core/tests/test_display.py::test_progress PASSED
204 IPython/core/tests/test_display.py::test_progress_iter PASSED
205 IPython/core/tests/test_display.py::test_retina_jpeg PASSED
206 IPython/core/tests/test_display.py::test_retina_png PASSED
207 IPython/core/tests/test_display.py::test_set_matplotlib_close SKIPPED
208 IPython/core/tests/test_display.py::test_set_matplotlib_formats SKIPPED
209 IPython/core/tests/test_display.py::test_set_matplotlib_formats_kwargs SKIPPED
210 IPython/core/tests/test_display.py::test_textdisplayobj_pretty_repr PASSED
211 IPython/core/tests/test_display.py::test_update_display PASSED
212 IPython/core/tests/test_display.py::test_video_embedding PASSED
213 IPython/core/tests/test_displayhook.py::test_capture_display_hook_format PASSED
214 IPython/core/tests/test_displayhook.py::test_interactivehooks_ast_modes PASSED
215 IPython/core/tests/test_displayhook.py::test_interactivehooks_ast_modes_semi_suppress PASSED
216 IPython/core/tests/test_displayhook.py::test_output_displayed PASSED
217 IPython/core/tests/test_displayhook.py::test_output_quiet PASSED
218 IPython/core/tests/test_displayhook.py::test_underscore_no_overwrite_builtins PASSED
219 IPython/core/tests/test_displayhook.py::test_underscore_no_overwrite_user PASSED
220 IPython/core/tests/test_events.py::CallbackTests::test_bare_function_missed_unregister PASSED
221 IPython/core/tests/test_events.py::CallbackTests::test_cb_error PASSED
222 IPython/core/tests/test_events.py::CallbackTests::test_cb_keyboard_interrupt PASSED
223 IPython/core/tests/test_events.py::CallbackTests::test_register_unregister PASSED
224 IPython/core/tests/test_events.py::CallbackTests::test_unregister_during_callback PASSED
225 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[another-another] PASSED
226 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[another-from] PASSED
227 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[another-none] PASSED
228 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[from-another] PASSED
229 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[from-from] PASSED
230 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[from-none] PASSED
231 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[none-another] PASSED
232 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[none-from] PASSED
233 IPython/core/tests/test_exceptiongroup_tb.py::test_native_exceptiongroup[none-none] PASSED
234 IPython/core/tests/test_extension.py::test_extension_builtins PASSED
235 IPython/core/tests/test_extension.py::test_extension_loading PASSED
236 IPython/core/tests/test_extension.py::test_non_extension PASSED
237 IPython/core/tests/test_formatters.py::test_bad_precision PASSED
238 IPython/core/tests/test_formatters.py::test_bad_repr_traceback PASSED
239 IPython/core/tests/test_formatters.py::test_deferred PASSED
240 IPython/core/tests/test_formatters.py::test_error_method PASSED
241 IPython/core/tests/test_formatters.py::test_error_pretty_method PASSED
242 IPython/core/tests/test_formatters.py::test_for_type PASSED
243 IPython/core/tests/test_formatters.py::test_for_type_by_name PASSED
244 IPython/core/tests/test_formatters.py::test_for_type_string PASSED
245 IPython/core/tests/test_formatters.py::test_format_config PASSED
246 IPython/core/tests/test_formatters.py::test_in_formatter PASSED
247 IPython/core/tests/test_formatters.py::test_ipython_display_formatter PASSED
248 IPython/core/tests/test_formatters.py::test_lookup PASSED
249 IPython/core/tests/test_formatters.py::test_lookup_by_type PASSED
250 IPython/core/tests/test_formatters.py::test_lookup_by_type_string PASSED
251 IPython/core/tests/test_formatters.py::test_lookup_string PASSED
252 IPython/core/tests/test_formatters.py::test_nowarn_notimplemented PASSED
253 IPython/core/tests/test_formatters.py::test_pass_correct_include_exclude PASSED
254 IPython/core/tests/test_formatters.py::test_pdf_formatter PASSED
255 IPython/core/tests/test_formatters.py::test_pop PASSED
256 IPython/core/tests/test_formatters.py::test_pop_string PASSED
257 IPython/core/tests/test_formatters.py::test_precision PASSED
258 IPython/core/tests/test_formatters.py::test_pretty PASSED
259 IPython/core/tests/test_formatters.py::test_pretty_max_seq_length PASSED
260 IPython/core/tests/test_formatters.py::test_print_method_bound PASSED
261 IPython/core/tests/test_formatters.py::test_print_method_weird PASSED
262 IPython/core/tests/test_formatters.py::test_repr_mime PASSED
263 IPython/core/tests/test_formatters.py::test_repr_mime_failure PASSED
264 IPython/core/tests/test_formatters.py::test_repr_mime_meta PASSED
265 IPython/core/tests/test_formatters.py::test_string_in_formatter PASSED
266 IPython/core/tests/test_formatters.py::test_warn_error_for_type PASSED
267 IPython/core/tests/test_guarded_eval.py::test_accepts_non_overriden_properties SKIPPED
268 IPython/core/tests/test_guarded_eval.py::test_access_builtins[context0] PASSED
269 IPython/core/tests/test_guarded_eval.py::test_access_builtins[context1] PASSED
270 IPython/core/tests/test_guarded_eval.py::test_access_builtins[context2] PASSED
271 IPython/core/tests/test_guarded_eval.py::test_access_builtins[context3] PASSED
272 IPython/core/tests/test_guarded_eval.py::test_access_builtins_fails PASSED
273 IPython/core/tests/test_guarded_eval.py::test_access_locals_and_globals PASSED
274 IPython/core/tests/test_guarded_eval.py::test_assumption_instance_attr_do_not_matter PASSED
275 IPython/core/tests/test_guarded_eval.py::test_assumption_named_tuples_share_getitem PASSED
276 IPython/core/tests/test_guarded_eval.py::test_dict PASSED
277 IPython/core/tests/test_guarded_eval.py::test_dict_literal PASSED
278 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-1 & 1-1] PASSED
279 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-1 & 2-0] PASSED
280 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-1 + 1-2] PASSED
281 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-1 | 2-3] PASSED
282 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-2 * 3-6] PASSED
283 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-2 << 1-4] PASSED
284 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-2 >> 1-1] PASSED
285 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-3 - 1-2] PASSED
286 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-5 / 2-2.5] PASSED
287 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-5 // 2-2] PASSED
288 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context0-5**2-25] PASSED
289 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-1 & 1-1] PASSED
290 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-1 & 2-0] PASSED
291 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-1 + 1-2] PASSED
292 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-1 | 2-3] PASSED
293 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-2 * 3-6] PASSED
294 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-2 << 1-4] PASSED
295 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-2 >> 1-1] PASSED
296 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-3 - 1-2] PASSED
297 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-5 / 2-2.5] PASSED
298 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-5 // 2-2] PASSED
299 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context1-5**2-25] PASSED
300 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-1 & 1-1] PASSED
301 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-1 & 2-0] PASSED
302 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-1 + 1-2] PASSED
303 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-1 | 2-3] PASSED
304 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-2 * 3-6] PASSED
305 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-2 << 1-4] PASSED
306 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-2 >> 1-1] PASSED
307 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-3 - 1-2] PASSED
308 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-5 / 2-2.5] PASSED
309 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-5 // 2-2] PASSED
310 IPython/core/tests/test_guarded_eval.py::test_evaluates_binary_operations[context2-5**2-25] PASSED
311 IPython/core/tests/test_guarded_eval.py::test_evaluates_calls[data0-data.index(2)-data.append(4)-1-True] PASSED
312 IPython/core/tests/test_guarded_eval.py::test_evaluates_calls[data1-data.keys().isdisjoint({})-data.update()-True-True] PASSED
313 IPython/core/tests/test_guarded_eval.py::test_evaluates_calls[data2-data()-data.__class__()-HeapType-False] PASSED
314 IPython/core/tests/test_guarded_eval.py::test_evaluates_calls[data3-data()-data.__class__()-frozenset-False] PASSED
315 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-(1 < 4) < 3-True] PASSED
316 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-0 in [1]-False] PASSED
317 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-0 not in [1]-True] PASSED
318 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 != 1-False] PASSED
319 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 != 2-True] PASSED
320 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 < 2 < 3 < 4-True] PASSED
321 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 < 2 > 1 > 0 > -1 < 1-True] PASSED
322 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 < 4 < 3-False] PASSED
323 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 == 2-False] PASSED
324 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 >= 2-False] PASSED
325 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 in [1] in [[1]]-True] PASSED
326 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 in [1] in [[2]]-False] PASSED
327 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 in [1]-True] PASSED
328 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-1 not in [1]-False] PASSED
329 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-2 < 1-False] PASSED
330 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-2 <= 1-False] PASSED
331 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-2 <= 2-True] PASSED
332 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-2 == 2-True] PASSED
333 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-2 > 1-True] PASSED
334 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-2 >= 2-True] PASSED
335 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-4 > 3 > 2 > 1-True] PASSED
336 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-4 > 3 > 2 > 9-False] PASSED
337 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-9 < 2 < 3 < 4-False] PASSED
338 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-False is False-True] PASSED
339 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-False is not True-True] PASSED
340 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-True is False-False] PASSED
341 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-True is True-True] PASSED
342 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context0-True is not True-False] PASSED
343 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-(1 < 4) < 3-True] PASSED
344 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-0 in [1]-False] PASSED
345 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-0 not in [1]-True] PASSED
346 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 != 1-False] PASSED
347 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 != 2-True] PASSED
348 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 < 2 < 3 < 4-True] PASSED
349 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 < 2 > 1 > 0 > -1 < 1-True] PASSED
350 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 < 4 < 3-False] PASSED
351 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 == 2-False] PASSED
352 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 >= 2-False] PASSED
353 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 in [1] in [[1]]-True] PASSED
354 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 in [1] in [[2]]-False] PASSED
355 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 in [1]-True] PASSED
356 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-1 not in [1]-False] PASSED
357 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-2 < 1-False] PASSED
358 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-2 <= 1-False] PASSED
359 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-2 <= 2-True] PASSED
360 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-2 == 2-True] PASSED
361 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-2 > 1-True] PASSED
362 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-2 >= 2-True] PASSED
363 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-4 > 3 > 2 > 1-True] PASSED
364 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-4 > 3 > 2 > 9-False] PASSED
365 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-9 < 2 < 3 < 4-False] PASSED
366 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-False is False-True] PASSED
367 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-False is not True-True] PASSED
368 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-True is False-False] PASSED
369 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-True is True-True] PASSED
370 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context1-True is not True-False] PASSED
371 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-(1 < 4) < 3-True] PASSED
372 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-0 in [1]-False] PASSED
373 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-0 not in [1]-True] PASSED
374 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 != 1-False] PASSED
375 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 != 2-True] PASSED
376 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 < 2 < 3 < 4-True] PASSED
377 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 < 2 > 1 > 0 > -1 < 1-True] PASSED
378 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 < 4 < 3-False] PASSED
379 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 == 2-False] PASSED
380 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 >= 2-False] PASSED
381 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 in [1] in [[1]]-True] PASSED
382 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 in [1] in [[2]]-False] PASSED
383 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 in [1]-True] PASSED
384 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-1 not in [1]-False] PASSED
385 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-2 < 1-False] PASSED
386 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-2 <= 1-False] PASSED
387 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-2 <= 2-True] PASSED
388 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-2 == 2-True] PASSED
389 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-2 > 1-True] PASSED
390 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-2 >= 2-True] PASSED
391 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-4 > 3 > 2 > 1-True] PASSED
392 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-4 > 3 > 2 > 9-False] PASSED
393 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-9 < 2 < 3 < 4-False] PASSED
394 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-False is False-True] PASSED
395 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-False is not True-True] PASSED
396 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-True is False-False] PASSED
397 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-True is True-True] PASSED
398 IPython/core/tests/test_guarded_eval.py::test_evaluates_comparisons[context2-True is not True-False] PASSED
399 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context0-(1\n+\n1)-2] PASSED
400 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context0-list(range(10))[-1:]-expected1] PASSED
401 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context0-list(range(20))[3:-2:3]-expected2] PASSED
402 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context1-(1\n+\n1)-2] PASSED
403 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context1-list(range(10))[-1:]-expected1] PASSED
404 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context1-list(range(20))[3:-2:3]-expected2] PASSED
405 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context2-(1\n+\n1)-2] PASSED
406 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context2-list(range(10))[-1:]-expected1] PASSED
407 IPython/core/tests/test_guarded_eval.py::test_evaluates_complex_cases[context2-list(range(20))[3:-2:3]-expected2] PASSED
408 IPython/core/tests/test_guarded_eval.py::test_evaluates_if_expression PASSED
409 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-0xdeedbeef-3740122863] PASSED
410 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-1-1] PASSED
411 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-1.0-1.0] PASSED
412 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-None-None] PASSED
413 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-True-True] PASSED
414 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-[]-expected6] PASSED
415 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context0-{}-expected5] PASSED
416 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-0xdeedbeef-3740122863] PASSED
417 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-1-1] PASSED
418 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-1.0-1.0] PASSED
419 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-None-None] PASSED
420 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-True-True] PASSED
421 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-[]-expected6] PASSED
422 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context1-{}-expected5] PASSED
423 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-0xdeedbeef-3740122863] PASSED
424 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-1-1] PASSED
425 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-1.0-1.0] PASSED
426 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-None-None] PASSED
427 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-True-True] PASSED
428 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-[]-expected6] PASSED
429 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context2-{}-expected5] PASSED
430 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-0xdeedbeef-3740122863] PASSED
431 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-1-1] PASSED
432 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-1.0-1.0] PASSED
433 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-None-None] PASSED
434 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-True-True] PASSED
435 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-[]-expected6] PASSED
436 IPython/core/tests/test_guarded_eval.py::test_evaluates_literals[context3-{}-expected5] PASSED
437 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context0-+5-5] PASSED
438 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context0--5--5] PASSED
439 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context0-~5--6] PASSED
440 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context1-+5-5] PASSED
441 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context1--5--5] PASSED
442 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context1-~5--6] PASSED
443 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context2-+5-5] PASSED
444 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context2--5--5] PASSED
445 IPython/core/tests/test_guarded_eval.py::test_evaluates_unary_operations[context2-~5--6] PASSED
446 IPython/core/tests/test_guarded_eval.py::test_external_changed_api SKIPPED
447 IPython/core/tests/test_guarded_eval.py::test_external_not_installed PASSED
448 IPython/core/tests/test_guarded_eval.py::test_guards_attributes PASSED
449 IPython/core/tests/test_guarded_eval.py::test_guards_binary_operations PASSED
450 IPython/core/tests/test_guarded_eval.py::test_guards_comparisons PASSED
451 IPython/core/tests/test_guarded_eval.py::test_guards_locals_and_globals PASSED
452 IPython/core/tests/test_guarded_eval.py::test_guards_unary_operations PASSED
453 IPython/core/tests/test_guarded_eval.py::test_list PASSED
454 IPython/core/tests/test_guarded_eval.py::test_list_literal PASSED
455 IPython/core/tests/test_guarded_eval.py::test_method_descriptor PASSED
456 IPython/core/tests/test_guarded_eval.py::test_module_access SKIPPED
457 IPython/core/tests/test_guarded_eval.py::test_named_tuple PASSED
458 IPython/core/tests/test_guarded_eval.py::test_number_attributes[complex.real-real] PASSED
459 IPython/core/tests/test_guarded_eval.py::test_number_attributes[float.is_integer-is_integer] PASSED
460 IPython/core/tests/test_guarded_eval.py::test_number_attributes[int.numerator-numerator] PASSED
461 IPython/core/tests/test_guarded_eval.py::test_object PASSED
462 IPython/core/tests/test_guarded_eval.py::test_pandas_bad_series SKIPPED
463 IPython/core/tests/test_guarded_eval.py::test_pandas_dataframe_loc SKIPPED
464 IPython/core/tests/test_guarded_eval.py::test_pandas_series SKIPPED
465 IPython/core/tests/test_guarded_eval.py::test_pandas_series_iloc SKIPPED
466 IPython/core/tests/test_guarded_eval.py::test_rejects_custom_properties PASSED
467 IPython/core/tests/test_guarded_eval.py::test_rejects_forbidden PASSED
468 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context0-class C: pass] PASSED
469 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context0-def func(): pass] PASSED
470 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context0-del x] PASSED
471 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context0-import ast] PASSED
472 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context0-x += 1] PASSED
473 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context0-x = 1] PASSED
474 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context1-class C: pass] PASSED
475 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context1-def func(): pass] PASSED
476 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context1-del x] PASSED
477 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context1-import ast] PASSED
478 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context1-x += 1] PASSED
479 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context1-x = 1] PASSED
480 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context2-class C: pass] PASSED
481 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context2-def func(): pass] PASSED
482 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context2-del x] PASSED
483 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context2-import ast] PASSED
484 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context2-x += 1] PASSED
485 IPython/core/tests/test_guarded_eval.py::test_rejects_side_effect_syntax[context2-x = 1] PASSED
486 IPython/core/tests/test_guarded_eval.py::test_set PASSED
487 IPython/core/tests/test_guarded_eval.py::test_set_literal PASSED
488 IPython/core/tests/test_guarded_eval.py::test_subscript PASSED
489 IPython/core/tests/test_guarded_eval.py::test_unbind_method PASSED
490 IPython/core/tests/test_handlers.py::test_handlers PASSED
491 IPython/core/tests/test_history.py::test_extract_hist_ranges PASSED
492 IPython/core/tests/test_history.py::test_extract_hist_ranges_empty_str PASSED
493 IPython/core/tests/test_history.py::test_get_tail_session_awareness PASSED
494 IPython/core/tests/test_history.py::test_hist_file_config PASSED
495 IPython/core/tests/test_history.py::test_histmanager_disabled PASSED
496 IPython/core/tests/test_history.py::test_history PASSED
497 IPython/core/tests/test_history.py::test_magic_rerun PASSED
498 IPython/core/tests/test_history.py::test_proper_default_encoding PASSED
499 IPython/core/tests/test_history.py::test_timestamp_type PASSED
500 IPython/core/tests/test_hooks.py::test_command_chain_dispatcher_eq_priority PASSED
501 IPython/core/tests/test_hooks.py::test_command_chain_dispatcher_ff PASSED
502 IPython/core/tests/test_hooks.py::test_command_chain_dispatcher_fofo PASSED
503 IPython/core/tests/test_imports.py::test_import_completer PASSED
504 IPython/core/tests/test_imports.py::test_import_crashhandler PASSED
505 IPython/core/tests/test_imports.py::test_import_debugger PASSED
506 IPython/core/tests/test_imports.py::test_import_excolors PASSED
507 IPython/core/tests/test_imports.py::test_import_getipython PASSED
508 IPython/core/tests/test_imports.py::test_import_history PASSED
509 IPython/core/tests/test_imports.py::test_import_hooks PASSED
510 IPython/core/tests/test_imports.py::test_import_interactiveshell PASSED
511 IPython/core/tests/test_imports.py::test_import_logger PASSED
512 IPython/core/tests/test_imports.py::test_import_macro PASSED
513 IPython/core/tests/test_imports.py::test_import_magic PASSED
514 IPython/core/tests/test_imports.py::test_import_oinspect PASSED
515 IPython/core/tests/test_imports.py::test_import_prefilter PASSED
516 IPython/core/tests/test_imports.py::test_import_prompts PASSED
517 IPython/core/tests/test_imports.py::test_import_release PASSED
518 IPython/core/tests/test_imports.py::test_import_ultratb PASSED
519 IPython/core/tests/test_imports.py::test_import_usage PASSED
520 IPython/core/tests/test_inputsplitter.py::CellModeCellMagics::test_cellmagic_help PASSED
521 IPython/core/tests/test_inputsplitter.py::CellModeCellMagics::test_incremental PASSED
522 IPython/core/tests/test_inputsplitter.py::CellModeCellMagics::test_no_strip_coding PASSED
523 IPython/core/tests/test_inputsplitter.py::CellModeCellMagics::test_whole_cell PASSED
524 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_cellmagic_preempt PASSED
525 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_check_complete PASSED
526 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_continuation PASSED
527 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_dedent_break PASSED
528 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_dedent_continue PASSED
529 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_dedent_pass PASSED
530 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_dedent_raise PASSED
531 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_dedent_return PASSED
532 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_indent PASSED
533 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_indent2 PASSED
534 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_indent3 PASSED
535 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_indent4 PASSED
536 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_line_continuation PASSED
537 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_multiline_passthrough PASSED
538 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push PASSED
539 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push2 PASSED
540 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push3 PASSED
541 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push_accepts_more PASSED
542 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push_accepts_more2 PASSED
543 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push_accepts_more3 PASSED
544 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push_accepts_more4 PASSED
545 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_push_accepts_more5 PASSED
546 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_reset PASSED
547 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_source PASSED
548 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_syntax PASSED
549 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_syntax_error PASSED
550 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_syntax_multiline PASSED
551 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_syntax_multiline_cell PASSED
552 IPython/core/tests/test_inputsplitter.py::IPythonInputTestCase::test_unicode PASSED
553 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_check_complete PASSED
554 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_continuation PASSED
555 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_dedent_break PASSED
556 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_dedent_continue PASSED
557 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_dedent_pass PASSED
558 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_dedent_raise PASSED
559 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_dedent_return PASSED
560 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_indent PASSED
561 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_indent2 PASSED
562 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_indent3 PASSED
563 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_indent4 PASSED
564 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_line_continuation PASSED
565 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push PASSED
566 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push2 PASSED
567 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push3 PASSED
568 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push_accepts_more PASSED
569 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push_accepts_more2 PASSED
570 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push_accepts_more3 PASSED
571 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push_accepts_more4 PASSED
572 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_push_accepts_more5 PASSED
573 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_reset PASSED
574 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_source PASSED
575 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_syntax_error PASSED
576 IPython/core/tests/test_inputsplitter.py::InputSplitterTestCase::test_unicode PASSED
577 IPython/core/tests/test_inputsplitter.py::InteractiveLoopTestCase::test_abc PASSED
578 IPython/core/tests/test_inputsplitter.py::InteractiveLoopTestCase::test_multi PASSED
579 IPython/core/tests/test_inputsplitter.py::InteractiveLoopTestCase::test_simple PASSED
580 IPython/core/tests/test_inputsplitter.py::InteractiveLoopTestCase::test_simple2 PASSED
581 IPython/core/tests/test_inputsplitter.py::InteractiveLoopTestCase::test_xy PASSED
582 IPython/core/tests/test_inputsplitter.py::LineModeCellMagics::test_cellmagic_help PASSED
583 IPython/core/tests/test_inputsplitter.py::LineModeCellMagics::test_incremental PASSED
584 IPython/core/tests/test_inputsplitter.py::LineModeCellMagics::test_whole_cell PASSED
585 IPython/core/tests/test_inputsplitter.py::NoInputEncodingTestCase::test PASSED
586 IPython/core/tests/test_inputsplitter.py::test_find_next_indent PASSED
587 IPython/core/tests/test_inputsplitter.py::test_get_input_encoding PASSED
588 IPython/core/tests/test_inputsplitter.py::test_last_blank PASSED
589 IPython/core/tests/test_inputsplitter.py::test_last_two_blanks PASSED
590 IPython/core/tests/test_inputsplitter.py::test_remove_comments PASSED
591 IPython/core/tests/test_inputsplitter.py::test_spaces PASSED
592 IPython/core/tests/test_inputtransformer.py::test_assemble_logical_lines PASSED
593 IPython/core/tests/test_inputtransformer.py::test_assemble_python_lines PASSED
594 IPython/core/tests/test_inputtransformer.py::test_assign_magic PASSED
595 IPython/core/tests/test_inputtransformer.py::test_assign_system PASSED
596 IPython/core/tests/test_inputtransformer.py::test_cellmagic PASSED
597 IPython/core/tests/test_inputtransformer.py::test_classic_prompt PASSED
598 IPython/core/tests/test_inputtransformer.py::test_escaped_help PASSED
599 IPython/core/tests/test_inputtransformer.py::test_escaped_magic PASSED
600 IPython/core/tests/test_inputtransformer.py::test_escaped_noesc PASSED
601 IPython/core/tests/test_inputtransformer.py::test_escaped_paren PASSED
602 IPython/core/tests/test_inputtransformer.py::test_escaped_quote PASSED
603 IPython/core/tests/test_inputtransformer.py::test_escaped_quote2 PASSED
604 IPython/core/tests/test_inputtransformer.py::test_escaped_shell PASSED
605 IPython/core/tests/test_inputtransformer.py::test_has_comment PASSED
606 IPython/core/tests/test_inputtransformer.py::test_help_end PASSED
607 IPython/core/tests/test_inputtransformer.py::test_ipy_prompt PASSED
608 IPython/core/tests/test_inputtransformer.py::test_token_input_transformer PASSED
609 IPython/core/tests/test_inputtransformer2.py::test_check_complete PASSED
610 IPython/core/tests/test_inputtransformer2.py::test_check_complete_II[async with example:\n pass-expected1] PASSED
611 IPython/core/tests/test_inputtransformer2.py::test_check_complete_II[async with example:\n pass\n -expected2] PASSED
612 IPython/core/tests/test_inputtransformer2.py::test_check_complete_II[def foo():\n """-expected0] PASSED
613 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[())(-expected7] PASSED
614 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[()](-expected9] PASSED
615 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[)(-expected3] PASSED
616 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[)-expected0] PASSED
617 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[)[](-expected8] PASSED
618 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[]()(-expected6] PASSED
619 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[]-expected1] PASSED
620 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[][-expected4] PASSED
621 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[}-expected2] PASSED
622 IPython/core/tests/test_inputtransformer2.py::test_check_complete_invalidates_sunken_brackets[}{-expected5] PASSED
623 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[(\n))-incomplete-0] PASSED
624 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[1\\\n+2-complete-None] PASSED
625 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[\\\r\n-incomplete-0] PASSED
626 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[a = '''\n hi-incomplete-3] PASSED
627 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[a = 1-complete-None] PASSED
628 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[a = [1,\n2,-incomplete-0] PASSED
629 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[a \\ -invalid-None] PASSED
630 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[def a():\n x=1\n global x-invalid-None] PASSED
631 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[for a in range(5):-incomplete-4] PASSED
632 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[for a in range(5):\n if a > 0:-incomplete-8] PASSED
633 IPython/core/tests/test_inputtransformer2.py::test_check_complete_param[raise = 2-invalid-None] PASSED
634 IPython/core/tests/test_inputtransformer2.py::test_check_make_token_by_line_never_ends_empty PASSED
635 IPython/core/tests/test_inputtransformer2.py::test_continued_line PASSED
636 IPython/core/tests/test_inputtransformer2.py::test_find_assign_magic PASSED
637 IPython/core/tests/test_inputtransformer2.py::test_find_assign_op_dedent PASSED
638 IPython/core/tests/test_inputtransformer2.py::test_find_assign_system PASSED
639 IPython/core/tests/test_inputtransformer2.py::test_find_autocalls PASSED
640 IPython/core/tests/test_inputtransformer2.py::test_find_help PASSED
641 IPython/core/tests/test_inputtransformer2.py::test_find_magic_escape PASSED
642 IPython/core/tests/test_inputtransformer2.py::test_null_cleanup_transformer PASSED
643 IPython/core/tests/test_inputtransformer2.py::test_side_effects_I PASSED
644 IPython/core/tests/test_inputtransformer2.py::test_side_effects_II PASSED
645 IPython/core/tests/test_inputtransformer2.py::test_transform_assign_magic PASSED
646 IPython/core/tests/test_inputtransformer2.py::test_transform_assign_system PASSED
647 IPython/core/tests/test_inputtransformer2.py::test_transform_autocall PASSED
648 IPython/core/tests/test_inputtransformer2.py::test_transform_help PASSED
649 IPython/core/tests/test_inputtransformer2.py::test_transform_magic_escape PASSED
650 IPython/core/tests/test_inputtransformer2_line.py::test_cell_magic PASSED
651 IPython/core/tests/test_inputtransformer2_line.py::test_classic_prompt PASSED
652 IPython/core/tests/test_inputtransformer2_line.py::test_crlf_magic PASSED
653 IPython/core/tests/test_inputtransformer2_line.py::test_ipython_prompt PASSED
654 IPython/core/tests/test_inputtransformer2_line.py::test_leading_empty_lines PASSED
655 IPython/core/tests/test_inputtransformer2_line.py::test_leading_indent PASSED
656 IPython/core/tests/test_interactiveshell.py::ExitCodeChecks::test_exit_code_error PASSED
657 IPython/core/tests/test_interactiveshell.py::ExitCodeChecks::test_exit_code_ok PASSED
658 IPython/core/tests/test_interactiveshell.py::ExitCodeChecks::test_exit_code_signal PASSED
659 IPython/core/tests/test_interactiveshell.py::ExitCodeChecks::test_exit_code_signal_csh PASSED
660 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_In_variable PASSED
661 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_bad_custom_tb PASSED
662 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_bad_custom_tb_return PASSED
663 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_bad_var_expand PASSED
664 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_can_pickle PASSED
665 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_custom_exception PASSED
666 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_custom_syntaxerror_exception PASSED
667 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_dont_cache_with_semicolon PASSED
668 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_drop_by_id PASSED
669 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_future_flags PASSED
670 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_get_exception_only PASSED
671 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_gh_597 PASSED
672 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_global_ns PASSED
673 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_inspect_text PASSED
674 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_last_execution_result PASSED
675 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_magic_names_in_string PASSED
676 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_mktempfile PASSED
677 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_multiline_string_cells PASSED
678 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_naked_string_cells PASSED
679 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_new_main_mod PASSED
680 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_ofind_cell_magic PASSED
681 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_ofind_line_magic PASSED
682 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_ofind_multiple_attribute_lookups PASSED
683 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_ofind_prefers_property_to_instance_level_attribute PASSED
684 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_ofind_property_with_error PASSED
685 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_ofind_slotted_attributes PASSED
686 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_open_standard_error_stream PASSED
687 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_open_standard_input_stream PASSED
688 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_open_standard_output_stream PASSED
689 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_reset_aliasing PASSED
690 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_run_cell_multiline PASSED
691 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_run_empty_cell PASSED
692 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_showtraceback_with_surrogates PASSED
693 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_silent_noadvance PASSED
694 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_silent_nodisplayhook PASSED
695 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_silent_postexec PASSED
696 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_syntax_error PASSED
697 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_trailing_newline PASSED
698 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_var_expand PASSED
699 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_var_expand_local PASSED
700 IPython/core/tests/test_interactiveshell.py::InteractiveShellTestCase::test_var_expand_self PASSED
701 IPython/core/tests/test_interactiveshell.py::TestAstTransform2::test_run_cell PASSED
702 IPython/core/tests/test_interactiveshell.py::TestAstTransform2::test_run_cell_non_int PASSED
703 IPython/core/tests/test_interactiveshell.py::TestAstTransform2::test_timeit PASSED
704 IPython/core/tests/test_interactiveshell.py::TestAstTransform::test_macro PASSED
705 IPython/core/tests/test_interactiveshell.py::TestAstTransform::test_non_int_const PASSED
706 IPython/core/tests/test_interactiveshell.py::TestAstTransform::test_run_cell PASSED
707 IPython/core/tests/test_interactiveshell.py::TestAstTransform::test_time PASSED
708 IPython/core/tests/test_interactiveshell.py::TestAstTransform::test_timeit PASSED
709 IPython/core/tests/test_interactiveshell.py::TestAstTransformError::test_unregistering PASSED
710 IPython/core/tests/test_interactiveshell.py::TestAstTransformInputRejection::test_input_rejection PASSED
711 IPython/core/tests/test_interactiveshell.py::TestImportNoDeprecate::test_no_dep PASSED
712 IPython/core/tests/test_interactiveshell.py::TestMiscTransform::test_transform_only_once PASSED
713 IPython/core/tests/test_interactiveshell.py::TestModules::test_extraneous_loads PASSED
714 IPython/core/tests/test_interactiveshell.py::TestSafeExecfileNonAsciiPath::test_1 PASSED
715 IPython/core/tests/test_interactiveshell.py::TestShowTracebackAttack::test_set_show_tracebacks_none PASSED
716 IPython/core/tests/test_interactiveshell.py::TestShowTracebackAttack::test_set_show_tracebacks_noop PASSED
717 IPython/core/tests/test_interactiveshell.py::TestSyntaxErrorTransformer::test_syntaxerror_input_transformer PASSED
718 IPython/core/tests/test_interactiveshell.py::TestSystemPipedExitCode::test_exit_code_error PASSED
719 IPython/core/tests/test_interactiveshell.py::TestSystemPipedExitCode::test_exit_code_ok PASSED
720 IPython/core/tests/test_interactiveshell.py::TestSystemPipedExitCode::test_exit_code_signal PASSED
721 IPython/core/tests/test_interactiveshell.py::TestSystemPipedExitCode::test_exit_code_signal_csh PASSED
722 IPython/core/tests/test_interactiveshell.py::TestSystemRaw::test_1 PASSED
723 IPython/core/tests/test_interactiveshell.py::TestSystemRaw::test_control_c PASSED
724 IPython/core/tests/test_interactiveshell.py::TestSystemRaw::test_exit_code_error PASSED
725 IPython/core/tests/test_interactiveshell.py::TestSystemRaw::test_exit_code_ok PASSED
726 IPython/core/tests/test_interactiveshell.py::TestSystemRaw::test_exit_code_signal PASSED
727 IPython/core/tests/test_interactiveshell.py::TestSystemRaw::test_exit_code_signal_csh PASSED
728 IPython/core/tests/test_interactiveshell.py::TestWarningSuppression::test_deprecation_warning PASSED
729 IPython/core/tests/test_interactiveshell.py::TestWarningSuppression::test_warning_suppression PASSED
730 IPython/core/tests/test_interactiveshell.py::test__IPYTHON__ PASSED
731 IPython/core/tests/test_interactiveshell.py::test_custom_exc_count PASSED
732 IPython/core/tests/test_interactiveshell.py::test_magic_warnings[cd] PASSED
733 IPython/core/tests/test_interactiveshell.py::test_magic_warnings[conda] PASSED
734 IPython/core/tests/test_interactiveshell.py::test_magic_warnings[pip] PASSED
735 IPython/core/tests/test_interactiveshell.py::test_run_cell_async PASSED
736 IPython/core/tests/test_interactiveshell.py::test_run_cell_asyncio_run PASSED
737 IPython/core/tests/test_interactiveshell.py::test_run_cell_await PASSED
738 IPython/core/tests/test_interactiveshell.py::test_set_custom_completer PASSED
739 IPython/core/tests/test_interactiveshell.py::test_should_run_async PASSED
740 IPython/core/tests/test_interactiveshell.py::test_user_expression PASSED
741 IPython/core/tests/test_interactiveshell.py::test_user_variables PASSED
742 IPython/core/tests/test_iplib.py::IPython.core.tests.test_iplib.doctest_tb_context PASSED
743 IPython/core/tests/test_iplib.py::IPython.core.tests.test_iplib.doctest_tb_plain PASSED
744 IPython/core/tests/test_iplib.py::IPython.core.tests.test_iplib.doctest_tb_sysexit PASSED
745 IPython/core/tests/test_iplib.py::IPython.core.tests.test_iplib.doctest_tb_verbose PASSED
746 IPython/core/tests/test_iplib.py::test_db PASSED
747 IPython/core/tests/test_iplib.py::test_reset PASSED
748 IPython/core/tests/test_iplib.py::test_run_cell PASSED
749 IPython/core/tests/test_logger.py::test_logstart_inaccessible_file PASSED
750 IPython/core/tests/test_logger.py::test_logstart_unicode PASSED
751 IPython/core/tests/test_magic.py::CellMagicTestCase::test_cell_magic_class PASSED
752 IPython/core/tests/test_magic.py::CellMagicTestCase::test_cell_magic_class2 PASSED
753 IPython/core/tests/test_magic.py::CellMagicTestCase::test_cell_magic_func_deco PASSED
754 IPython/core/tests/test_magic.py::CellMagicTestCase::test_cell_magic_reg PASSED
755 IPython/core/tests/test_magic.py::IPython.core.tests.test_magic.doctest_hist_f PASSED
756 IPython/core/tests/test_magic.py::IPython.core.tests.test_magic.doctest_hist_op PASSED
757 IPython/core/tests/test_magic.py::IPython.core.tests.test_magic.doctest_precision PASSED
758 IPython/core/tests/test_magic.py::IPython.core.tests.test_magic.doctest_who PASSED
759 IPython/core/tests/test_magic.py::IPython.core.tests.test_magic.test_debug_magic PASSED
760 IPython/core/tests/test_magic.py::IPython.core.tests.test_magic.test_debug_magic_locals PASSED
761 IPython/core/tests/test_magic.py::TestEnv::test_env PASSED
762 IPython/core/tests/test_magic.py::TestEnv::test_env_get_set_complex PASSED
763 IPython/core/tests/test_magic.py::TestEnv::test_env_get_set_simple PASSED
764 IPython/core/tests/test_magic.py::TestEnv::test_env_secret PASSED
765 IPython/core/tests/test_magic.py::TestEnv::test_env_set_bad_input PASSED
766 IPython/core/tests/test_magic.py::TestEnv::test_env_set_whitespace PASSED
767 IPython/core/tests/test_magic.py::TestResetErrors::test_reset_redefine PASSED
768 IPython/core/tests/test_magic.py::TestXdel::test_xdel PASSED
769 IPython/core/tests/test_magic.py::test_alias_magic PASSED
770 IPython/core/tests/test_magic.py::test_bookmark PASSED
771 IPython/core/tests/test_magic.py::test_capture PASSED
772 IPython/core/tests/test_magic.py::test_cd_force_quiet PASSED
773 IPython/core/tests/test_magic.py::test_cell_magic_not_found PASSED
774 IPython/core/tests/test_magic.py::test_config PASSED
775 IPython/core/tests/test_magic.py::test_config_available_configs PASSED
776 IPython/core/tests/test_magic.py::test_config_print_class PASSED
777 IPython/core/tests/test_magic.py::test_debug_magic PASSED
778 IPython/core/tests/test_magic.py::test_debug_magic_locals PASSED
779 IPython/core/tests/test_magic.py::test_dirops PASSED
780 IPython/core/tests/test_magic.py::test_doctest_mode PASSED
781 IPython/core/tests/test_magic.py::test_edit_cell PASSED
782 IPython/core/tests/test_magic.py::test_edit_fname PASSED
783 IPython/core/tests/test_magic.py::test_edit_interactive PASSED
784 IPython/core/tests/test_magic.py::test_extension PASSED
785 IPython/core/tests/test_magic.py::test_extract_code_ranges PASSED
786 IPython/core/tests/test_magic.py::test_extract_symbols PASSED
787 IPython/core/tests/test_magic.py::test_extract_symbols_raises_exception_with_non_python_code PASSED
788 IPython/core/tests/test_magic.py::test_file PASSED
789 IPython/core/tests/test_magic.py::test_file_amend PASSED
790 IPython/core/tests/test_magic.py::test_file_double_quote PASSED
791 IPython/core/tests/test_magic.py::test_file_single_quote PASSED
792 IPython/core/tests/test_magic.py::test_file_spaces PASSED
793 IPython/core/tests/test_magic.py::test_file_unicode PASSED
794 IPython/core/tests/test_magic.py::test_file_var_expand PASSED
795 IPython/core/tests/test_magic.py::test_hist_pof PASSED
796 IPython/core/tests/test_magic.py::test_lazy_magics PASSED
797 IPython/core/tests/test_magic.py::test_line_cell_info PASSED
798 IPython/core/tests/test_magic.py::test_logging_magic_not_quiet PASSED
799 IPython/core/tests/test_magic.py::test_logging_magic_quiet_from_arg PASSED
800 IPython/core/tests/test_magic.py::test_logging_magic_quiet_from_config PASSED
801 IPython/core/tests/test_magic.py::test_ls_magic PASSED
802 IPython/core/tests/test_magic.py::test_macro PASSED
803 IPython/core/tests/test_magic.py::test_macro_run PASSED
804 IPython/core/tests/test_magic.py::test_magic_error_status PASSED
805 IPython/core/tests/test_magic.py::test_magic_magic PASSED
806 IPython/core/tests/test_magic.py::test_magic_not_found PASSED
807 IPython/core/tests/test_magic.py::test_magic_parse_long_options PASSED
808 IPython/core/tests/test_magic.py::test_magic_parse_options PASSED
809 IPython/core/tests/test_magic.py::test_multiline_time PASSED
810 IPython/core/tests/test_magic.py::test_multiple_magics PASSED
811 IPython/core/tests/test_magic.py::test_notebook_export_json PASSED
812 IPython/core/tests/test_magic.py::test_numpy_reset_array_undec SKIPPED
813 IPython/core/tests/test_magic.py::test_parse_options PASSED
814 IPython/core/tests/test_magic.py::test_parse_options_preserve_non_option_string PASSED
815 IPython/core/tests/test_magic.py::test_prun_quotes PASSED
816 IPython/core/tests/test_magic.py::test_prun_special_syntax PASSED
817 IPython/core/tests/test_magic.py::test_psearch PASSED
818 IPython/core/tests/test_magic.py::test_rehashx PASSED
819 IPython/core/tests/test_magic.py::test_reset_dhist PASSED
820 IPython/core/tests/test_magic.py::test_reset_hard PASSED
821 IPython/core/tests/test_magic.py::test_reset_in PASSED
822 IPython/core/tests/test_magic.py::test_reset_in_length PASSED
823 IPython/core/tests/test_magic.py::test_reset_out PASSED
824 IPython/core/tests/test_magic.py::test_run_magic_preserve_code_block PASSED
825 IPython/core/tests/test_magic.py::test_run_module_from_import_hook PASSED
826 IPython/core/tests/test_magic.py::test_save PASSED
827 IPython/core/tests/test_magic.py::test_save_with_no_args PASSED
828 IPython/core/tests/test_magic.py::test_script_bg_err PASSED
829 IPython/core/tests/test_magic.py::test_script_bg_out PASSED
830 IPython/core/tests/test_magic.py::test_script_bg_out_err PASSED
831 IPython/core/tests/test_magic.py::test_script_bg_proc PASSED
832 IPython/core/tests/test_magic.py::test_script_config PASSED
833 IPython/core/tests/test_magic.py::test_script_defaults PASSED
834 IPython/core/tests/test_magic.py::test_script_err PASSED
835 IPython/core/tests/test_magic.py::test_script_out PASSED
836 IPython/core/tests/test_magic.py::test_script_out_err PASSED
837 IPython/core/tests/test_magic.py::test_store PASSED
838 IPython/core/tests/test_magic.py::test_strip_initial_indent PASSED
839 IPython/core/tests/test_magic.py::test_tb_syntaxerror PASSED
840 IPython/core/tests/test_magic.py::test_time PASSED
841 IPython/core/tests/test_magic.py::test_time2 PASSED
842 IPython/core/tests/test_magic.py::test_time3 PASSED
843 IPython/core/tests/test_magic.py::test_time_last_not_expression PASSED
844 IPython/core/tests/test_magic.py::test_time_local_ns PASSED
845 IPython/core/tests/test_magic.py::test_time_no_output_with_semicolon PASSED
846 IPython/core/tests/test_magic.py::test_time_no_var_expand PASSED
847 IPython/core/tests/test_magic.py::test_timeit_arguments PASSED
848 IPython/core/tests/test_magic.py::test_timeit_invalid_return PASSED
849 IPython/core/tests/test_magic.py::test_timeit_quiet PASSED
850 IPython/core/tests/test_magic.py::test_timeit_return PASSED
851 IPython/core/tests/test_magic.py::test_timeit_return_quiet PASSED
852 IPython/core/tests/test_magic.py::test_timeit_shlex PASSED
853 IPython/core/tests/test_magic.py::test_timeit_special_syntax PASSED
854 IPython/core/tests/test_magic.py::test_whos PASSED
855 IPython/core/tests/test_magic.py::test_xmode PASSED
856 IPython/core/tests/test_magic_arguments.py::test_magic_arguments PASSED
857 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste PASSED
858 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_echo PASSED
859 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_email PASSED
860 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_email2 PASSED
861 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_email_py PASSED
862 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_leading_commas PASSED
863 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_py_multi PASSED
864 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_py_multi_r PASSED
865 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_pyprompt PASSED
866 IPython/core/tests/test_magic_terminal.py::PasteTestCase::test_paste_trailing_question PASSED
867 IPython/core/tests/test_magic_terminal.py::test_cpaste PASSED
868 IPython/core/tests/test_oinspect.py::test_bool_raise PASSED
869 IPython/core/tests/test_oinspect.py::test_builtin_init PASSED
870 IPython/core/tests/test_oinspect.py::test_calldef_none PASSED
871 IPython/core/tests/test_oinspect.py::test_class_signature PASSED
872 IPython/core/tests/test_oinspect.py::test_definition_kwonlyargs PASSED
873 IPython/core/tests/test_oinspect.py::test_empty_property_has_no_source PASSED
874 IPython/core/tests/test_oinspect.py::test_find_file PASSED
875 IPython/core/tests/test_oinspect.py::test_find_file_decorated1 PASSED
876 IPython/core/tests/test_oinspect.py::test_find_file_decorated2 PASSED
877 IPython/core/tests/test_oinspect.py::test_find_file_magic PASSED
878 IPython/core/tests/test_oinspect.py::test_find_source_lines PASSED
879 IPython/core/tests/test_oinspect.py::test_getdoc PASSED
880 IPython/core/tests/test_oinspect.py::test_getsource PASSED
881 IPython/core/tests/test_oinspect.py::test_info PASSED
882 IPython/core/tests/test_oinspect.py::test_info_awkward PASSED
883 IPython/core/tests/test_oinspect.py::test_info_serialliar PASSED
884 IPython/core/tests/test_oinspect.py::test_init_colors PASSED
885 IPython/core/tests/test_oinspect.py::test_inspect_getfile_raises_exception PASSED
886 IPython/core/tests/test_oinspect.py::test_pdef PASSED
887 IPython/core/tests/test_oinspect.py::test_pinfo_bool_raise PASSED
888 IPython/core/tests/test_oinspect.py::test_pinfo_docstring_dynamic PASSED
889 IPython/core/tests/test_oinspect.py::test_pinfo_docstring_if_detail_and_no_source PASSED
890 IPython/core/tests/test_oinspect.py::test_pinfo_docstring_no_source PASSED
891 IPython/core/tests/test_oinspect.py::test_pinfo_getindex PASSED
892 IPython/core/tests/test_oinspect.py::test_pinfo_magic PASSED
893 IPython/core/tests/test_oinspect.py::test_pinfo_no_docstring_if_source PASSED
894 IPython/core/tests/test_oinspect.py::test_pinfo_nonascii PASSED
895 IPython/core/tests/test_oinspect.py::test_pinfo_type PASSED
896 IPython/core/tests/test_oinspect.py::test_property_docstring_is_in_info_for_detail_level_0 PASSED
897 IPython/core/tests/test_oinspect.py::test_property_sources PASSED
898 IPython/core/tests/test_oinspect.py::test_qmark_getindex PASSED
899 IPython/core/tests/test_oinspect.py::test_qmark_getindex_negatif PASSED
900 IPython/core/tests/test_oinspect.py::test_render_signature_long PASSED
901 IPython/core/tests/test_oinspect.py::test_render_signature_short PASSED
902 IPython/core/tests/test_page.py::test_detect_screen_size PASSED
903 IPython/core/tests/test_paths.py::test_get_ipython_cache_dir PASSED
904 IPython/core/tests/test_paths.py::test_get_ipython_dir_1 PASSED
905 IPython/core/tests/test_paths.py::test_get_ipython_dir_2 PASSED
906 IPython/core/tests/test_paths.py::test_get_ipython_dir_3 PASSED
907 IPython/core/tests/test_paths.py::test_get_ipython_dir_4 PASSED
908 IPython/core/tests/test_paths.py::test_get_ipython_dir_5 PASSED
909 IPython/core/tests/test_paths.py::test_get_ipython_dir_6 PASSED
910 IPython/core/tests/test_paths.py::test_get_ipython_dir_7 PASSED
911 IPython/core/tests/test_paths.py::test_get_ipython_dir_8 PASSED
912 IPython/core/tests/test_paths.py::test_get_ipython_module_path PASSED
913 IPython/core/tests/test_paths.py::test_get_ipython_package_dir PASSED
914 IPython/core/tests/test_prefilter.py::test_autocall_binops PASSED
915 IPython/core/tests/test_prefilter.py::test_autocall_should_support_unicode PASSED
916 IPython/core/tests/test_prefilter.py::test_issue_114 PASSED
917 IPython/core/tests/test_prefilter.py::test_prefilter PASSED
918 IPython/core/tests/test_prefilter.py::test_prefilter_attribute_errors PASSED
919 IPython/core/tests/test_prefilter.py::test_prefilter_shadowed PASSED
920 IPython/core/tests/test_profile.py::ProfileStartupTest::test_startup_ipy PASSED
921 IPython/core/tests/test_profile.py::ProfileStartupTest::test_startup_py PASSED
922 IPython/core/tests/test_profile.py::test_list_bundled_profiles PASSED
923 IPython/core/tests/test_profile.py::test_list_profiles_in PASSED
924 IPython/core/tests/test_profile.py::test_profile_create_ipython_dir PASSED
925 IPython/core/tests/test_prompts.py::PromptTests::test_lazy_eval_float PASSED
926 IPython/core/tests/test_prompts.py::PromptTests::test_lazy_eval_nonascii_bytes PASSED
927 IPython/core/tests/test_prompts.py::PromptTests::test_lazy_eval_unicode PASSED
928 IPython/core/tests/test_run.py::IPython.core.tests.test_run.doctest_refbug PASSED
929 IPython/core/tests/test_run.py::IPython.core.tests.test_run.doctest_reset_del PASSED
930 IPython/core/tests/test_run.py::IPython.core.tests.test_run.doctest_run_builtins PASSED
931 IPython/core/tests/test_run.py::IPython.core.tests.test_run.doctest_run_option_parser PASSED
932 IPython/core/tests/test_run.py::IPython.core.tests.test_run.doctest_run_option_parser_for_posix PASSED
933 IPython/core/tests/test_run.py::IPython.core.tests.test_run.doctest_run_option_parser_for_windows SKIPPED
934 IPython/core/tests/test_run.py::TestMagicRunPass::test_builtins_id PASSED
935 IPython/core/tests/test_run.py::TestMagicRunPass::test_builtins_type PASSED
936 IPython/core/tests/test_run.py::TestMagicRunPass::test_run_debug_twice PASSED
937 IPython/core/tests/test_run.py::TestMagicRunPass::test_run_debug_twice_with_breakpoint PASSED
938 IPython/core/tests/test_run.py::TestMagicRunPass::test_run_profile PASSED
939 IPython/core/tests/test_run.py::TestMagicRunSimple::test_aggressive_namespace_cleanup PASSED
940 IPython/core/tests/test_run.py::TestMagicRunSimple::test_file_options PASSED
941 IPython/core/tests/test_run.py::TestMagicRunSimple::test_ignore_sys_exit PASSED
942 IPython/core/tests/test_run.py::TestMagicRunSimple::test_obj_del PASSED
943 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_formatting PASSED
944 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_i_after_reset PASSED
945 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_ipy_file_attribute PASSED
946 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_nb PASSED
947 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_nb_error PASSED
948 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_py_file_attribute PASSED
949 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_second PASSED
950 IPython/core/tests/test_run.py::TestMagicRunSimple::test_simpledef PASSED
951 IPython/core/tests/test_run.py::TestMagicRunSimple::test_tclass PASSED
952 IPython/core/tests/test_run.py::TestMagicRunSimple::test_unicode PASSED
953 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_debug_run_submodule_with_absolute_import PASSED
954 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_debug_run_submodule_with_relative_import PASSED
955 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_module_options PASSED
956 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_module_options_with_separator PASSED
957 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_prun_submodule_with_absolute_import PASSED
958 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_prun_submodule_with_relative_import PASSED
959 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_run_submodule_with_absolute_import PASSED
960 IPython/core/tests/test_run.py::TestMagicRunWithPackage::test_run_submodule_with_relative_import PASSED
961 IPython/core/tests/test_run.py::test_multiprocessing_run PASSED
962 IPython/core/tests/test_run.py::test_run__name__ PASSED
963 IPython/core/tests/test_run.py::test_run_tb PASSED
964 IPython/core/tests/test_run.py::test_script_tb PASSED
965 IPython/core/tests/test_shellapp.py::TestFileToRun::test_ipy_script_file_attribute PASSED
966 IPython/core/tests/test_shellapp.py::TestFileToRun::test_py_script_file_attribute PASSED
967 IPython/core/tests/test_shellapp.py::TestFileToRun::test_py_script_file_attribute_interactively PASSED
968 IPython/core/tests/test_splitinput.py::test_LineInfo PASSED
969 IPython/core/tests/test_splitinput.py::test_split_user_input PASSED
970 IPython/core/tests/test_ultratb.py::ChangedPyFileTest::test_changing_py_file PASSED
971 IPython/core/tests/test_ultratb.py::IndentationErrorTest::test_indentationerror_shows_line PASSED
972 IPython/core/tests/test_ultratb.py::MemoryErrorTest::test_memoryerror PASSED
973 IPython/core/tests/test_ultratb.py::NestedGenExprTestCase::test_nested_genexpr PASSED
974 IPython/core/tests/test_ultratb.py::NonAsciiTest::test_iso8859_5 PASSED
975 IPython/core/tests/test_ultratb.py::NonAsciiTest::test_nonascii_msg PASSED
976 IPython/core/tests/test_ultratb.py::NonAsciiTest::test_nonascii_path PASSED
977 IPython/core/tests/test_ultratb.py::PEP678NotesReportingTest::test_plain_reports_notes PASSED
978 IPython/core/tests/test_ultratb.py::PEP678NotesReportingTest::test_verbose_reports_notes PASSED
979 IPython/core/tests/test_ultratb.py::Python3ChainedExceptionsTest::test_direct_cause_error PASSED
980 IPython/core/tests/test_ultratb.py::Python3ChainedExceptionsTest::test_exception_during_handling_error PASSED
981 IPython/core/tests/test_ultratb.py::Python3ChainedExceptionsTest::test_plain_direct_cause_error PASSED
982 IPython/core/tests/test_ultratb.py::Python3ChainedExceptionsTest::test_plain_exception_during_handling_error PASSED
983 IPython/core/tests/test_ultratb.py::Python3ChainedExceptionsTest::test_plain_suppress_exception_chaining PASSED
984 IPython/core/tests/test_ultratb.py::Python3ChainedExceptionsTest::test_suppress_exception_chaining PASSED
985 IPython/core/tests/test_ultratb.py::RecursionTest::test_no_recursion PASSED
986 IPython/core/tests/test_ultratb.py::RecursionTest::test_recursion_one_frame PASSED
987 IPython/core/tests/test_ultratb.py::RecursionTest::test_recursion_three_frames PASSED
988 IPython/core/tests/test_ultratb.py::SyntaxErrorTest::test_changing_py_file PASSED
989 IPython/core/tests/test_ultratb.py::SyntaxErrorTest::test_non_syntaxerror PASSED
990 IPython/core/tests/test_ultratb.py::SyntaxErrorTest::test_syntaxerror_no_stacktrace_at_compile_time PASSED
991 IPython/core/tests/test_ultratb.py::SyntaxErrorTest::test_syntaxerror_stacktrace_when_running_compiled_code PASSED
992 IPython/core/tests/test_ultratb.py::test_handlers PASSED
993 IPython/extensions/autoreload.py::IPython.extensions.autoreload SKIPPED
994 IPython/extensions/storemagic.py::IPython.extensions.storemagic.StoreMagics.store SKIPPED
995 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_aimport_parsing PASSED
996 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_autoload_newly_added_objects PASSED
997 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_autoreload_output PASSED
998 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_comparing_numpy_structures SKIPPED
999 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_reload_class_attributes PASSED
1000 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_reload_class_type PASSED
1001 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_reload_enums PASSED
1002 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_smoketest_aimport PASSED
1003 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_smoketest_autoreload PASSED
1004 IPython/extensions/tests/test_autoreload.py::TestAutoreload::test_verbose_names PASSED
1005 IPython/extensions/tests/test_storemagic.py::test_autorestore PASSED
1006 IPython/extensions/tests/test_storemagic.py::test_store_restore PASSED
1007 IPython/external/tests/test_qt_loaders.py::test_import_denier PASSED
1008 IPython/lib/display.py::IPython.lib.display.Audio SKIPPED (could not...)
1009 IPython/lib/lexers.py::IPython.lib.lexers.IPythonConsoleLexer PASSED
1010 IPython/lib/tests/test_backgroundjobs.py::test_dead PASSED
1011 IPython/lib/tests/test_backgroundjobs.py::test_flush PASSED
1012 IPython/lib/tests/test_backgroundjobs.py::test_longer PASSED
1013 IPython/lib/tests/test_backgroundjobs.py::test_result PASSED
1014 IPython/lib/tests/test_clipboard.py::test_clipboard_get SKIPPED (Ski...)
1015 IPython/lib/tests/test_deepreload.py::test_deepreload PASSED
1016 IPython/lib/tests/test_deepreload.py::test_not_in_sys_modules PASSED
1017 IPython/lib/tests/test_deepreload.py::test_not_module PASSED
1018 IPython/lib/tests/test_display.py::TestAudioDataWithNumpy::test_audio_data_normalization SKIPPED
1019 IPython/lib/tests/test_display.py::TestAudioDataWithNumpy::test_audio_data_without_normalization SKIPPED
1020 IPython/lib/tests/test_display.py::TestAudioDataWithNumpy::test_audio_data_without_normalization_raises_for_invalid_data PASSED
1021 IPython/lib/tests/test_display.py::TestAudioDataWithNumpy::test_audio_from_list SKIPPED
1022 IPython/lib/tests/test_display.py::TestAudioDataWithNumpy::test_audio_from_numpy_array SKIPPED
1023 IPython/lib/tests/test_display.py::TestAudioDataWithNumpy::test_audio_from_numpy_array_without_rate_raises SKIPPED
1024 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_data_normalization SKIPPED
1025 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_data_without_normalization SKIPPED
1026 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_data_without_normalization_raises_for_invalid_data PASSED
1027 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_from_list SKIPPED
1028 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_from_numpy_array SKIPPED
1029 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_from_numpy_array_without_rate_raises SKIPPED
1030 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy::test_audio_raises_for_nested_list SKIPPED
1031 IPython/lib/tests/test_display.py::test_audio_from_file PASSED
1032 IPython/lib/tests/test_display.py::test_code_from_file PASSED
1033 IPython/lib/tests/test_display.py::test_error_on_directory_to_FileLink PASSED
1034 IPython/lib/tests/test_display.py::test_error_on_file_to_FileLinks PASSED
1035 IPython/lib/tests/test_display.py::test_existing_path_FileLink PASSED
1036 IPython/lib/tests/test_display.py::test_existing_path_FileLink_repr PASSED
1037 IPython/lib/tests/test_display.py::test_existing_path_FileLinks PASSED
1038 IPython/lib/tests/test_display.py::test_existing_path_FileLinks_alt_formatter PASSED
1039 IPython/lib/tests/test_display.py::test_existing_path_FileLinks_repr PASSED
1040 IPython/lib/tests/test_display.py::test_existing_path_FileLinks_repr_alt_formatter PASSED
1041 IPython/lib/tests/test_display.py::test_instantiation_FileLink PASSED
1042 IPython/lib/tests/test_display.py::test_instantiation_FileLinks PASSED
1043 IPython/lib/tests/test_display.py::test_recursive_FileLinks PASSED
1044 IPython/lib/tests/test_display.py::test_warning_on_non_existent_path_FileLink PASSED
1045 IPython/lib/tests/test_display.py::test_warning_on_non_existent_path_FileLinks PASSED
1046 IPython/lib/tests/test_editorhooks.py::test_install_editor PASSED
1047 IPython/lib/tests/test_imports.py::test_import_backgroundjobs PASSED
1048 IPython/lib/tests/test_imports.py::test_import_deepreload PASSED
1049 IPython/lib/tests/test_imports.py::test_import_demo PASSED
1050 IPython/lib/tests/test_latextools.py::test_check_latex_to_png_dvipng_fails_when_no_cmd[dvipng] PASSED
1051 IPython/lib/tests/test_latextools.py::test_check_latex_to_png_dvipng_fails_when_no_cmd[latex] PASSED
1052 IPython/lib/tests/test_latextools.py::test_genelatex_no_wrap PASSED
1053 IPython/lib/tests/test_latextools.py::test_genelatex_wrap_with_breqn PASSED
1054 IPython/lib/tests/test_latextools.py::test_genelatex_wrap_without_breqn PASSED
1055 IPython/lib/tests/test_latextools.py::test_latex_to_html SKIPPED (Th...)
1056 IPython/lib/tests/test_latextools.py::test_latex_to_png_color SKIPPED
1057 IPython/lib/tests/test_latextools.py::test_latex_to_png_dvipng_runs[$$x^2$$-False] SKIPPED
1058 IPython/lib/tests/test_latextools.py::test_latex_to_png_dvipng_runs[x^2-True] SKIPPED
1059 IPython/lib/tests/test_latextools.py::test_latex_to_png_invalid_hex_colors PASSED
1060 IPython/lib/tests/test_latextools.py::test_latex_to_png_mpl_runs[s_wrap0-no_op] SKIPPED
1061 IPython/lib/tests/test_latextools.py::test_latex_to_png_mpl_runs[s_wrap0-patch_latextool] SKIPPED
1062 IPython/lib/tests/test_latextools.py::test_latex_to_png_mpl_runs[s_wrap1-no_op] SKIPPED
1063 IPython/lib/tests/test_latextools.py::test_latex_to_png_mpl_runs[s_wrap1-patch_latextool] SKIPPED
1064 IPython/lib/tests/test_lexers.py::TestLexers::testIPythonLexer PASSED
1065 IPython/lib/tests/test_pretty.py::TestsPretty::test_long_dict PASSED
1066 IPython/lib/tests/test_pretty.py::TestsPretty::test_long_list PASSED
1067 IPython/lib/tests/test_pretty.py::TestsPretty::test_long_set PASSED
1068 IPython/lib/tests/test_pretty.py::TestsPretty::test_long_tuple PASSED
1069 IPython/lib/tests/test_pretty.py::TestsPretty::test_super_repr PASSED
1070 IPython/lib/tests/test_pretty.py::TestsPretty::test_unbound_method PASSED
1071 IPython/lib/tests/test_pretty.py::test_bad_repr PASSED
1072 IPython/lib/tests/test_pretty.py::test_basic_class PASSED
1073 IPython/lib/tests/test_pretty.py::test_callability_checking PASSED
1074 IPython/lib/tests/test_pretty.py::test_collections_counter PASSED
1075 IPython/lib/tests/test_pretty.py::test_collections_defaultdict PASSED
1076 IPython/lib/tests/test_pretty.py::test_collections_deque PASSED
1077 IPython/lib/tests/test_pretty.py::test_collections_ordereddict PASSED
1078 IPython/lib/tests/test_pretty.py::test_collections_userlist PASSED
1079 IPython/lib/tests/test_pretty.py::test_custom_repr PASSED
1080 IPython/lib/tests/test_pretty.py::test_dispatch PASSED
1081 IPython/lib/tests/test_pretty.py::test_function_pretty PASSED
1082 IPython/lib/tests/test_pretty.py::test_indentation PASSED
1083 IPython/lib/tests/test_pretty.py::test_mappingproxy PASSED
1084 IPython/lib/tests/test_pretty.py::test_metaclass_repr PASSED
1085 IPython/lib/tests/test_pretty.py::test_pprint_break PASSED
1086 IPython/lib/tests/test_pretty.py::test_pprint_break_repr PASSED
1087 IPython/lib/tests/test_pretty.py::test_pprint_heap_allocated_type PASSED
1088 IPython/lib/tests/test_pretty.py::test_pprint_nomod PASSED
1089 IPython/lib/tests/test_pretty.py::test_pretty_environ PASSED
1090 IPython/lib/tests/test_pretty.py::test_really_bad_repr PASSED
1091 IPython/lib/tests/test_pretty.py::test_sets[obj0-set()] PASSED
1092 IPython/lib/tests/test_pretty.py::test_sets[obj1-frozenset()] PASSED
1093 IPython/lib/tests/test_pretty.py::test_sets[obj2-{1}] PASSED
1094 IPython/lib/tests/test_pretty.py::test_sets[obj3-frozenset({1})] PASSED
1095 IPython/lib/tests/test_pretty.py::test_sets[obj4-{1, 2}] PASSED
1096 IPython/lib/tests/test_pretty.py::test_sets[obj5-frozenset({1, 2})] PASSED
1097 IPython/lib/tests/test_pretty.py::test_sets[obj6-{-3, -2, -1}] PASSED
1098 IPython/lib/tests/test_pretty.py::test_simplenamespace PASSED
1099 IPython/lib/tests/test_pretty.py::test_unicode_repr PASSED
1100 IPython/lib/tests/test_pygments.py::test_pygments_entry_points[IPython console session] PASSED
1101 IPython/lib/tests/test_pygments.py::test_pygments_entry_points[IPython3] PASSED
1102 IPython/lib/tests/test_pygments.py::test_pygments_entry_points[IPython] PASSED
1103 IPython/terminal/magics.py::IPython.terminal.magics.TerminalMagics.cpaste SKIPPED
1104 IPython/terminal/tests/test_debug_magic.py::test_debug_magic_passes_through_generators PASSED
1105 IPython/terminal/tests/test_embed.py::test_ipython_embed PASSED
1106 IPython/terminal/tests/test_embed.py::test_nest_embed PASSED
1107 IPython/terminal/tests/test_help.py::test_ipython_help PASSED
1108 IPython/terminal/tests/test_help.py::test_locate_help PASSED
1109 IPython/terminal/tests/test_help.py::test_locate_profile_help PASSED
1110 IPython/terminal/tests/test_help.py::test_profile_create_help PASSED
1111 IPython/terminal/tests/test_help.py::test_profile_help PASSED
1112 IPython/terminal/tests/test_help.py::test_profile_list_help PASSED
1113 IPython/terminal/tests/test_help.py::test_trust_help PASSED
1114 IPython/terminal/tests/test_interactivshell.py::InteractiveShellTestCase::test_inputtransformer_syntaxerror PASSED
1115 IPython/terminal/tests/test_interactivshell.py::InteractiveShellTestCase::test_repl_not_plain_text PASSED
1116 IPython/terminal/tests/test_interactivshell.py::TerminalMagicsTestCase::test_paste_magics_blankline PASSED
1117 IPython/terminal/tests/test_interactivshell.py::TestAutoSuggest::test_changing_provider PASSED
1118 IPython/terminal/tests/test_interactivshell.py::TestContextAwareCompletion::test_adjust_completion_text_based_on_context PASSED
1119 IPython/terminal/tests/test_interactivshell.py::TestElide::test_elide PASSED
1120 IPython/terminal/tests/test_interactivshell.py::TestElide::test_elide_typed_no_match PASSED
1121 IPython/terminal/tests/test_interactivshell.py::TestElide::test_elide_typed_normal PASSED
1122 IPython/terminal/tests/test_interactivshell.py::TestElide::test_elide_typed_short_match PASSED
1123 IPython/terminal/tests/test_pt_inputhooks.py::test_inputhook_qt PASSED
1124 IPython/terminal/tests/test_shortcuts.py::test_accept[-def out(tag: str, n=50):-def out(tag: str, n=50):] PASSED
1125 IPython/terminal/tests/test_shortcuts.py::test_accept[def -out(tag: str, n=50):-out(tag: str, n=50):] PASSED
1126 IPython/terminal/tests/test_shortcuts.py::test_accept_and_keep_cursor[-def out(tag: str, n=50):-def out(tag: str, n=50):-0] PASSED
1127 IPython/terminal/tests/test_shortcuts.py::test_accept_and_keep_cursor[def -out(tag: str, n=50):-out(tag: str, n=50):-4] PASSED
1128 IPython/terminal/tests/test_shortcuts.py::test_accept_character[-def out(tag: str, n=50):-d] PASSED
1129 IPython/terminal/tests/test_shortcuts.py::test_accept_character[d-ef out(tag: str, n=50):-e] PASSED
1130 IPython/terminal/tests/test_shortcuts.py::test_accept_character[de -f out(tag: str, n=50):-f] PASSED
1131 IPython/terminal/tests/test_shortcuts.py::test_accept_character[def- out(tag: str, n=50):- ] PASSED
1132 IPython/terminal/tests/test_shortcuts.py::test_accept_word[-def out(tag: str, n=50):-def ] PASSED
1133 IPython/terminal/tests/test_shortcuts.py::test_accept_word[d-ef out(tag: str, n=50):-ef ] PASSED
1134 IPython/terminal/tests/test_shortcuts.py::test_accept_word[de-f out(tag: str, n=50):-f ] PASSED
1135 IPython/terminal/tests/test_shortcuts.py::test_accept_word[def -out(tag: str, n=50):-out(tag: ] PASSED
1136 IPython/terminal/tests/test_shortcuts.py::test_accept_word[def- out(tag: str, n=50):- ] PASSED
1137 IPython/terminal/tests/test_shortcuts.py::test_add_shortcut_for_existing_command PASSED
1138 IPython/terminal/tests/test_shortcuts.py::test_add_shortcut_for_new_command PASSED
1139 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_at_EOL[123456 \n789-6-123456789-True] PASSED
1140 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_at_EOL[123456-3-123456789-False] PASSED
1141 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_at_EOL[123456-6-123456789-True] PASSED
1142 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[-def out(tag: str, n=50):-def ] PASSED
1143 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[d-ef out(tag: str, n=50):-ef ] PASSED
1144 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[de -f out(tag: str, n=50):-f ] PASSED
1145 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def -out(tag: str, n=50):-out(] PASSED
1146 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def o-ut(tag: str, n=50):-ut(] PASSED
1147 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def ou-t(tag: str, n=50):-t(] PASSED
1148 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(-tag: str, n=50):-tag: ] PASSED
1149 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(t-ag: str, n=50):-ag: ] PASSED
1150 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(ta-g: str, n=50):-g: ] PASSED
1151 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag-: str, n=50):-: ] PASSED
1152 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: -str, n=50):-str, ] PASSED
1153 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: s-tr, n=50):-tr, ] PASSED
1154 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: st-r, n=50):-r, ] PASSED
1155 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str, -n=50):-n=] PASSED
1156 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str, n-=50):-=] PASSED
1157 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str, n=-50):-50)] PASSED
1158 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str, n=5-0):-0)] PASSED
1159 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str, n=50)-:-:] PASSED
1160 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str, n=50-):-):] PASSED
1161 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str,- n=50):- n] PASSED
1162 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag: str-, n=50):-, n] PASSED
1163 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out(tag:- str, n=50):- ] PASSED
1164 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def out-(tag: str, n=50):-(] PASSED
1165 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token[def- out(tag: str, n=50):- ] PASSED
1166 IPython/terminal/tests/test_shortcuts.py::test_autosuggest_token_empty PASSED
1167 IPython/terminal/tests/test_shortcuts.py::test_deprected PASSED
1168 IPython/terminal/tests/test_shortcuts.py::test_disable_shortcut PASSED
1169 IPython/terminal/tests/test_shortcuts.py::test_discard[-def out(tag: str, n=50):] PASSED
1170 IPython/terminal/tests/test_shortcuts.py::test_discard[def -out(tag: str, n=50):] PASSED
1171 IPython/terminal/tests/test_shortcuts.py::test_modify_shortcut_failure PASSED
1172 IPython/terminal/tests/test_shortcuts.py::test_modify_shortcut_with_filters PASSED
1173 IPython/terminal/tests/test_shortcuts.py::test_modify_unique_shortcut PASSED
1174 IPython/terminal/tests/test_shortcuts.py::test_navigable_provider PASSED
1175 IPython/terminal/tests/test_shortcuts.py::test_navigable_provider_connection PASSED
1176 IPython/terminal/tests/test_shortcuts.py::test_navigable_provider_multiline_entries PASSED
1177 IPython/terminal/tests/test_shortcuts.py::test_other_providers PASSED
1178 IPython/terminal/tests/test_shortcuts.py::test_reset_search_buffer PASSED
1179 IPython/terminal/tests/test_shortcuts.py::test_setting_shortcuts_before_pt_app_init PASSED
1180 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.ipfunc PASSED
1181 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.ipos PASSED
1182 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.iprand PASSED
1183 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.iprand_all PASSED
1184 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.pyfunc PASSED
1185 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.random_all PASSED
1186 IPython/testing/plugin/dtexample.py::IPython.testing.plugin.dtexample.ranfunc PASSED
1187 IPython/testing/plugin/simple.py::IPython.testing.plugin.simple.ipyfunc PASSED
1188 IPython/testing/plugin/simple.py::IPython.testing.plugin.simple.pyfunc PASSED
1189 IPython/testing/plugin/test_combo.txt::test_combo.txt PASSED
1190 IPython/testing/plugin/test_example.txt::test_example.txt PASSED
1191 IPython/testing/plugin/test_example.txt::test_example.txt PASSED
1192 IPython/testing/plugin/test_exampleip.txt::test_exampleip.txt PASSED
1193 IPython/testing/plugin/test_ipdoctest.py::IPython.testing.plugin.test_ipdoctest.doctest_builtin_underscore PASSED
1194 IPython/testing/plugin/test_ipdoctest.py::IPython.testing.plugin.test_ipdoctest.doctest_multiline1 PASSED
1195 IPython/testing/plugin/test_ipdoctest.py::IPython.testing.plugin.test_ipdoctest.doctest_multiline2 PASSED
1196 IPython/testing/plugin/test_ipdoctest.py::IPython.testing.plugin.test_ipdoctest.doctest_multiline3 PASSED
1197 IPython/testing/plugin/test_ipdoctest.py::IPython.testing.plugin.test_ipdoctest.doctest_simple PASSED
1198 IPython/testing/plugin/test_refs.py::IPython.testing.plugin.test_refs.doctest_ivars PASSED
1199 IPython/testing/plugin/test_refs.py::IPython.testing.plugin.test_refs.doctest_run PASSED
1200 IPython/testing/plugin/test_refs.py::IPython.testing.plugin.test_refs.doctest_runvars PASSED
1201 IPython/testing/plugin/test_refs.py::test_trivial PASSED
1202 IPython/testing/tests/test_decorators.py::IPython.testing.tests.test_decorators.FooClass PASSED
1203 IPython/testing/tests/test_decorators.py::IPython.testing.tests.test_decorators.FooClass.__init__ SKIPPED
1204 IPython/testing/tests/test_decorators.py::IPython.testing.tests.test_decorators.FooClass.bar SKIPPED
1205 IPython/testing/tests/test_decorators.py::IPython.testing.tests.test_decorators.FooClass.baz PASSED
1206 IPython/testing/tests/test_decorators.py::IPython.testing.tests.test_decorators.call_doctest_bad PASSED
1207 IPython/testing/tests/test_decorators.py::IPython.testing.tests.test_decorators.doctest_bad SKIPPED
1208 IPython/testing/tests/test_decorators.py::test_deliberately_broken SKIPPED
1209 IPython/testing/tests/test_decorators.py::test_deliberately_broken2 SKIPPED
1210 IPython/testing/tests/test_decorators.py::test_linux PASSED
1211 IPython/testing/tests/test_decorators.py::test_osx PASSED
1212 IPython/testing/tests/test_decorators.py::test_skip_dt_decorator PASSED
1213 IPython/testing/tests/test_decorators.py::test_skip_dt_decorator2 PASSED
1214 IPython/testing/tests/test_decorators.py::test_win32 PASSED
1215 IPython/testing/tests/test_decorators.py::trivial::test PASSED
1216 IPython/testing/tests/test_ipunittest.py::IPython.testing.tests.test_ipunittest.Foo.ipdt_method PASSED
1217 IPython/testing/tests/test_ipunittest.py::IPython.testing.tests.test_ipunittest.Foo.normaldt_method PASSED
1218 IPython/testing/tests/test_ipunittest.py::ipdt_flush::test PASSED
1219 IPython/testing/tests/test_ipunittest.py::ipdt_indented_test::test PASSED
1220 IPython/testing/tests/test_ipunittest.py::simple_dt::test PASSED
1221 IPython/testing/tests/test_tools.py::TestAssertPrints::test_failing PASSED
1222 IPython/testing/tests/test_tools.py::TestAssertPrints::test_passing PASSED
1223 IPython/testing/tests/test_tools.py::Test_ipexec_validate::test_exception_path PASSED
1224 IPython/testing/tests/test_tools.py::Test_ipexec_validate::test_exception_path2 PASSED
1225 IPython/testing/tests/test_tools.py::Test_ipexec_validate::test_main_path PASSED
1226 IPython/testing/tests/test_tools.py::Test_ipexec_validate::test_main_path2 PASSED
1227 IPython/testing/tests/test_tools.py::test_full_path_posix PASSED
1228 IPython/testing/tests/test_tools.py::test_full_path_win32 SKIPPED (T...)
1229 IPython/testing/tests/test_tools.py::test_parser PASSED
1230 IPython/testing/tests/test_tools.py::test_temp_pyfile PASSED
1231 IPython/testing/tools.py::IPython.testing.tools.AssertPrints PASSED
1232 IPython/testing/tools.py::IPython.testing.tools.full_path PASSED
1233 IPython/utils/contexts.py::IPython.utils.contexts.preserve_keys PASSED
1234 IPython/utils/frame.py::IPython.utils.frame.extract_vars PASSED
1235 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__add__ PASSED
1236 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__getattr__ PASSED
1237 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__iadd__ PASSED
1238 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__init__ PASSED
1239 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__isub__ PASSED
1240 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__setattr__ PASSED
1241 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__setitem__ PASSED
1242 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.__sub__ PASSED
1243 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.copy PASSED
1244 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.hasattr PASSED
1245 IPython/utils/ipstruct.py::IPython.utils.ipstruct.Struct.merge PASSED
1246 IPython/utils/path.py::IPython.utils.path.expand_path PASSED
1247 IPython/utils/strdispatch.py::IPython.utils.strdispatch.StrDispatch PASSED
1248 IPython/utils/sysinfo.py::IPython.utils.sysinfo.sys_info PASSED
1249 IPython/utils/tests/test_capture.py::test_capture_output PASSED
1250 IPython/utils/tests/test_capture.py::test_capture_output_no_display PASSED
1251 IPython/utils/tests/test_capture.py::test_capture_output_no_stderr PASSED
1252 IPython/utils/tests/test_capture.py::test_capture_output_no_stdout PASSED
1253 IPython/utils/tests/test_capture.py::test_rich_output PASSED
1254 IPython/utils/tests/test_capture.py::test_rich_output_display PASSED
1255 IPython/utils/tests/test_capture.py::test_rich_output_empty[method_mime0] PASSED
1256 IPython/utils/tests/test_capture.py::test_rich_output_empty[method_mime1] PASSED
1257 IPython/utils/tests/test_capture.py::test_rich_output_empty[method_mime2] PASSED
1258 IPython/utils/tests/test_capture.py::test_rich_output_empty[method_mime3] PASSED
1259 IPython/utils/tests/test_capture.py::test_rich_output_empty[method_mime4] PASSED
1260 IPython/utils/tests/test_capture.py::test_rich_output_empty[method_mime5] PASSED
1261 IPython/utils/tests/test_capture.py::test_rich_output_metadata[method_mime0] PASSED
1262 IPython/utils/tests/test_capture.py::test_rich_output_metadata[method_mime1] PASSED
1263 IPython/utils/tests/test_capture.py::test_rich_output_metadata[method_mime2] PASSED
1264 IPython/utils/tests/test_capture.py::test_rich_output_metadata[method_mime3] PASSED
1265 IPython/utils/tests/test_capture.py::test_rich_output_metadata[method_mime4] PASSED
1266 IPython/utils/tests/test_capture.py::test_rich_output_metadata[method_mime5] PASSED
1267 IPython/utils/tests/test_capture.py::test_rich_output_no_metadata[method_mime0] PASSED
1268 IPython/utils/tests/test_capture.py::test_rich_output_no_metadata[method_mime1] PASSED
1269 IPython/utils/tests/test_capture.py::test_rich_output_no_metadata[method_mime2] PASSED
1270 IPython/utils/tests/test_capture.py::test_rich_output_no_metadata[method_mime3] PASSED
1271 IPython/utils/tests/test_capture.py::test_rich_output_no_metadata[method_mime4] PASSED
1272 IPython/utils/tests/test_capture.py::test_rich_output_no_metadata[method_mime5] PASSED
1273 IPython/utils/tests/test_decorators.py::test_flag_calls PASSED
1274 IPython/utils/tests/test_deprecated.py::test_append_deprecated PASSED
1275 IPython/utils/tests/test_dir2.py::test_SubClass PASSED
1276 IPython/utils/tests/test_dir2.py::test_SubClass_with_trait_names_attr PASSED
1277 IPython/utils/tests/test_dir2.py::test_base PASSED
1278 IPython/utils/tests/test_dir2.py::test_misbehaving_object_without_trait_names PASSED
1279 IPython/utils/tests/test_imports.py::test_import_PyColorize PASSED
1280 IPython/utils/tests/test_imports.py::test_import_coloransi PASSED
1281 IPython/utils/tests/test_imports.py::test_import_generics PASSED
1282 IPython/utils/tests/test_imports.py::test_import_ipstruct PASSED
1283 IPython/utils/tests/test_imports.py::test_import_strdispatch PASSED
1284 IPython/utils/tests/test_imports.py::test_import_wildcard PASSED
1285 IPython/utils/tests/test_importstring.py::test_import_nested PASSED
1286 IPython/utils/tests/test_importstring.py::test_import_plain PASSED
1287 IPython/utils/tests/test_importstring.py::test_import_raises PASSED
1288 IPython/utils/tests/test_io.py::TeeTestCase::test PASSED
1289 IPython/utils/tests/test_io.py::TestIOStream::test_capture_output PASSED
1290 IPython/utils/tests/test_io.py::test_tee_simple PASSED
1291 IPython/utils/tests/test_module_paths.py::test_find_mod_1 PASSED
1292 IPython/utils/tests/test_module_paths.py::test_find_mod_2 PASSED
1293 IPython/utils/tests/test_module_paths.py::test_find_mod_3 PASSED
1294 IPython/utils/tests/test_module_paths.py::test_find_mod_4 PASSED
1295 IPython/utils/tests/test_module_paths.py::test_find_mod_5 PASSED
1296 IPython/utils/tests/test_module_paths.py::test_tempdir PASSED
1297 IPython/utils/tests/test_openpy.py::test_detect_encoding PASSED
1298 IPython/utils/tests/test_openpy.py::test_read_file PASSED
1299 IPython/utils/tests/test_openpy.py::test_source_to_unicode PASSED
1300 IPython/utils/tests/test_path.py::TestLinkOrCopy::test_link_into_dir PASSED
1301 IPython/utils/tests/test_path.py::TestLinkOrCopy::test_link_successful PASSED
1302 IPython/utils/tests/test_path.py::TestLinkOrCopy::test_link_twice PASSED
1303 IPython/utils/tests/test_path.py::TestLinkOrCopy::test_no_link PASSED
1304 IPython/utils/tests/test_path.py::TestLinkOrCopy::test_target_exists PASSED
1305 IPython/utils/tests/test_path.py::TestLinkOrCopy::test_windows SKIPPED
1306 IPython/utils/tests/test_path.py::TestRaiseDeprecation::test_not_writable_ipdir PASSED
1307 IPython/utils/tests/test_path.py::TestShellGlob::test_match_posix PASSED
1308 IPython/utils/tests/test_path.py::TestShellGlob::test_match_windows SKIPPED
1309 IPython/utils/tests/test_path.py::test_ensure_dir_exists PASSED
1310 IPython/utils/tests/test_path.py::test_filefind PASSED
1311 IPython/utils/tests/test_path.py::test_get_home_dir_1 SKIPPED (This ...)
1312 IPython/utils/tests/test_path.py::test_get_home_dir_2 SKIPPED (This ...)
1313 IPython/utils/tests/test_path.py::test_get_home_dir_3 PASSED
1314 IPython/utils/tests/test_path.py::test_get_home_dir_4 PASSED
1315 IPython/utils/tests/test_path.py::test_get_home_dir_5 PASSED
1316 IPython/utils/tests/test_path.py::test_get_home_dir_8 SKIPPED (This ...)
1317 IPython/utils/tests/test_path.py::test_get_long_path_name PASSED
1318 IPython/utils/tests/test_path.py::test_get_long_path_name_win32 SKIPPED
1319 IPython/utils/tests/test_path.py::test_get_py_filename PASSED
1320 IPython/utils/tests/test_path.py::test_get_xdg_dir_0 PASSED
1321 IPython/utils/tests/test_path.py::test_get_xdg_dir_1 PASSED
1322 IPython/utils/tests/test_path.py::test_get_xdg_dir_2 PASSED
1323 IPython/utils/tests/test_path.py::test_get_xdg_dir_3 PASSED
1324 IPython/utils/tests/test_path.py::test_unescape_glob[\\*\\[\\!\\]\\?-*[!]?] PASSED
1325 IPython/utils/tests/test_path.py::test_unescape_glob[\\\\*-\\*] PASSED
1326 IPython/utils/tests/test_path.py::test_unescape_glob[\\\\\\*-\\*] PASSED
1327 IPython/utils/tests/test_path.py::test_unescape_glob[\\\\a-\\a] PASSED
1328 IPython/utils/tests/test_path.py::test_unescape_glob[\\a-\\a] PASSED
1329 IPython/utils/tests/test_path.py::test_unicode_in_filename PASSED
1330 IPython/utils/tests/test_process.py::SubProcessTestCase::test_get_output_error_code PASSED
1331 IPython/utils/tests/test_process.py::SubProcessTestCase::test_getoutput PASSED
1332 IPython/utils/tests/test_process.py::SubProcessTestCase::test_getoutput_error PASSED
1333 IPython/utils/tests/test_process.py::SubProcessTestCase::test_getoutput_quoted PASSED
1334 IPython/utils/tests/test_process.py::SubProcessTestCase::test_getoutput_quoted2 PASSED
1335 IPython/utils/tests/test_process.py::SubProcessTestCase::test_system PASSED
1336 IPython/utils/tests/test_process.py::SubProcessTestCase::test_system_interrupt PASSED
1337 IPython/utils/tests/test_process.py::SubProcessTestCase::test_system_quotes PASSED
1338 IPython/utils/tests/test_process.py::test_arg_split[h\u01cello-argv2] PASSED
1339 IPython/utils/tests/test_process.py::test_arg_split[hello there-argv1] PASSED
1340 IPython/utils/tests/test_process.py::test_arg_split[hi-argv0] PASSED
1341 IPython/utils/tests/test_process.py::test_arg_split[something "with quotes"-argv3] PASSED
1342 IPython/utils/tests/test_process.py::test_arg_split_win32[h\u01cello-argv2] SKIPPED
1343 IPython/utils/tests/test_process.py::test_arg_split_win32[hello there-argv1] SKIPPED
1344 IPython/utils/tests/test_process.py::test_arg_split_win32[hi-argv0] SKIPPED
1345 IPython/utils/tests/test_process.py::test_arg_split_win32[something "with quotes"-argv3] SKIPPED
1346 IPython/utils/tests/test_process.py::test_find_cmd_fail PASSED
1347 IPython/utils/tests/test_process.py::test_find_cmd_ls PASSED
1348 IPython/utils/tests/test_process.py::test_find_cmd_pythonw SKIPPED (...)
1349 IPython/utils/tests/test_pycolorize.py::test_parse_error[LightBG] PASSED
1350 IPython/utils/tests/test_pycolorize.py::test_parse_error[Linux] PASSED
1351 IPython/utils/tests/test_pycolorize.py::test_parse_error[Neutral] PASSED
1352 IPython/utils/tests/test_pycolorize.py::test_parse_error[NoColor] PASSED
1353 IPython/utils/tests/test_pycolorize.py::test_parse_sample[LightBG] PASSED
1354 IPython/utils/tests/test_pycolorize.py::test_parse_sample[Linux] PASSED
1355 IPython/utils/tests/test_pycolorize.py::test_parse_sample[Neutral] PASSED
1356 IPython/utils/tests/test_pycolorize.py::test_parse_sample[NoColor] PASSED
1357 IPython/utils/tests/test_shimmodule.py::test_shimmodule_repr_does_not_fail_on_import_error PASSED
1358 IPython/utils/tests/test_shimmodule.py::test_shimmodule_repr_forwards_to_module PASSED
1359 IPython/utils/tests/test_sysinfo.py::test_json_getsysinfo PASSED
1360 IPython/utils/tests/test_sysinfo.py::test_num_cpus PASSED
1361 IPython/utils/tests/test_tempdir.py::test_named_file_in_temporary_directory PASSED
1362 IPython/utils/tests/test_tempdir.py::test_temporary_working_directory PASSED
1363 IPython/utils/tests/test_text.py::test_LSString PASSED
1364 IPython/utils/tests/test_text.py::test_SList PASSED
1365 IPython/utils/tests/test_text.py::test_columnize[aaaaa ccccc\nbbbbb ddddd\n-20-False-True] PASSED
1366 IPython/utils/tests/test_text.py::test_columnize[aaaaa bbbbb ccccc ddddd\n-40-False-True] PASSED
1367 IPython/utils/tests/test_text.py::test_columnize[aaaaa bbbbb ccccc ddddd\n-80-False-False] PASSED
1368 IPython/utils/tests/test_text.py::test_columnize[aaaaa bbbbb ccccc ddddd\n-80-True-False] PASSED
1369 IPython/utils/tests/test_text.py::test_columnize[aaaaa bbbbb\nccccc ddddd\n-12-True-False] PASSED
1370 IPython/utils/tests/test_text.py::test_columnize[aaaaa bbbbb\nccccc ddddd\n-25-True-False] PASSED
1371 IPython/utils/tests/test_text.py::test_columnize[aaaaa ccccc\nbbbbb ddddd\n-12-False-False] PASSED
1372 IPython/utils/tests/test_text.py::test_columnize[aaaaa ccccc\nbbbbb ddddd\n-12-False-True] PASSED
1373 IPython/utils/tests/test_text.py::test_columnize[aaaaa ccccc\nbbbbb ddddd\n-25-False-False] PASSED
1374 IPython/utils/tests/test_text.py::test_columnize[aaaaa\nbbbbb\nccccc\nddddd\n-10-False-False] PASSED
1375 IPython/utils/tests/test_text.py::test_columnize[aaaaa\nbbbbb\nccccc\nddddd\n-10-False-True] PASSED
1376 IPython/utils/tests/test_text.py::test_columnize[aaaaa\nbbbbb\nccccc\nddddd\n-10-True-False] PASSED
1377 IPython/utils/tests/test_text.py::test_columnize_long[False] PASSED
1378 IPython/utils/tests/test_text.py::test_columnize_long[True] PASSED
1379 IPython/utils/tests/test_text.py::test_columnize_medium[False] PASSED
1380 IPython/utils/tests/test_text.py::test_columnize_medium[True] PASSED
1381 IPython/utils/tests/test_text.py::test_columnize_random PASSED
1382 IPython/utils/tests/test_text.py::test_dollar_formatter PASSED
1383 IPython/utils/tests/test_text.py::test_eval_formatter PASSED
1384 IPython/utils/tests/test_text.py::test_full_eval_formatter PASSED
1385 IPython/utils/tests/test_text.py::test_strip_email PASSED
1386 IPython/utils/tests/test_text.py::test_strip_email2 PASSED
1387 IPython/utils/tests/test_tokenutil.py::test_attrs PASSED
1388 IPython/utils/tests/test_tokenutil.py::test_function PASSED
1389 IPython/utils/tests/test_tokenutil.py::test_line_at_cursor PASSED
1390 IPython/utils/tests/test_tokenutil.py::test_multiline PASSED
1391 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[16-int] PASSED
1392 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[17-int] PASSED
1393 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[18-int] PASSED
1394 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[19-int] PASSED
1395 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[20-int] PASSED
1396 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[21-int] PASSED
1397 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[22-map] PASSED
1398 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[23-map] PASSED
1399 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[24-map] PASSED
1400 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[25-map] PASSED
1401 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[26-map] PASSED
1402 IPython/utils/tests/test_tokenutil.py::test_multiline_statement[27-map] PASSED
1403 IPython/utils/tests/test_tokenutil.py::test_multiline_token PASSED
1404 IPython/utils/tests/test_tokenutil.py::test_nested_call PASSED
1405 IPython/utils/tests/test_tokenutil.py::test_simple PASSED
1406 IPython/utils/tests/test_wildcard.py::Tests::test_case PASSED
1407 IPython/utils/tests/test_wildcard.py::Tests::test_case_showall PASSED
1408 IPython/utils/tests/test_wildcard.py::Tests::test_dict_attributes PASSED
1409 IPython/utils/tests/test_wildcard.py::Tests::test_dict_dir PASSED
1410 IPython/utils/tests/test_wildcard.py::Tests::test_nocase PASSED
1411 IPython/utils/tests/test_wildcard.py::Tests::test_nocase_showall PASSED
1412 IPython/utils/text.py::IPython.utils.text.DollarFormatter PASSED
1413 IPython/utils/text.py::IPython.utils.text.EvalFormatter PASSED
1414 IPython/utils/text.py::IPython.utils.text.FullEvalFormatter PASSED
1415 IPython/utils/text.py::IPython.utils.text.compute_item_matrix PASSED
1416 IPython/utils/text.py::IPython.utils.text.get_text_list PASSED
1417 IPython/utils/text.py::IPython.utils.text.list_strings PASSED
1418 IPython/utils/text.py::IPython.utils.text.marquee PASSED
1419 IPython/utils/text.py::IPython.utils.text.strip_email_quotes PASSED
1421 =============================== warnings summary ===============================
1422 IPython/core/tests/test_inputtransformer2.py::test_check_make_token_by_line_never_ends_empty
1423 $(@D)/IPython/core/tests/test_inputtransformer2.py:179: UserWarning: `make_tokens_by_line` received a list of lines which do not have lineending markers ('\n', '\r', '\r\n', '\x0b', '\x0c'), behavior will be unspecified
1424 assert make_tokens_by_line(c + k)[-1] != []
1426 IPython/core/tests/test_interactiveshell.py::test_run_cell_async
1427 $(PYTHON_DIR)/asyncio/events.py:80: DeprecationWarning: `run_cell_async` will not call `transform_cell` automatically in the future. Please pass the result to `transformed_cell` argument and any exception that happen during thetransform in `preprocessing_exc_tuple` in IPython 7.17 and above.
1428 self._context.run(self._callback, *self._args)
1430 IPython/core/tests/test_logger.py::test_logstart_unicode
1431 $(@D)/IPython/core/tests/test_logger.py:24: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1432 _ip.magic("logstart -to %s" % logfname)
1434 IPython/core/tests/test_magic.py::test_doctest_mode
1435 $(@D)/IPython/core/magics/basic.py:461: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1436 shell.magic('xmode Plain')
1438 IPython/core/tests/test_magic.py::test_doctest_mode
1439 $(@D)/IPython/core/magics/basic.py:472: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1440 shell.magic('xmode ' + dstore.xmode)
1442 IPython/core/tests/test_magic.py::test_prun_quotes
1443 $(@D)/IPython/core/tests/test_magic.py:822: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1444 _ip.magic(r"prun -q x = '\t'")
1446 IPython/core/tests/test_magic.py::test_extension
1447 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_nb_error
1448 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_nb_error
1449 IPython/core/tests/test_run.py::TestMagicRunSimple::test_run_nb_error
1450 $(PYTHON_DIR)/vendor-packages/_pytest/python_api.py:952: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1451 func(*args[1:], **kwargs)
1453 IPython/core/tests/test_prefilter.py::test_autocall_binops
1454 $(@D)/IPython/core/tests/test_prefilter.py:51: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1455 ip.magic('autocall 2')
1457 IPython/core/tests/test_prefilter.py::test_autocall_binops
1458 $(@D)/IPython/core/tests/test_prefilter.py:74: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1459 ip.magic('autocall 0')
1461 IPython/core/tests/test_prefilter.py::test_prefilter_attribute_errors
1462 $(@D)/IPython/core/tests/test_prefilter.py:109: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1463 ip.magic('autocall 2')
1465 IPython/core/tests/test_prefilter.py::test_prefilter_attribute_errors
1466 $(@D)/IPython/core/tests/test_prefilter.py:117: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1467 ip.magic('autocall 0')
1469 IPython/core/tests/test_prefilter.py::test_autocall_should_support_unicode
1470 $(@D)/IPython/core/tests/test_prefilter.py:121: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1471 ip.magic('autocall 2')
1473 IPython/core/tests/test_prefilter.py::test_autocall_should_support_unicode
1474 $(@D)/IPython/core/tests/test_prefilter.py:126: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1475 ip.magic('autocall 0')
1477 IPython/core/tests/test_run.py::TestMagicRunSimple::test_aggressive_namespace_cleanup
1478 IPython/core/tests/test_run.py::TestMagicRunSimple::test_aggressive_namespace_cleanup
1479 IPython/core/tests/test_run.py::TestMagicRunSimple::test_aggressive_namespace_cleanup
1480 IPython/core/tests/test_run.py::TestMagicRunSimple::test_aggressive_namespace_cleanup
1481 IPython/core/tests/test_run.py::TestMagicRunSimple::test_aggressive_namespace_cleanup
1482 /tmp/tmpXXXXXXXX.py:4: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1484 IPython/core/tests/test_run.py::TestMagicRunSimple::test_unicode
1485 $(@D)/IPython/core/tests/test_run.py:342: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1486 _ip.magic('run "%s"' % na)
1488 IPython/core/tests/test_ultratb.py::IndentationErrorTest::test_indentationerror_shows_line
1489 $(@D)/IPython/core/tests/test_ultratb.py:178: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1490 ip.magic('run %s' % fname)
1492 IPython/core/tests/test_ultratb.py::SyntaxErrorTest::test_changing_py_file
1493 $(@D)/IPython/core/tests/test_ultratb.py:226: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1494 ip.magic("run " + fname)
1496 IPython/core/tests/test_ultratb.py::SyntaxErrorTest::test_changing_py_file
1497 $(@D)/IPython/core/tests/test_ultratb.py:234: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1498 ip.magic("run " + fname)
1500 IPython/extensions/tests/test_storemagic.py::test_store_restore
1501 $(@D)/IPython/extensions/tests/test_storemagic.py:8: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1502 ip.magic('load_ext storemagic')
1504 IPython/extensions/tests/test_storemagic.py::test_store_restore
1505 $(@D)/IPython/extensions/tests/test_storemagic.py:16: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1506 ip.magic('alias bar echo "hello"')
1508 IPython/extensions/tests/test_storemagic.py::test_store_restore
1509 $(@D)/IPython/extensions/tests/test_storemagic.py:20: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1510 ip.magic('cd ' + tmpd)
1512 IPython/extensions/tests/test_storemagic.py::test_store_restore
1513 $(@D)/IPython/extensions/tests/test_storemagic.py:21: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1514 ip.magic('store foo')
1516 IPython/extensions/tests/test_storemagic.py::test_store_restore
1517 $(@D)/IPython/extensions/tests/test_storemagic.py:22: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1518 ip.magic('store bar')
1520 IPython/extensions/tests/test_storemagic.py::test_store_restore
1521 $(@D)/IPython/extensions/tests/test_storemagic.py:23: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1522 ip.magic('store foobar foobaz')
1524 IPython/extensions/tests/test_storemagic.py::test_store_restore
1525 $(@D)/IPython/extensions/tests/test_storemagic.py:36: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1528 IPython/extensions/tests/test_storemagic.py::test_store_restore
1529 $(@D)/IPython/extensions/tests/test_storemagic.py:40: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1530 ip.magic("store -r foo bar foobar foobaz")
1532 IPython/extensions/tests/test_storemagic.py::test_store_restore
1533 $(@D)/IPython/extensions/tests/test_storemagic.py:46: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1534 ip.magic("store -r") # restores _dh too
1536 IPython/extensions/tests/test_storemagic.py::test_autorestore
1537 $(@D)/IPython/extensions/tests/test_storemagic.py:53: DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
1538 ip.magic('store foo')
1540 IPython/utils/text.py::IPython.utils.text.compute_item_matrix
1541 <doctest IPython.utils.text.compute_item_matrix[1]>:1: PendingDeprecationWarning: `compute_item_matrix` is Pending Deprecation since IPython 8.17.It is considered fro removal in in future version. Please open an issue if you believe it should be kept.
1543 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
1544 ============================= slowest 10 durations =============================
1545 ======== 1320 passed, 92 skipped, 1 xpassed, 36 warnings ========