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