5 lines
196 B
Python
5 lines
196 B
Python
"""Extension to the unittest package to support buildlogger and parallel test execution."""
|
|
|
|
from buildscripts.resmokelib.testing import executor
|
|
from buildscripts.resmokelib.testing import suite
|