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

Method test_empty

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

Source from the content-addressed store, hash-verified

21
22class TestMaskCodeSpans:
23 def test_empty(self):
24 assert k.mask_code_spans("") == ""
25
26 def test_no_code(self):
27 assert k.mask_code_spans("just text") == "just text"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected