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

Function test_find_mod_5

IPython/utils/tests/test_module_paths.py:109–114  ·  view source on GitHub ↗

Search for a filename with a .pyc extension Expected output: TODO: do we exclude or include .pyc files?

()

Source from the content-addressed store, hash-verified

107 nt.assert_equal(mp.find_mod("pack"), modpath)
108
109def test_find_mod_5():
110 """
111 Search for a filename with a .pyc extension
112 Expected output: TODO: do we exclude or include .pyc files?
113 """
114 nt.assert_equal(mp.find_mod("packpyc"), None)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected