##// END OF EJS Templates
Moved Itpl.py to deathrow as we already have a copy in external.
Moved Itpl.py to deathrow as we already have a copy in external.

File last commit:

r2029:bce94297
r2031:01bb834d
Show More
test_imports.py
35 lines | 703 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
def test_import_history():
from IPython.core import history
def test_import_hooks():
from IPython.core import hooks
def test_import_ipapi():
from IPython.core import ipapi
def test_imort_iplib():
from IPython.core import iplib
def test_imort_ipmaker():
from IPython.core import ipmaker