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

Method test_valid_path

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

Source from the content-addressed store, hash-verified

385
386class TestValidateSourcePath:
387 def test_valid_path(self):
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")

Callers

nothing calls this directly

Calls 1

validate_source_pathFunction · 0.90

Tested by

no test coverage detected