145
145
config.test_stack_builder_registry.register('branch', build_branch_stack)
149
149
# There is only one permutation (but we won't be able to handle more with
152
152
server_class) = transport_remote.get_test_permutations()[0]
153
153
build_backing_branch(test, 'branch', transport_class, server_class)
154
154
b = branch.Branch.open(test.get_url('branch'))
159
159
def build_remote_control_stack(test):
160
160
# There is only one permutation (but we won't be able to handle more with