MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Functiontest_instantiation_FileLinks
FileLinks: Test class can be instantiated
IPython/lib/tests/test_display.py:84
Functiontest_interactivehooks_ast_modes
Test that ast nodes can be triggered with different modes
IPython/core/tests/test_displayhook.py:58
Functiontest_interactivehooks_ast_modes_semi_suppress
Test that ast nodes can be triggered with different modes and suppressed by semicolon
IPython/core/tests/test_displayhook.py:85
Functiontest_interruptible_core_debugger
The debugger can be interrupted. The presumption is there is some mechanism that causes a KeyboardInterrupt (this is implemented in ipykernel
IPython/core/tests/test_debugger.py:240
Functiontest_io_init
Test that io.stdin/out/err exist at startup
IPython/utils/tests/test_io.py:53
Functiontest_ipdb_magics
Test calling some IPython magics from ipdb. First, set up some test functions and classes which we can inspect. >>> class ExampleClass(objec
IPython/core/tests/test_debugger.py:79
Functiontest_ipdb_magics2
Test ipdb with a very short function. >>> old_trace = sys.gettrace() >>> def bar(): ... pass Run ipdb. >>> with PdbTes
IPython/core/tests/test_debugger.py:167
Functiontest_ipy_prompt
()
IPython/core/tests/test_inputtransformer.py:351
Methodtest_ipy_script_file_attribute
Test that `__file__` is set when running `ipython file.ipy`
IPython/core/tests/test_shellapp.py:38
Functiontest_ipython_display_formatter
Objects with _ipython_display_ defined bypass other formatters
IPython/core/tests/test_formatters.py:392
Functiontest_ipython_embed
test that `IPython.embed()` works
IPython/terminal/tests/test_embed.py:41
Functiontest_ipython_help
()
IPython/terminal/tests/test_help.py:9
Functiontest_ipython_prompt
()
IPython/core/tests/test_inputtransformer2_line.py:64
Methodtest_iso8859_5
(self)
IPython/core/tests/test_ultratb.py:108
Functiontest_issue_114
Check that multiline string literals don't expand as magic see http://github.com/ipython/ipython/issues/114
IPython/core/tests/test_prefilter.py:78
Methodtest_jedi
A couple of issue we had with Jedi
IPython/core/tests/test_completer.py:388
Functiontest_json
()
IPython/core/tests/test_display.py:265
Functiontest_json_as_string_deprecated
()
IPython/core/tests/test_formatters.py:426
Functiontest_json_getsysinfo
test that it is easily jsonable and don't return bytes somewhere.
IPython/utils/tests/test_sysinfo.py:13
Functiontest_last_blank
()
IPython/core/tests/test_inputsplitter.py:529
Methodtest_last_execution_result
Check that last execution result gets set correctly (GH-10702)
IPython/core/tests/test_interactiveshell.py:486
Functiontest_last_two_blanks
()
IPython/core/tests/test_inputsplitter.py:544
Methodtest_latex_completions
(self)
IPython/core/tests/test_completer.py:206
Methodtest_latex_no_results
forward latex should really return nothing in either field if nothing is found.
IPython/core/tests/test_completer.py:227
Functiontest_latex_to_html
()
IPython/lib/tests/test_latextools.py:63
Functiontest_latex_to_png_color
Test color settings for latex_to_png.
IPython/lib/tests/test_latextools.py:139
Functiontest_latex_to_png_dvipng_fails_when_no_cmd
`latex_to_png_dvipng` should return None when there is no required command
IPython/lib/tests/test_latextools.py:14
Functiontest_latex_to_png_dvipng_runs
Test that latex_to_png_dvipng just runs without error.
IPython/lib/tests/test_latextools.py:33
Functiontest_latex_to_png_invalid_hex_colors
Test that invalid hex colors provided to dvipng gives an exception.
IPython/lib/tests/test_latextools.py:173
Functiontest_latex_to_png_mpl_runs
Test that latex_to_png_mpl just runs without error.
IPython/lib/tests/test_latextools.py:48
Methodtest_lazy_eval_float
(self)
IPython/core/tests/test_prompts.py:23
Methodtest_lazy_eval_nonascii_bytes
(self)
IPython/core/tests/test_prompts.py:15
Methodtest_lazy_eval_unicode
(self)
IPython/core/tests/test_prompts.py:9
Functiontest_leading_empty_lines
()
IPython/core/tests/test_inputtransformer2_line.py:112
Functiontest_leading_indent
()
IPython/core/tests/test_inputtransformer2_line.py:85
Methodtest_limit_to__all__False_ok
Limit to all is deprecated, once we remove it this test can go away.
IPython/core/tests/test_completer.py:560
Functiontest_line_at_cursor
()
IPython/utils/tests/test_tokenutil.py:105
Functiontest_line_cell_info
%%foo and %foo magics are distinguishable to inspect
IPython/core/tests/test_magic.py:1026
Methodtest_line_cell_magics
(self)
IPython/core/tests/test_completer.py:644
Methodtest_line_continuation
Test issue #2108.
IPython/core/tests/test_inputsplitter.py:326
Methodtest_line_magics
(self)
IPython/core/tests/test_completer.py:621
Functiontest_line_split
Basic line splitter test with default specs.
IPython/core/tests/test_completer.py:97
Methodtest_link_into_dir
(self)
IPython/utils/tests/test_path.py:453
Methodtest_link_successful
(self)
IPython/utils/tests/test_path.py:447
Methodtest_link_twice
(self)
IPython/utils/tests/test_path.py:485
Functiontest_linux
()
IPython/testing/tests/test_decorators.py:154
Functiontest_list_bundled_profiles
()
IPython/core/tests/test_profile.py:146
Functiontest_list_profiles_in
()
IPython/core/tests/test_profile.py:118
Methodtest_local_file_completions
(self)
IPython/core/tests/test_completer.py:321
Functiontest_locate_help
()
IPython/terminal/tests/test_help.py:21
Functiontest_locate_profile_help
()
IPython/terminal/tests/test_help.py:24
Functiontest_logging_magic_not_quiet
()
IPython/core/tests/test_magic.py:1212
Functiontest_logging_magic_quiet_from_arg
()
IPython/core/tests/test_magic.py:1190
Functiontest_logging_magic_quiet_from_config
()
IPython/core/tests/test_magic.py:1201
Functiontest_logstart_inaccessible_file
()
IPython/core/tests/test_logger.py:9
Functiontest_logstart_unicode
()
IPython/core/tests/test_logger.py:22
Methodtest_long_dict
(self)
IPython/lib/tests/test_pretty.py:217
Methodtest_long_list
(self)
IPython/lib/tests/test_pretty.py:199
Methodtest_long_set
(self)
IPython/lib/tests/test_pretty.py:205
Functiontest_long_substr
()
IPython/utils/tests/test_text.py:168
Functiontest_long_substr2
()
IPython/utils/tests/test_text.py:173
Functiontest_long_substr_empty
()
IPython/utils/tests/test_text.py:177
Methodtest_long_tuple
(self)
IPython/lib/tests/test_pretty.py:211
Functiontest_longer
Test control of longer-running jobs
IPython/lib/tests/test_backgroundjobs.py:77
Functiontest_longer_repr
()
IPython/core/tests/test_debugger.py:62
Functiontest_lookup
()
IPython/core/tests/test_formatters.py:145
Functiontest_lookup_by_type
()
IPython/core/tests/test_formatters.py:163
Functiontest_lookup_by_type_string
()
IPython/core/tests/test_formatters.py:170
Functiontest_lookup_string
()
IPython/core/tests/test_formatters.py:153
Functiontest_loop_colors
()
IPython/utils/tests/test_pycolorize.py:50
Functiontest_ls_magic
()
IPython/core/tests/test_magic.py:1171
Functiontest_macro
()
IPython/core/tests/test_magic.py:290
Methodtest_macro
(self)
IPython/core/tests/test_interactiveshell.py:682
Functiontest_macro_run
Test that we can run a multi-line macro successfully.
IPython/core/tests/test_magic.py:304
Functiontest_magic_arguments
()
IPython/core/tests/test_magic_arguments.py:76
Methodtest_magic_color
(self)
IPython/core/tests/test_completer.py:744
Methodtest_magic_completion_order
(self)
IPython/core/tests/test_completer.py:668
Methodtest_magic_completion_shadowing
(self)
IPython/core/tests/test_completer.py:676
Methodtest_magic_completion_shadowing_explicit
If the user try to complete a shadowed magic, and explicit % start should still return the completions.
IPython/core/tests/test_completer.py:696
Methodtest_magic_config
(self)
IPython/core/tests/test_completer.py:715
Functiontest_magic_error_status
()
IPython/core/tests/test_magic.py:98
Functiontest_magic_magic
Test %magic
IPython/core/tests/test_magic.py:318
Methodtest_magic_names_in_string
(self)
IPython/core/tests/test_interactiveshell.py:116
Functiontest_magic_not_found
()
IPython/core/tests/test_magic.py:78
Functiontest_magic_parse_long_options
Magic.parse_options can handle --foo=bar long options
IPython/core/tests/test_magic.py:168
Functiontest_magic_parse_options
Test that we don't mangle paths when parsing magic options.
IPython/core/tests/test_magic.py:155
Functiontest_magic_rerun
Simple test for %rerun (no args -> rerun last line)
IPython/core/tests/test_history.py:162
Methodtest_main_path
Test with only stdout results.
IPython/testing/tests/test_tools.py:89
Methodtest_main_path2
Test with only stdout results, expecting windows line endings.
IPython/testing/tests/test_tools.py:98
Functiontest_mappingproxy
()
IPython/lib/tests/test_pretty.py:365
Methodtest_match_dict_keys
Test that match_dict_keys works on a couple of use case does return what expected, and does not crash
IPython/core/tests/test_completer.py:763
Methodtest_match_posix
(self)
IPython/utils/tests/test_path.py:380
Methodtest_match_windows
(self)
IPython/utils/tests/test_path.py:389
Methodtest_memory_error
(self)
IPython/core/tests/test_async_helpers.py:282
Methodtest_memoryerror
(self)
IPython/core/tests/test_ultratb.py:261
Functiontest_metaclass_repr
()
IPython/lib/tests/test_pretty.py:239
Functiontest_method
(self)
IPython/terminal/tests/test_interactivshell.py:96
Functiontest_misbehaving_object_without_trait_names
()
IPython/utils/tests/test_dir2.py:41
Methodtest_mix_terms
(self)
IPython/core/tests/test_completer.py:1088
Methodtest_mktempfile
(self)
IPython/core/tests/test_interactiveshell.py:452
← previousnext →2,801–2,900 of 3,293, ranked by callers