mongo/buildscripts/resmokelib/testing/__init__.py

6 lines
192 B
Python

"""Extension to the unittest package to support different loggers and parallel test execution."""
from buildscripts.resmokelib.testing import executor, suite
__all__ = ["executor", "suite"]