MCPcopy Index your code
hub / github.com/ipython/ipython / test_find_cmd_ls

Function test_find_cmd_ls

tests/test_process.py:47–50  ·  view source on GitHub ↗

Make sure we can find the full path to ls.

()

Source from the content-addressed store, hash-verified

45
46@dec.skip_win32
47def test_find_cmd_ls():
48 """Make sure we can find the full path to ls."""
49 path = find_cmd("ls")
50 assert path.endswith("ls")
51
52
53@dec.skip_if_not_win32

Callers

nothing calls this directly

Calls 1

find_cmdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…