62
67
combinations = [(format, format._matchingbzrdir) for format in
63
68
BranchFormat._formats.values() + _legacy_formats]
64
69
adapter = BranchTestProviderAdapter(
66
72
# None here will cause a readonly decorator to be created
67
73
# by the TestCaseWithTransport.get_readonly_transport method.
71
77
adapt_modules(test_branch_implementations, adapter, loader, result)