~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tests/__init__.py

Starting point. Interface tests hooked up and failing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
def load_tests(standard_tests, module, loader):
23
23
    test_modules = [
24
24
        'errors',
25
 
        'equivalence_table',
26
25
        'groupcompress',
27
 
        '_groupcompress_c',
28
26
        ]
29
27
    standard_tests.addTests(loader.loadTestsFromModuleNames(
30
28
        ['bzrlib.plugins.groupcompress.tests.test_' + name for