()
| 111 | |
| 112 | |
| 113 | def test_find_file_magic(): |
| 114 | run = ip.find_line_magic("run") |
| 115 | assert oinspect.find_file(run) is not None |
| 116 | |
| 117 | |
| 118 | # A few generic objects we can then inspect in the tests below |
nothing calls this directly
no test coverage detected
searching dependent graphs…