(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): |
| 395 | validate_source_path("tar.1.gz") |
| 396 | |
| 397 | def test_missing_distro_rejected(self): |
| 398 | with pytest.raises(errors.InvalidSourcePath): |
nothing calls this directly
no test coverage detected