()
| 96 | |
| 97 | |
| 98 | def test_find_file_magic(): |
| 99 | run = ip.find_line_magic('run') |
| 100 | nt.assert_not_equal(oinspect.find_file(run), None) |
| 101 | |
| 102 | |
| 103 | # A few generic objects we can then inspect in the tests below |
nothing calls this directly
no test coverage detected