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

Method test_missing_distro_rejected

tests/test_store.py:397–399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 validate_source_path("tar.1.gz")
396
397 def test_missing_distro_rejected(self):
398 with pytest.raises(errors.InvalidSourcePath):
399 validate_source_path("26.04/1/tar.1.gz")
400
401 def test_add_manpage_rejects_bare_source(self, store):
402 mp = ParsedManpage(

Callers

nothing calls this directly

Calls 1

validate_source_pathFunction · 0.90

Tested by

no test coverage detected