MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / test_peer_certificate

Function test_peer_certificate

tests/response_test.py:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120@pytest.mark.asyncio
121@pytest.mark.flaky(reruns=3, reruns_delay=2)
122async def test_peer_certificate():
123 resp = await client.get("https://httpbin.org/anything")
124 assert resp.peer_certificate() is not None

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
peer_certificateMethod · 0.45

Tested by

no test coverage detected