MCPcopy Create free account

hub / github.com/ipython/ipython / functions

Functions3,293 in github.com/ipython/ipython

Functionteardown_module
Teardown testenvironment for the module: - Remove dummy home dir tree
IPython/utils/tests/test_path.py:66
Functionteardown_module
Teardown testenvironment for the module: - Remove tempdir - restore sys.path
IPython/utils/tests/test_module_paths.py:57
Functionteardown_module
Teardown testenvironment for the module: - Remove dummy home dir tree
IPython/core/tests/test_paths.py:34
Functionteardown_module
Teardown test environment for the module: - Remove dummy home dir tree
IPython/core/tests/test_profile.py:61
Functiontest
Run the entire IPython test suite. Any of the options for run_iptestall() may be passed as keyword arguments. For example:: IPy
IPython/testing/__init__.py:19
Methodtest
(self)
IPython/utils/tests/test_io.py:49
Methodtest
(self)
IPython/testing/decorators.py:60
Methodtest
(self)
IPython/testing/ipunittest.py:147
MethodtestIPythonLexer
(self)
IPython/lib/tests/test_lexers.py:19
MethodtestLogging
(self)
IPython/core/tests/test_ultratb.py:450
Methodtest_1
Test magic_run_completer, should match two alternatives
IPython/core/tests/test_completerlib.py:50
Methodtest_1
Test magic_run_completer, should match two alternatives
IPython/core/tests/test_completerlib.py:104
Methodtest_1
Test safe_execfile with non-ascii path
IPython/core/tests/test_interactiveshell.py:526
Methodtest_1
Test system_raw with non-ascii cmd
IPython/core/tests/test_interactiveshell.py:572
Methodtest_2
Test magic_run_completer, should match one alternative
IPython/core/tests/test_completerlib.py:58
Methodtest_2
Test magic_run_completer, should match one alternative
IPython/core/tests/test_completerlib.py:113
Methodtest_3
Test magic_run_completer with unterminated "
IPython/core/tests/test_completerlib.py:66
Methodtest_3
Test magic_run_completer with unterminated "
IPython/core/tests/test_completerlib.py:122
Methodtest_IOStream_init
IOStream initializes from a file-like object missing attributes.
IPython/utils/tests/test_io.py:66
Methodtest_In_variable
Verify that In variable grows with user input (GH-284)
IPython/core/tests/test_interactiveshell.py:108
Functiontest_LSString
()
IPython/utils/tests/test_text.py:200
Functiontest_LineInfo
Simple test for LineInfo construction and str()
IPython/core/tests/test_splitinput.py:35
Functiontest_SList
()
IPython/utils/tests/test_text.py:207
Functiontest_SubClass
()
IPython/utils/tests/test_dir2.py:19
Functiontest_SubClass_with_trait_names_attr
()
IPython/utils/tests/test_dir2.py:30
Functiontest__IPYTHON__
()
IPython/core/tests/test_interactiveshell.py:842
Methodtest_abc
(self)
IPython/core/tests/test_inputsplitter.py:378
Methodtest_abspath_file_completions
(self)
IPython/core/tests/test_completer.py:302
Methodtest_adjust_completion_text_based_on_context
(self)
IPython/terminal/tests/test_interactivshell.py:49
Methodtest_aggressive_namespace_cleanup
Test that namespace cleanup is not too aggressive GH-238 Returning from another run magic deletes the namespace
IPython/core/tests/test_run.py:257
Methodtest_aimport_module_completer
(self)
IPython/core/tests/test_completer.py:1054
Functiontest_alias_args_commented
Check that alias correctly ignores 'commented out' args
IPython/core/tests/test_alias.py:43
Functiontest_alias_args_commented_nargs
Check that alias correctly counts args, excluding those commented out
IPython/core/tests/test_alias.py:55
Functiontest_alias_args_error
Error expanding with wrong number of arguments
IPython/core/tests/test_alias.py:34
Functiontest_alias_lifecycle
()
IPython/core/tests/test_alias.py:5
Functiontest_alias_magic
Test %alias_magic.
IPython/core/tests/test_magic.py:1054
Methodtest_all_completions_dups
Make sure the output of `IPCompleter.all_completions` does not have duplicated prefixes.
IPython/core/tests/test_completer.py:370
Functiontest_arg_split
Ensure that argument lines are correctly split like in a shell.
IPython/utils/tests/test_process.py:71
Functiontest_arg_split_win32
Ensure that argument lines are correctly split like in a shell.
IPython/utils/tests/test_process.py:86
Functiontest_assemble_logical_lines
()
IPython/core/tests/test_inputtransformer.py:362
Functiontest_assemble_python_lines
()
IPython/core/tests/test_inputtransformer.py:377
Functiontest_assign_magic
()
IPython/core/tests/test_inputtransformer.py:333
Functiontest_assign_system
()
IPython/core/tests/test_inputtransformer.py:330
Functiontest_attrs
()
IPython/utils/tests/test_tokenutil.py:90
Methodtest_audio_data_normalization
(self)
IPython/lib/tests/test_display.py:210
Methodtest_audio_data_without_normalization
(self)
IPython/lib/tests/test_display.py:218
Methodtest_audio_data_without_normalization_raises_for_invalid_data
(self)
IPython/lib/tests/test_display.py:228
Functiontest_audio_from_file
()
IPython/lib/tests/test_display.py:187
Methodtest_audio_from_list
(self)
IPython/lib/tests/test_display.py:200
Methodtest_audio_from_numpy_array
(self)
IPython/lib/tests/test_display.py:194
Methodtest_audio_from_numpy_array_without_rate_raises
(self)
IPython/lib/tests/test_display.py:206
Methodtest_audio_raises_for_nested_list
(self)
IPython/lib/tests/test_display.py:248
Methodtest_autoawait
(self)
IPython/core/tests/test_async_helpers.py:270
Methodtest_autoawait_asyncio_wrong_sleep
(self)
IPython/core/tests/test_async_helpers.py:305
Methodtest_autoawait_curio
(self)
IPython/core/tests/test_async_helpers.py:287
Methodtest_autoawait_trio
(self)
IPython/core/tests/test_async_helpers.py:291
Methodtest_autoawait_trio_wrong_sleep
(self)
IPython/core/tests/test_async_helpers.py:295
Functiontest_autocall_binops
See https://github.com/ipython/ipython/issues/81
IPython/core/tests/test_prefilter.py:49
Functiontest_autocall_should_ignore_raw_strings
()
IPython/core/tests/test_autocall.py:62
Functiontest_autocall_should_support_unicode
()
IPython/core/tests/test_prefilter.py:120
Functiontest_autorestore
()
IPython/extensions/tests/test_storemagic.py:51
Methodtest_back_latex_completion
(self)
IPython/core/tests/test_completer.py:236
Methodtest_back_unicode_completion
(self)
IPython/core/tests/test_completer.py:243
Functiontest_bad
()
IPython/lib/tests/test_security.py:17
Methodtest_bad_custom_tb
Check that InteractiveShell is protected from bad custom exception handlers
IPython/core/tests/test_interactiveshell.py:177
Methodtest_bad_custom_tb_return
Check that InteractiveShell is protected from bad return types in custom exception handlers
IPython/core/tests/test_interactiveshell.py:185
Functiontest_bad_module_all
Test module with invalid __all__ https://github.com/ipython/ipython/issues/9678
IPython/core/tests/test_completerlib.py:148
Functiontest_bad_precision
test various invalid values for float_precision.
IPython/core/tests/test_formatters.py:93
Functiontest_bad_repr
Don't catch bad repr errors
IPython/lib/tests/test_pretty.py:157
Functiontest_bad_repr_traceback
()
IPython/core/tests/test_formatters.py:291
Methodtest_bad_var_expand
var_expand on invalid formats shouldn't raise
IPython/core/tests/test_interactiveshell.py:250
Methodtest_bare_function_missed_unregister
(self)
IPython/core/tests/test_events.py:36
Functiontest_base
()
IPython/utils/tests/test_dir2.py:10
Functiontest_base64image
()
IPython/core/tests/test_display.py:118
Functiontest_basic_class
()
IPython/lib/tests/test_pretty.py:259
Functiontest_bookmark
()
IPython/core/tests/test_magic.py:1164
Functiontest_bool_raise
()
IPython/core/tests/test_oinspect.py:210
Functiontest_builtin_init
()
IPython/core/tests/test_oinspect.py:395
Methodtest_builtins_id
Check that %run doesn't damage __builtins__
IPython/core/tests/test_run.py:184
Methodtest_builtins_type
Check that the type of __builtins__ doesn't change with %run. However, the above could pass if __builtins__ was already modified to b
IPython/core/tests/test_run.py:193
Functiontest_cache
Test the compiler correctly compiles and caches inputs
IPython/core/tests/test_compilerop.py:42
Functiontest_cache_unicode
()
IPython/core/tests/test_compilerop.py:55
Functiontest_callability_checking
Test that the _repr_pretty_ method is tested for callability and skipped if not.
IPython/lib/tests/test_pretty.py:97
Functiontest_calldef_none
()
IPython/core/tests/test_oinspect.py:224
Methodtest_can_pickle
Can we pickle objects defined interactively (GH-29)
IPython/core/tests/test_interactiveshell.py:146
Functiontest_capture_display_hook_format
Tests that the capture display hook conforms to the CapturedIO output format
IPython/core/tests/test_displayhook.py:106
Functiontest_capture_output
capture_output works
IPython/utils/tests/test_capture.py:117
Methodtest_capture_output
capture_output() context works
IPython/utils/tests/test_io.py:81
Functiontest_capture_output_no_display
test capture_output(display=False)
IPython/utils/tests/test_capture.py:150
Functiontest_capture_output_no_stderr
test capture_output(stderr=False)
IPython/utils/tests/test_capture.py:138
Functiontest_capture_output_no_stdout
test capture_output(stdout=False)
IPython/utils/tests/test_capture.py:127
Methodtest_case
(self)
IPython/utils/tests/test_wildcard.py:51
Methodtest_case_showall
(self)
IPython/utils/tests/test_wildcard.py:66
Methodtest_cb_error
(self)
IPython/core/tests/test_events.py:47
Methodtest_cb_keyboard_interrupt
(self)
IPython/core/tests/test_events.py:53
Functiontest_cd_force_quiet
Test OSMagics.cd_force_quiet option
IPython/core/tests/test_magic.py:514
Functiontest_cell_magic
()
IPython/core/tests/test_inputtransformer2_line.py:18
Methodtest_cell_magic_class
Cell magics declared via a class
IPython/core/tests/test_magic.py:821
Methodtest_cell_magic_class2
Cell magics declared via a class, #2
IPython/core/tests/test_magic.py:833
Methodtest_cell_magic_func_deco
Cell magic using simple decorator
IPython/core/tests/test_magic.py:805
← previousnext →2,401–2,500 of 3,293, ranked by callers