~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tests/__init__.py

Bring in the 'rabin' experiment.
Change the names and disk-strings for the various repository formats.
Make the CHK format repositories all 'rich-root' we can introduce non-rich-root later.
Make a couple other small tweaks, like copyright statements, etc.
Remove patch-delta.c, at this point, it was only a reference implementation,
as we have fully integrated the patching into pyrex, to allow nicer exception
handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        'errors',
25
25
        'equivalence_table',
26
26
        'groupcompress',
27
 
        '_groupcompress_c',
 
27
        '_groupcompress_pyx',
28
28
        ]
29
29
    standard_tests.addTests(loader.loadTestsFromModuleNames(
30
 
        ['bzrlib.plugins.groupcompress.tests.test_' + name for 
 
30
        ['bzrlib.plugins.groupcompress.tests.test_' + name for
31
31
         name in test_modules]))
32
32
    return standard_tests