MCPcopy Create free account
hub / github.com/archlinux/alpm / full_version

Function full_version

python-alpm/tests/srcinfo/test_source_info.py:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17@pytest.fixture
18def full_version() -> FullVersion:
19 return FullVersion(PackageVersion("0.1.0"), PackageRelease(1), Epoch(1))
20
21
22def test_from_str_valid(full_version: FullVersion, valid_srcinfo_content: str) -> None:

Callers

nothing calls this directly

Calls 4

FullVersionClass · 0.50
PackageVersionClass · 0.50
PackageReleaseClass · 0.50
EpochClass · 0.50

Tested by

no test coverage detected