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

Function test_identical_specs_no_changes

tests/test_change_detection.py:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def test_identical_specs_no_changes():
54 module = FakeModule("mod", ["A", "B", "C"], ["A", "B", "C"])
55 changes = _detect_module_changes(module)
56 assert changes == []
57
58
59def test_empty_both_no_changes():

Callers

nothing calls this directly

Calls 2

_detect_module_changesFunction · 0.90
FakeModuleClass · 0.70

Tested by

no test coverage detected