~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tests/__init__.py

Remove the equivalence table tests, since we don't use it anymore.

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
26
        '_groupcompress_pyx',
28
27
        ]