()
| 62 | """) |
| 63 | |
| 64 | def 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 | |
| 69 | INDENT_SPACES = ("""\ |
| 70 | if True: |
nothing calls this directly
no outgoing calls
no test coverage detected