173
173
def get_test_permutations():
174
174
"""Return the permutations to be used in testing."""
177
179
permutations = [(HttpTransport_urllib, http_server.HttpServer_urllib),]
179
181
from bzrlib.tests import https_server
180
182
permutations.append((HttpTransport_urllib,
181
183
https_server.HTTPSServer_urllib))