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

Function test_equality

python-alpm/tests/srcinfo/test_schema.py:101–106  ·  view source on GitHub ↗

Test that SourceInfoSchema instances with same version are equal.

()

Source from the content-addressed store, hash-verified

99
100
101def test_equality() -> None:
102 """Test that SourceInfoSchema instances with same version are equal."""
103 schema1 = SourceInfoSchema("1")
104 schema2 = SourceInfoSchema("1.0.0")
105
106 assert schema1 == schema2
107
108
109def test_derive_from_empty_file() -> None:

Callers

nothing calls this directly

Calls 1

SourceInfoSchemaClass · 0.50

Tested by

no test coverage detected