90
90
:param server_class: The server associated with the ``transport_class``
96
96
if transport_class is not None and server_class is not None:
97
97
test.transport_class = transport_class
98
98
test.transport_server = server_class
99
99
elif not (transport_class is None and server_class is None):
100
100
raise AssertionError('Specify both ``transport_class`` and '
102
102
if getattr(test, 'backing_branch', None) is None:
103
103
# First call, let's build the branch on disk
104
104
test.backing_branch = test.make_branch(relpath)