35
35
def load_tests(standard_tests, module, loader):
36
36
"""Multiply tests for tranport implementations."""
37
37
transport_tests, remaining_tests = tests.split_suite_by_condition(
40
39
return tests.multiply_tests(transport_tests, transport_test_permutations(),