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

Method test_bare_basename_rejected

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

Source from the content-addressed store, hash-verified

391 validate_source_path("debian/12/8/iptables.8.gz")
392
393 def test_bare_basename_rejected(self):
394 with pytest.raises(errors.InvalidSourcePath):
395 validate_source_path("tar.1.gz")
396
397 def test_missing_distro_rejected(self):
398 with pytest.raises(errors.InvalidSourcePath):

Callers

nothing calls this directly

Calls 1

validate_source_pathFunction · 0.90

Tested by

no test coverage detected