()
| 19 | from IPython.core import hooks |
| 20 | |
| 21 | def test_import_getipython(): |
| 22 | from IPython.core import getipython |
| 23 | |
| 24 | def test_import_interactiveshell(): |
| 25 | from IPython.core import interactiveshell |
nothing calls this directly
no outgoing calls
no test coverage detected