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

Function test_brotli

tests/decompress_test.py:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27@pytest.mark.asyncio
28@pytest.mark.flaky(reruns=3, reruns_delay=2)
29async def test_brotli():
30 url = "https://httpbin.org/brotli"
31 response = await client.get(url)
32 text = await response.text()
33 assert text is not None
34 assert "brotli" in text

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected