1293
1292
suite.addTest(package.test_suite())
1294
1293
for m in MODULES_TO_TEST:
1295
1294
suite.addTest(loader.loadTestsFromModule(m))
1298
1297
for name, plugin in bzrlib.plugin.all_plugins().items():
1299
1298
if getattr(plugin, 'test_suite', None) is not None:
1300
1299
suite.addTest(plugin.test_suite())