MCPcopy Create free account
hub / github.com/pallets/flask / test_nonascii_pathinfo

Function test_nonascii_pathinfo

tests/test_basic.py:1662–1668  ·  view source on GitHub ↗
(app, client)

Source from the content-addressed store, hash-verified

1660
1661
1662def test_nonascii_pathinfo(app, client):
1663 @app.route("/киртест")
1664 def index():
1665 return "Hello World!"
1666
1667 rv = client.get("/киртест")
1668 assert rv.data == b"Hello World!"
1669
1670
1671def test_no_setup_after_first_request(app, client):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected