(self, store)
| 377 | assert sources == ["ubuntu/26.04/3/printf.3.gz"] |
| 378 | |
| 379 | def test_empty_result(self, store): |
| 380 | mp = _make_manpage("tar", "1") |
| 381 | store.add_manpage(mp, _make_raw()) |
| 382 | |
| 383 | assert store.list_manpages("debian/12/") == [] |
| 384 | |
| 385 | |
| 386 | class TestValidateSourcePath: |
nothing calls this directly
no test coverage detected