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

  • Committer: Martin
  • Date: 2017-05-23 14:08:03 UTC
  • mto: (6625.4.6 integration-bisect)
  • mto: This revision was merged to the branch mainline in revision 6629.
  • Revision ID: gzlist@googlemail.com-20170523140803-1bayist4qbqgvku8
Drop custom load_tests implementation and use unittest signature

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    )
32
32
 
33
33
 
34
 
def load_tests(standard_tests, module, loader):
 
34
def load_tests(loader, standard_tests, pattern):
35
35
    """Parameterize tests for all versions of groupcompress."""
36
36
    global compiled_static_tuple_feature
37
37
    suite, compiled_static_tuple_feature = tests.permute_tests_for_extension(