24
24
# parameterize all tests in this module
25
25
import bzrlib._chunks_to_lines_py as py_module
26
26
scenarios = [('python', {'module': py_module})]
30
31
# the compiled module isn't available, so we add a failing test
31
32
class FailWithoutFeature(tests.TestCase):
34
35
standard_tests.addTest(FailWithoutFeature("test_fail"))
35
36
return tests.multiply_tests(standard_tests, scenarios, loader.suiteClass())
42
43
class TestChunksToLines(tests.TestCase):