Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_disable_cookies
Function
test_disable_cookies
tests/test_test.py:107–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
106
107
def
test_disable_cookies():
108
c = Client(cookie_app, use_cookies=False)
109
c.open()
110
response = c.open()
111
assert response.text ==
"No Cookie"
112
113
114
def
test_cookie_for_different_path():
Callers
nothing calls this directly
Calls
2
open
Method · 0.95
Client
Class · 0.90
Tested by
no test coverage detected