()
| 16 | |
| 17 | @pytest.fixture |
| 18 | def full_version() -> FullVersion: |
| 19 | return FullVersion(PackageVersion("0.1.0"), PackageRelease(1), Epoch(1)) |
| 20 | |
| 21 | |
| 22 | def test_from_str_valid(full_version: FullVersion, valid_srcinfo_content: str) -> None: |
nothing calls this directly
no test coverage detected