mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +00:00
12 lines
270 B
Python
12 lines
270 B
Python
# 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
|