Skip to content

Commit

Permalink
Readd test in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 22, 2015
1 parent 3800dd1 commit 9661a4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IPython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
from .terminal.embed import embed

from .core.interactiveshell import InteractiveShell
from .testing import test
from .utils.sysinfo import sys_info
from .utils.frame import extract_module_locals

Expand Down Expand Up @@ -141,4 +142,4 @@ def start_kernel(argv=None, **kwargs):
"""
from IPython.kernel.zmq.kernelapp import launch_new_instance
return launch_new_instance(argv=argv, **kwargs)


0 comments on commit 9661a4b

Please sign in to comment.