MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_remove_source_noop_malformed_brackets

Function test_remove_source_noop_malformed_brackets

tests/test_remove.py:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def test_remove_source_noop_malformed_brackets():
66 text = "---\nsources: summaries/a.md\n---\nbody\n"
67 rewritten, empty = _remove_source_from_frontmatter(text, "summaries/a.md")
68 assert rewritten == text
69 assert empty is False
70
71
72# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected