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

Method test_valid_path_section_8

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

Source from the content-addressed store, hash-verified

388 validate_source_path("ubuntu/26.04/1/tar.1.gz")
389
390 def test_valid_path_section_8(self):
391 validate_source_path("debian/12/8/iptables.8.gz")
392
393 def test_bare_basename_rejected(self):
394 with pytest.raises(errors.InvalidSourcePath):

Callers

nothing calls this directly

Calls 1

validate_source_pathFunction · 0.90

Tested by

no test coverage detected