MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_notify_only_creates_flag

Function test_notify_only_creates_flag

tests/test_watch.py:15–19  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

13# --- _notify_only ---
14
15def test_notify_only_creates_flag(tmp_path):
16 _notify_only(tmp_path)
17 flag = tmp_path / "graphify-out" / "needs_update"
18 assert flag.exists()
19 assert flag.read_text() == "1"
20
21def test_notify_only_creates_flag_dir(tmp_path):
22 # graphify-out dir does not exist yet

Callers

nothing calls this directly

Calls 1

_notify_onlyFunction · 0.90

Tested by

no test coverage detected