~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

- basic testament class

Show diffs side-by-side

added added

removed removed

Lines of Context:
491
491
                   'bzrlib.selftest.testworkingtree',
492
492
                   'bzrlib.selftest.test_upgrade',
493
493
                   'bzrlib.selftest.test_conflicts',
 
494
                   'bzrlib.selftest.testtestament',
494
495
                   ]
495
496
 
496
497
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,