Test that failing imports raise the right exception
()
| 34 | |
| 35 | |
| 36 | def test_import_raises(): |
| 37 | "Test that failing imports raise the right exception" |
| 38 | nt.assert_raises(ImportError, import_item, 'IPython.foobar') |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected