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