(self)
| 21 | |
| 22 | class 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" |
nothing calls this directly
no outgoing calls
no test coverage detected