blob: 7cae4bc0a5151f1fbef90ced2aa2fa7e9f77f7d3 (
plain)
1
2
3
4
|
"""Extension to the unittest package to support buildlogger and parallel test execution."""
from buildscripts.resmokelib.testing import executor
from buildscripts.resmokelib.testing import suite
|