File: test_imports.py

package info (click to toggle)
ipython 0.13.1-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,752 kB
  • sloc: python: 69,537; makefile: 355; lisp: 272; sh: 80; objc: 37
file content (26 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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_upgradedir():
    from IPython.utils import upgradedir

def test_import_wildcard():
    from IPython.utils import wildcard