Files
mongo/buildscripts/resmokelib/testing/__init__.py
Juan Gu 855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +00:00

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"]