MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / make_fixture

Function make_fixture

tests/repro/issue832_rss.py:50–56  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

48
49
50def make_fixture(d):
51 for i in range(NUM_FILES):
52 with open(os.path.join(d, f"mod_{i}.py"), "w") as f:
53 for j in range(20):
54 f.write(f"def fn_{i}_{j}(a, b):\n")
55 f.write(f" x = a + b + {i} * {j}\n")
56 f.write(" return x\n\n")
57
58
59def run_series(repo, cache, supervised):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected