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

Function test_remove_source_noop_without_frontmatter

tests/test_remove.py:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57
58def test_remove_source_noop_without_frontmatter():
59 text = "# No frontmatter\n\nbody only\n"
60 rewritten, empty = _remove_source_from_frontmatter(text, "summaries/a.md")
61 assert rewritten == text
62 assert empty is False
63
64
65def test_remove_source_noop_malformed_brackets():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected