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

Function test_find_cmd_ls

IPython/utils/tests/test_process.py:42–45  ·  view source on GitHub ↗

Make sure we can find the full path to ls.

()

Source from the content-addressed store, hash-verified

40
41@dec.skip_win32
42def test_find_cmd_ls():
43 """Make sure we can find the full path to ls."""
44 path = find_cmd('ls')
45 nt.assert_true(path.endswith('ls'))
46
47
48def has_pywin32():

Callers

nothing calls this directly

Calls 1

find_cmdFunction · 0.90

Tested by

no test coverage detected