Your IP : 216.73.216.196


Current Path : /opt/alt/python37/lib/python3.7/site-packages/xmlrunner/
Upload File :
Current File : //opt/alt/python37/lib/python3.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')