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

Function test_gzip

tests/decompress_test.py:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7@pytest.mark.asyncio
8@pytest.mark.flaky(reruns=3, reruns_delay=2)
9async def test_gzip():
10 url = "https://httpbin.org/gzip"
11 response = await client.get(url)
12 text = await response.text()
13 assert text is not None
14 assert "gzipped" in text
15
16
17@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected