1425
1427
# TODO: --list should give a list of all available tests
1427
1441
takes_args = ['testspecs*']
1428
1442
takes_options = ['verbose',
1429
1443
Option('one', help='stop when one test fails'),
1434
1452
def run(self, testspecs_list=None, verbose=False, one=False,
1437
1455
from bzrlib.tests import selftest
1438
1456
# we don't want progress meters from the tests to go to the