/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test__annotator.py

Change load_tests signature to be unittest compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    )
26
26
 
27
27
 
28
 
def load_tests(standard_tests, module, loader):
 
28
def load_tests(loader, standard_tests, pattern):
29
29
    """Parameterize tests for all versions of groupcompress."""
30
30
    suite, _ = tests.permute_tests_for_extension(standard_tests, loader,
31
31
        'breezy._annotator_py', 'breezy._annotator_pyx')