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

Function test_deflate

tests/decompress_test.py:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17@pytest.mark.asyncio
18@pytest.mark.flaky(reruns=3, reruns_delay=2)
19async def test_deflate():
20 url = "https://httpbin.org/deflate"
21 response = await client.get(url)
22 text = await response.text()
23 assert text is not None
24 assert "deflated" in text
25
26
27@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected