##// END OF EJS Templates
Fix problem with windows installer script: html docs were not found.
Fix problem with windows installer script: html docs were not found.

File last commit:

r1570:e7baa7b2
r1589:ebf55786
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()