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

Function test_duplicate_texts_with_edit

tests/test_change_detection.py:198–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196
197
198def test_duplicate_texts_with_edit():
199 module = FakeModule("mod", ["A", "X", "B"], stored_frs=["A", "A", "B"])
200 changes = _detect_module_changes(module)
201 assert len(changes) == 1
202 assert changes[0] == FunctionalityChange(module="mod", frid="2", change_type="edited")
203
204
205# --- determine_partial_render_start ---

Callers

nothing calls this directly

Calls 3

_detect_module_changesFunction · 0.90
FunctionalityChangeClass · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected