| 58 | with TemporaryDirectory() as td: |
| 59 | |
| 60 | class TestApp(BaseIPythonApplication): |
| 61 | test = Unicode().tag(config=True) |
| 62 | |
| 63 | # Create the config file, so it tries to load it. |
| 64 | with open(os.path.join(td, "ipython_config.py"), "w", encoding="utf-8") as f: |
no outgoing calls
searching dependent graphs…