File: test_imports.py

package info (click to toggle)
ipython 1.2.1-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 22,884 kB
  • sloc: python: 67,305; makefile: 469; lisp: 272; sh: 251
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