2024-12-08 15:01:07 -08:00
|
|
|
"""Extension to the unittest package to support different loggers and parallel test execution."""
|
2015-05-08 14:20:43 -04:00
|
|
|
|
2024-10-10 10:59:18 -07:00
|
|
|
from buildscripts.resmokelib.testing import executor, suite
|
2024-10-03 17:52:26 -07:00
|
|
|
|
|
|
|
|
__all__ = ["executor", "suite"]
|