/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

Code and tests for shorter formatting of error messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
565
565
 
566
566
    global MODULES_TO_TEST, MODULES_TO_DOCTEST
567
567
 
 
568
    # FIXME: If these fail to load, e.g. because of a syntax error, the
 
569
    # exception is hidden by unittest.  Sucks.  Should either fix that or
 
570
    # perhaps import them and pass them to unittest as modules.
568
571
    testmod_names = \
569
572
                  ['bzrlib.selftest.MetaTestLog',
570
573
                   'bzrlib.selftest.testapi',
613
616
                   'bzrlib.selftest.testnonascii',
614
617
                   'bzrlib.selftest.testreweave',
615
618
                   'bzrlib.selftest.testtsort',
 
619
                   'bzrlib.selftest.testtrace',
616
620
                   ]
617
621
 
618
622
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,