Ejemplo n.º 1
0
def test_parse(buffer: bytes, adapter: Adapter, instance: UUID):
    actual = adapter.parse(buffer)
    assert actual == instance