summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/test/qa-tests/buildscripts/resmokelib/testing/__init__.py
blob: e4acff00521cb27a8d8845973106c0045431784b (plain)
1
2
3
4
5
6
7
8
9
"""
Extension to the unittest package to support buildlogger and parallel
test execution.
"""

from __future__ import absolute_import

from . import executor
from . import suite