##// END OF EJS Templates
Removed skip_on_win32 should dependencies should be stubbed
Removed skip_on_win32 should dependencies should be stubbed

File last commit:

r1570:e7baa7b2
r1795:d4ba4ae6
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()