##// END OF EJS Templates
Moved skip decorator to testing and created similar ones for OSX and linux, create delete testdirs in module setup/teardown
Moved skip decorator to testing and created similar ones for OSX and linux, create delete testdirs in module setup/teardown

File last commit:

r1570:e7baa7b2
r1803:819ec5a8
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()