(self)
| 385 | |
| 386 | class 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") |
nothing calls this directly
no test coverage detected