| Current Path : /opt/alt/python27/lib/python2.7/site-packages/xmlrunner/ |
| Current File : //opt/alt/python27/lib/python2.7/site-packages/xmlrunner/__init__.py |
# -*- coding: utf-8 -*-
"""
This module provides the XMLTestRunner class, which is heavily based on the
default TextTestRunner.
"""
# Allow version to be detected at runtime.
from .version import __version__
from .runner import XMLTestRunner
__all__ = ('__version__', 'XMLTestRunner')