##// END OF EJS Templates
Merge pull request #1328 from ipython/coverage...
Merge pull request #1328 from ipython/coverage Add XML coverage support to the test suite with new --with-xml-coverage flag. The resulting XML output files are understood by Jenkins, so now our automated test suite will have coverage reports.

File last commit:

r415:4a5dcb15
r5988:e0143f73 merge
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]