##// END OF EJS Templates
release 8.17.0
release 8.17.0

File last commit:

r27843:667f3cbe
r28491:6d31af55
Show More
test_imports.py
14 lines | 273 B | text/x-python | PythonLexer
Brian Granger
background_jobs.py => lib/backgroundjob.py and imports updated.
r2011 # encoding: utf-8
Thomas Kluyver
Skip import irunner test on Windows....
r11235 from IPython.testing import decorators as dec
Brian Granger
background_jobs.py => lib/backgroundjob.py and imports updated.
r2011
Matthias Bussonnier
Run black on all files that would lead to 3 lines changes or less
r27843
Brian Granger
background_jobs.py => lib/backgroundjob.py and imports updated.
r2011 def test_import_backgroundjobs():
from IPython.lib import backgroundjobs
Matthias Bussonnier
Run black on all files that would lead to 3 lines changes or less
r27843
Brian Granger
deep_reload.py =? lib/deepreload.py and imports updated.
r2016 def test_import_deepreload():
from IPython.lib import deepreload
Matthias Bussonnier
Run black on all files that would lead to 3 lines changes or less
r27843
Brian Granger
demo.py => lib/demo.py and imports updated.
r2017 def test_import_demo():
Brian Granger
irunner.py => lib/irunner.py and imports updated.
r2035 from IPython.lib import demo