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