6 lines
192 B
Python
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"]
|