##// END OF EJS Templates
history.py => core/history.py and imports updated.py
history.py => core/history.py and imports updated.py

File last commit:

r2021:5a7d5d35
r2025:9241c65d
Show More
test_imports.py
18 lines | 390 B | text/x-python | PythonLexer
#!/usr/bin/env python
# encoding: utf-8
def test_import_completer():
from IPython.core import completer
def test_import_crashhandler():
from IPython.core import crashhandler
def test_import_debugger():
from IPython.core import debugger
def test_import_fakemodule():
from IPython.core import fakemodule
def test_import_excolors():
from IPython.core import excolors