()
| 25 | from IPython.core import interactiveshell |
| 26 | |
| 27 | def test_import_logger(): |
| 28 | from IPython.core import logger |
| 29 | |
| 30 | def test_import_macro(): |
| 31 | from IPython.core import macro |
nothing calls this directly
no outgoing calls
no test coverage detected