()
| 2 | from IPython.testing import decorators as dec |
| 3 | |
| 4 | def test_import_backgroundjobs(): |
| 5 | from IPython.lib import backgroundjobs |
| 6 | |
| 7 | def test_import_deepreload(): |
| 8 | from IPython.lib import deepreload |
nothing calls this directly
no outgoing calls
no test coverage detected