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

Function test_addition_at_end

tests/test_change_detection.py:117–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116
117def test_addition_at_end():
118 module = FakeModule("mod", ["A", "B", "C"], stored_frs=["A", "B"])
119 changes = _detect_module_changes(module)
120 assert len(changes) == 1
121 assert changes[0] == FunctionalityChange(module="mod", frid="3", change_type="added")
122
123
124# --- Removals ---

Callers

nothing calls this directly

Calls 3

_detect_module_changesFunction · 0.90
FunctionalityChangeClass · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected