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