MCPcopy Index your code
hub / github.com/idank/explainshell / test_empty_result

Method test_empty_result

tests/test_store.py:379–383  ·  view source on GitHub ↗
(self, store)

Source from the content-addressed store, hash-verified

377 assert sources == ["ubuntu/26.04/3/printf.3.gz"]
378
379 def test_empty_result(self, store):
380 mp = _make_manpage("tar", "1")
381 store.add_manpage(mp, _make_raw())
382
383 assert store.list_manpages("debian/12/") == []
384
385
386class TestValidateSourcePath:

Callers

nothing calls this directly

Calls 4

add_manpageMethod · 0.80
list_manpagesMethod · 0.80
_make_manpageFunction · 0.70
_make_rawFunction · 0.70

Tested by

no test coverage detected