summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/__init__.py
blob: eb58f41f7fe516827e6a32ab42e1166a4865b970 (plain)
1
2
3
4
5
6
"""Extension to the unittest package to support buildlogger and parallel test execution."""

from __future__ import absolute_import

from . import executor
from . import suite