test_imports.py
11 lines
| 270 B
| text/x-python
|
PythonLexer
Brian Granger
|
r2011 | # encoding: utf-8 | ||
Thomas Kluyver
|
r11235 | from IPython.testing import decorators as dec | ||
Brian Granger
|
r2011 | |||
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 | ||