()
| 439 | |
| 440 | @dec.skip_win32 |
| 441 | def test_time2(): |
| 442 | ip = get_ipython() |
| 443 | |
| 444 | with tt.AssertPrints("CPU times: user "): |
| 445 | ip.run_cell("%time None") |
| 446 | |
| 447 | def test_time3(): |
| 448 | """Erroneous magic function calls, issue gh-3334""" |
nothing calls this directly
no test coverage detected