##// END OF EJS Templates
Cut release 0.9. This revision will be tagged as 0.9.
Cut release 0.9. This revision will be tagged as 0.9.

File last commit:

r1570:e7baa7b2
r1701:76706c41 merge rel-0.9
Show More
iptest
8 lines | 131 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""IPython Test Suite Runner.
"""
from IPython.testing import iptest
iptest.main()