##// END OF EJS Templates
upgrade_dir.py => utils/upgradedir.py and updated imports.
upgrade_dir.py => utils/upgradedir.py and updated imports.

File last commit:

r1570:e7baa7b2
r2049:2596e352
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()