424
424
def get_test_permutations():
425
425
"""Return the permutations to be used in testing."""
427
427
from bzrlib.tests import http_server
428
428
permutations = [(PyCurlTransport, http_server.HttpServer_PyCurl),]
430
430
from bzrlib.tests import (