32
32
('python', {'module': _annotator_py}),
34
34
suite = loader.suiteClass()
39
38
# the compiled module isn't available, so we add a failing test
40
39
class FailWithoutFeature(tests.TestCase):
43
42
suite.addTest(loader.loadTestsFromTestCase(FailWithoutFeature))
44
43
result = tests.multiply_tests(standard_tests, scenarios, suite)
63
51
class TestAnnotator(tests.TestCaseWithMemoryTransport):