MCPcopy Create free account
hub / github.com/ipython/ipython / test_non_extension

Function test_non_extension

IPython/core/tests/test_extension.py:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93
94def test_non_extension():
95 em = get_ipython().extension_manager
96 nt.assert_equal(em.load_extension('sys'), "no load function")

Callers

nothing calls this directly

Calls 2

load_extensionMethod · 0.80
get_ipythonFunction · 0.50

Tested by

no test coverage detected