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

Function test_index

tests/test_basic.py:1757–1758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1755
1756 @app.route("/", subdomain="test")
1757 def test_index():
1758 return "test index"
1759
1760 rv = client.get("/", "http://localhost.localdomain/")
1761 assert rv.data == b"normal index"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected