393
392
submod_tests = loader.loadTestsFromModuleNames(
394
393
['bzrlib.tests.per_tree.test_' + name
395
394
for name in per_tree_mod_names])
396
396
scenarios = make_scenarios(
398
398
# None here will cause a readonly decorator to be created
399
399
# by the TestCaseWithTransport.get_readonly_transport method.
402
402
# add the tests for the sub modules
403
403
return tests.multiply_tests(submod_tests, scenarios, standard_tests)