26
24
from lp.testing.systemdocs import (
33
34
def build_doctest_suite(base_dir, tests_path, special_tests={},
35
layer=None, setUp=setUp, tearDown=tearDown,
37
37
"""Build the doc test suite."""
38
41
suite = unittest.TestSuite()
39
42
# Tests are run relative to the calling module, not this module.