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

Function test_hello

examples/tutorial/tests/test_factory.py:10–12  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

8
9
10def test_hello(client):
11 response = client.get("/hello")
12 assert response.data == b"Hello, World!"

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected