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

Function test_get_long_path_name

IPython/utils/tests/test_path.py:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268
269@dec.skip_win32
270def test_get_long_path_name():
271 p = path.get_long_path_name('/usr/local')
272 nt.assert_equal(p,'/usr/local')
273
274
275class TestRaiseDeprecation(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected