/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/plugins/bash_completion/__init__.py

Change load_tests signature to be unittest compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                                   'breezy.plugins.bash_completion.bashcomp')
33
33
 
34
34
 
35
 
def load_tests(basic_tests, module, loader):
 
35
def load_tests(loader, basic_tests, pattern):
36
36
    testmod_names = [
37
37
        'tests',
38
38
        ]