Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_set_cookie_app
Function
test_set_cookie_app
tests/test_test.py:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
81
82
def
test_set_cookie_app():
83
c = Client(cookie_app)
84
response = c.open()
85
assert
"Set-Cookie"
in response.headers
86
87
88
def
test_cookiejar_stores_cookie():
Callers
nothing calls this directly
Calls
2
open
Method · 0.95
Client
Class · 0.90
Tested by
no test coverage detected