~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-09-13 01:37:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050913013723-7e0026b48cbf08ff
- BROKEN: start refactoring fetch code to work well with weaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        
110
110
        
111
111
    def check_inventory_shape(self, inv, shape):
112
 
        """Compare an inventory to a list of expected names.
 
112
        """
 
113
        Compare an inventory to a list of expected names.
113
114
 
114
115
        Fail if they are not precisely equal.
115
116
        """
316
317
    testmod_names = \
317
318
                  ['bzrlib.selftest.MetaTestLog',
318
319
                   'bzrlib.selftest.testinv',
319
 
                   'bzrlib.selftest.test_commit',
320
320
                   'bzrlib.selftest.versioning',
321
321
                   'bzrlib.selftest.testmerge3',
322
322
                   'bzrlib.selftest.testhashcache',
330
330
                   'bzrlib.selftest.testdiff',
331
331
                   'bzrlib.selftest.test_parent',
332
332
                   'bzrlib.selftest.test_xml',
333
 
                   'bzrlib.selftest.test_weave',
334
333
                   'bzrlib.selftest.testfetch',
335
334
                   'bzrlib.selftest.whitebox',
336
335
                   'bzrlib.selftest.teststore',