##// END OF EJS Templates
Make test suite more robust under Win32....
Make test suite more robust under Win32. Closes: https://bugs.launchpad.net/ipython/+bug/366353

File last commit:

r1570:e7baa7b2
r2112:01243455
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()