6 lines
186 B
Python
6 lines
186 B
Python
"""Extension to the unittest package to support buildlogger and parallel test execution."""
|
|
|
|
from buildscripts.resmokelib.testing import executor, suite
|
|
|
|
__all__ = ["executor", "suite"]
|