()
| 22 | from IPython.core import getipython |
| 23 | |
| 24 | def test_import_interactiveshell(): |
| 25 | from IPython.core import interactiveshell |
| 26 | |
| 27 | def test_import_logger(): |
| 28 | from IPython.core import logger |
nothing calls this directly
no outgoing calls
no test coverage detected