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