~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-08-30 05:30:43 UTC
  • Revision ID: mbp@sourcefrog.net-20050830053042-58932432ee958d1e
- make get_parent() be a method of Branch; add simple tests for it

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
 
307
307
    testmod_names = \
308
308
                  ['bzrlib.selftest.MetaTestLog',
 
309
                   'bzrlib.selftest.test_parent',
309
310
                   'bzrlib.selftest.testinv',
310
311
                   'bzrlib.selftest.testfetch',
311
312
                   'bzrlib.selftest.versioning',