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

Function test_split_user_input

IPython/core/tests/test_splitinput.py:32–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30tests.append((u"Pérez Fernando", (u'', u'', u'Pérez', u'Fernando')))
31
32def test_split_user_input():
33 return tt.check_pairs(split_user_input, tests)
34
35def test_LineInfo():
36 """Simple test for LineInfo construction and str()"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected