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

Function test_tempdir

IPython/utils/tests/test_module_paths.py:69–73  ·  view source on GitHub ↗

Ensure the test are done with a temporary file that have a dot somewhere.

()

Source from the content-addressed store, hash-verified

67 sys.path = old_syspath
68
69def test_tempdir():
70 """
71 Ensure the test are done with a temporary file that have a dot somewhere.
72 """
73 nt.assert_in('.',TMP_TEST_DIR)
74
75
76def test_find_mod_1():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected