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

Function test_arg_split

tests/test_process.py:78–80  ·  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

76 ],
77)
78def test_arg_split(argstr, argv):
79 """Ensure that argument lines are correctly split like in a shell."""
80 assert arg_split(argstr) == argv
81
82
83@dec.skip_if_not_win32

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…