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

Function test_ipython_prompt

IPython/core/tests/test_inputtransformer2_line.py:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62""")
63
64def test_ipython_prompt():
65 for sample, expected in [IPYTHON_PROMPT, IPYTHON_PROMPT_L2]:
66 nt.assert_equal(ipt2.ipython_prompt(sample.splitlines(keepends=True)),
67 expected.splitlines(keepends=True))
68
69INDENT_SPACES = ("""\
70 if True:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected