##// END OF EJS Templates
- Make ipdoctest a little cleaner by giving it separate option names....
- Make ipdoctest a little cleaner by giving it separate option names. This is in an attempt at better isolating it from the rest of nose, because we are seeing intermittent Twisted errors when it is enabled. However, I still see them sometimes. - Also, make the reference counting tests a little less verbose.

File last commit:

r1570:e7baa7b2
r1910:8bc770ab
Show More
iptest
8 lines | 131 B | text/plain | TextLexer
Fernando Perez
Added new script to test ipython itself.
r1564 #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""IPython Test Suite Runner.
"""
Fernando Perez
Fix decorator bug and update build scripts to use setuptools for iptest.
r1570 from IPython.testing import iptest
Fernando Perez
Added new script to test ipython itself.
r1564
Fernando Perez
Fix decorator bug and update build scripts to use setuptools for iptest.
r1570 iptest.main()