MCPcopy Index your code
hub / github.com/pallets/quart / test_iri

Function test_iri

tests/test_basic.py:97–100  ·  view source on GitHub ↗
(app: Quart)

Source from the content-addressed store, hash-verified

95
96
97async def test_iri(app: Quart) -> None:
98 test_client = app.test_client()
99 response = await test_client.get("/❤️")
100 assert "💔".encode() in (await response.get_data())
101
102
103async def test_options(app: Quart) -> None:

Callers

nothing calls this directly

Calls 3

test_clientMethod · 0.45
getMethod · 0.45
get_dataMethod · 0.45

Tested by

no test coverage detected