##// END OF EJS Templates
FakeModule.py => core/fakemodule.py and updated tests and imports.
FakeModule.py => core/fakemodule.py and updated tests and imports.

File last commit:

r2020:f3a106b5
r2020:f3a106b5
Show More
test_imports.py
15 lines | 323 B | text/x-python | PythonLexer
Brian Granger
completer.py => core/completer.py and imports updated.
r2012 #!/usr/bin/env python
# encoding: utf-8
def test_import_completer():
from IPython.core import completer
Brian Granger
CrashHandler.py => core/crashhandler.py and updated all imports.
r2014 def test_import_crashhandler():
from IPython.core import crashhandler
Brian Granger
Debugger.py => core/debugger.py and updated all imports.
r2015
def test_import_debugger():
Brian Granger
FakeModule.py => core/fakemodule.py and updated tests and imports.
r2020 from IPython.core import debugger
def test_import_fakemodule():
from IPython.core import fakemodule