File: test_imports.py

package info (click to toggle)
ipython 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,428 kB
  • ctags: 4,941
  • sloc: python: 33,657; makefile: 170; sh: 139
file content (23 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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_rlineimpl():
    from IPython.utils import rlineimpl

def test_import_strdispatch():
    from IPython.utils import strdispatch

def test_import_wildcard():
    from IPython.utils import wildcard