mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-06 07:52:33 +00:00
first commit
This commit is contained in:
20
.venv/Lib/site-packages/IPython/utils/tests/test_imports.py
Normal file
20
.venv/Lib/site-packages/IPython/utils/tests/test_imports.py
Normal file
@ -0,0 +1,20 @@
|
||||
# encoding: utf-8
|
||||
|
||||
def test_import_coloransi():
|
||||
from IPython.utils import coloransi
|
||||
|
||||
def test_import_generics():
|
||||
from IPython.utils import generics
|
||||
|
||||
def test_import_ipstruct():
|
||||
from IPython.utils import ipstruct
|
||||
|
||||
def test_import_PyColorize():
|
||||
from IPython.utils import PyColorize
|
||||
|
||||
def test_import_strdispatch():
|
||||
from IPython.utils import strdispatch
|
||||
|
||||
def test_import_wildcard():
|
||||
from IPython.utils import wildcard
|
||||
|
Reference in New Issue
Block a user