192
192
class TestDistributionMirrorSet(unittest.TestCase):
193
193
layer = LaunchpadFunctionalLayer
195
195
def test_getBestMirrorsForCountry_randomizes_results(self):
196
196
"""Make sure getBestMirrorsForCountry() randomizes its results."""
197
197
def my_select(class_, query, *args, **kw):