MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / test_multiple_edits

Function test_multiple_edits

tests/test_change_detection.py:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106
107def test_multiple_edits():
108 module = FakeModule("mod", ["X", "Y", "Z"], stored_frs=["A", "B", "C"])
109 changes = _detect_module_changes(module)
110 assert len(changes) == 3
111 assert all(c.change_type == "edited" for c in changes)
112
113
114# --- Additions ---

Callers

nothing calls this directly

Calls 2

_detect_module_changesFunction · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected