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