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