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

Function test_find_file_magic

IPython/core/tests/test_oinspect.py:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def test_find_file_magic():
99 run = ip.find_line_magic('run')
100 nt.assert_not_equal(oinspect.find_file(run), None)
101
102
103# A few generic objects we can then inspect in the tests below

Callers

nothing calls this directly

Calls 1

find_line_magicMethod · 0.80

Tested by

no test coverage detected