/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/doc/api/__init__.py

Change load_tests signature to be unittest compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    return lambda: new_id
38
38
 
39
39
 
40
 
def load_tests(basic_tests, module, loader):
 
40
def load_tests(loader, basic_tests, pattern):
41
41
    """This module creates its own test suite with DocFileSuite."""
42
42
 
43
43
    dir_ = os.path.dirname(__file__)