test_imports.py
14 lines
| 307 B
| text/x-python
|
PythonLexer
Brian Granger
|
r2011 | #!/usr/bin/env python | ||
# 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 | ||||