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

Function test_arg_split_win32

tests/test_process.py:93–95  ·  view source on GitHub ↗

Ensure that argument lines are correctly split like in a shell.

(argstr, argv)

Source from the content-addressed store, hash-verified

91 ],
92)
93def test_arg_split_win32(argstr, argv):
94 """Ensure that argument lines are correctly split like in a shell."""
95 assert arg_split(argstr) == argv
96
97
98@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

arg_splitFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…