23
23
suite = loader.suiteClass()
24
24
import bzrlib.util._bencode_py as py_module
25
25
scenarios = [('python', {'bencode': py_module})]
30
29
# the compiled module isn't available, so we add a failing test
31
30
class FailWithoutFeature(tests.TestCase):
34
33
suite.addTest(loader.loadTestsFromTestCase(FailWithoutFeature))
35
34
tests.multiply_tests(standard_tests, scenarios, suite)
54
41
class TestBencodeDecode(tests.TestCase):