Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
test_hello(client):
11
response = client.get(
"/hello"
)
12
assert response.data == b
"Hello, World!"
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected