##// END OF EJS Templates
Merge pull request #4473 from takluyver/setup23...
Merge pull request #4473 from takluyver/setup23 update script generation in setup.py These changes: - Give us scripts called `ipython` and (`ipython2` or `ipython3`) for any installation. (and likewise for each of iptest, ipcontroller, etc.) - Add a new `setup.py symlink` target, to use instead of `develop`, which installs scripts and symlinks the library into site-packages, without using setuptools. - Removes the static script entry points - all our entry points are now automatically generated.

File last commit:

r11235:291fade6
r13508:b9082512 merge
Show More
test_imports.py
15 lines | 350 B | text/x-python | PythonLexer
# encoding: utf-8
from IPython.testing import decorators as dec
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
@dec.skip_win32
def test_import_irunner():
from IPython.lib import irunner