Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
11
venv/Lib/site-packages/IPython/lib/tests/test_imports.py
Normal file
11
venv/Lib/site-packages/IPython/lib/tests/test_imports.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# encoding: utf-8
|
||||
from IPython.testing import decorators as dec
|
||||
|
||||
def test_import_backgroundjobs():
|
||||
from IPython.lib import backgroundjobs
|
||||
|
||||
def test_import_deepreload():
|
||||
from IPython.lib import deepreload
|
||||
|
||||
def test_import_demo():
|
||||
from IPython.lib import demo
|
||||
Loading…
Add table
Add a link
Reference in a new issue