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 (13 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# encoding: utf-8

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

def test_import_irunner():
    from IPython.lib import demo