37
37
('python-nocache', {'module': _known_graph_py, 'do_cache': False}),
39
39
suite = loader.suiteClass()
46
47
# the compiled module isn't available, so we add a failing test
47
48
class FailWithoutFeature(tests.TestCase):
50
51
suite.addTest(loader.loadTestsFromTestCase(FailWithoutFeature))
51
52
# TestKnownGraphHeads needs to be permutated with and without caching.
52
53
# All other TestKnownGraph tests only need to be tested across module