/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__bencode.py

Change load_tests signature to be unittest compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from .. import tests
22
22
 
23
 
def load_tests(standard_tests, module, loader):
 
23
def load_tests(loader, standard_tests, pattern):
24
24
    suite, _ = tests.permute_tests_for_extension(standard_tests, loader,
25
25
        'breezy.util._bencode_py', 'breezy._bencode_pyx')
26
26
    return suite