Show More
test_imports.py
11 lines
| 270 B
| text/x-python
|
PythonLexer
|
r2011 | # encoding: utf-8 | ||
|
r11235 | from IPython.testing import decorators as dec | ||
|
r2011 | |||
def test_import_backgroundjobs(): | ||||
from IPython.lib import backgroundjobs | ||||
|
r2016 | def test_import_deepreload(): | ||
from IPython.lib import deepreload | ||||
|
r2017 | def test_import_demo(): | ||
|
r2035 | from IPython.lib import demo | ||