MCPcopy Create free account
hub / github.com/Qinbf/groundmap / test_no_code

Method test_no_code

scripts/tests/test_k_helpers.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 assert k.mask_code_spans("") == ""
25
26 def test_no_code(self):
27 assert k.mask_code_spans("just text") == "just text"
28
29 def test_inline_code_preserves_length(self):
30 text = "before `code` after"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected