27
27
suite = loader.suiteClass()
28
28
import bzrlib._rio_py as py_module
29
29
scenarios = [('python', {'module': py_module})]
34
33
# the compiled module isn't available, so we add a failing test
35
34
class FailWithoutFeature(tests.TestCase):
38
37
suite.addTest(loader.loadTestsFromTestCase(FailWithoutFeature))
39
38
tests.multiply_tests(standard_tests, scenarios, suite)
58
45
class TestValidTag(tests.TestCase):