~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

- start introducing hct error classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
                   ]
534
534
 
535
535
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,
536
 
              bzrlib.osutils, bzrlib.commands, bzrlib.merge3):
 
536
              bzrlib.osutils, bzrlib.commands, bzrlib.merge3,
 
537
              bzrlib.errors,
 
538
              ):
537
539
        if m not in MODULES_TO_DOCTEST:
538
540
            MODULES_TO_DOCTEST.append(m)
539
541