MCPcopy Create free account
hub / github.com/Codeplain-ai/codeplain / test_removal_at_end

Function test_removal_at_end

tests/test_change_detection.py:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125
126
127def test_removal_at_end():
128 module = FakeModule("mod", ["A", "B"], stored_frs=["A", "B", "C"])
129 changes = _detect_module_changes(module)
130 assert len(changes) == 1
131 assert changes[0] == FunctionalityChange(module="mod", frid="3", change_type="removed")
132
133
134# --- Moves ---

Callers

nothing calls this directly

Calls 3

_detect_module_changesFunction · 0.90
FunctionalityChangeClass · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected