Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_cookiejar_stores_cookie
Function
test_cookiejar_stores_cookie
tests/test_test.py:88–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
87
88
def
test_cookiejar_stores_cookie():
89
c = Client(cookie_app)
90
c.open()
91
assert c.get_cookie(
"test"
) is not None
92
93
94
def
test_no_initial_cookie():
Callers
nothing calls this directly
Calls
3
open
Method · 0.95
get_cookie
Method · 0.95
Client
Class · 0.90
Tested by
no test coverage detected