20
20
for man page generation.
26
return bzrlib.doc.api.test_suite()
24
def load_tests(basic_tests, module, loader):
25
suite = loader.suiteClass()
26
# add the tests for this module (obviously none so far)
27
suite.addTests(basic_tests)
33
# add the tests for the sub modules
34
suite.addTests(loader.loadTestsFromModuleNames(testmod_names))