test_imports.py
13 lines
| 285 B
| text/x-python
|
PythonLexer
Brian Granger
|
r2011 | # encoding: utf-8 | ||
def test_import_backgroundjobs(): | ||||
from IPython.lib import backgroundjobs | ||||
Brian Granger
|
r2016 | def test_import_deepreload(): | ||
from IPython.lib import deepreload | ||||
Brian Granger
|
r2017 | def test_import_demo(): | ||
Brian Granger
|
r2035 | from IPython.lib import demo | ||
def test_import_irunner(): | ||||
from IPython.lib import demo | ||||