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

Function test_empty_stored_all_added

tests/test_change_detection.py:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77def test_empty_stored_all_added():
78 module = FakeModule("mod", ["A", "B"], stored_frs=[])
79 changes = _detect_module_changes(module)
80 assert len(changes) == 2
81 assert all(c.change_type == "added" for c in changes)
82
83
84# --- All removed ---

Callers

nothing calls this directly

Calls 2

_detect_module_changesFunction · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected