7 lines
176 B
Python
7 lines
176 B
Python
"""Extension to the unittest package to support buildlogger and parallel test execution."""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from . import executor
|
|
from . import suite
|