29
29
suite = loader.suiteClass()
30
30
import bzrlib._chk_map_py as py_module
31
31
scenarios = [('python', {'module': py_module})]
35
35
# the compiled module isn't available, so we add a failing test
36
36
class FailWithoutFeature(tests.TestCase):
39
39
suite.addTest(loader.loadTestsFromTestCase(FailWithoutFeature))
40
40
tests.multiply_tests(standard_tests, scenarios, suite)
47
47
class TestSearchKeys(tests.TestCase):