~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-10-04 05:15:51 UTC
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1403.
  • Revision ID: mbp@sourcefrog.net-20051004051551-7b4af87f92c3794a
- add simple test for upgrade
  from v0.0.4 to v5 format
- also helper functions to build a tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
464
464
                   'bzrlib.selftest.testtransport',
465
465
                   'bzrlib.selftest.testgraph',
466
466
                   'bzrlib.selftest.testworkingtree',
 
467
                   'bzrlib.selftest.test_upgrade',
467
468
                   ]
468
469
 
469
470
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,