()
| 16 | """) |
| 17 | |
| 18 | def test_cell_magic(): |
| 19 | for sample, expected in [CELL_MAGIC]: |
| 20 | nt.assert_equal(ipt2.cell_magic(sample.splitlines(keepends=True)), |
| 21 | expected.splitlines(keepends=True)) |
| 22 | |
| 23 | CLASSIC_PROMPT = ("""\ |
| 24 | >>> for a in range(5): |
nothing calls this directly
no outgoing calls
no test coverage detected