MCPcopy
hub / github.com/tirth8205/code-review-graph / setup_method

Method setup_method

tests/test_integration_v2.py:38–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 """End-to-end integration test exercising the full v2 pipeline."""
37
38 def setup_method(self):
39 self.tmp = tempfile.NamedTemporaryFile(suffix=".db", delete=False)
40 self.store = GraphStore(self.tmp.name)
41 self._seed_realistic_graph()
42
43 def teardown_method(self):
44 self.store.close()

Callers

nothing calls this directly

Calls 2

_seed_realistic_graphMethod · 0.95
GraphStoreClass · 0.90

Tested by

no test coverage detected