Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_resent_cookie
Function
test_resent_cookie
tests/test_test.py:100–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
99
100
def
test_resent_cookie():
101
c = Client(cookie_app)
102
c.open()
103
response = c.open()
104
assert response.text ==
"test=test"
105
106
107
def
test_disable_cookies():
Callers
nothing calls this directly
Calls
2
open
Method · 0.95
Client
Class · 0.90
Tested by
no test coverage detected