Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_cookie_for_different_path
Function
test_cookie_for_different_path
tests/test_test.py:114–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
113
114
def
test_cookie_for_different_path():
115
c = Client(cookie_app)
116
c.open(
"/path1"
)
117
response = c.open(
"/path2"
)
118
assert response.text ==
"test=test"
119
120
121
def
test_cookie_default_path() -> None:
Callers
nothing calls this directly
Calls
2
open
Method · 0.95
Client
Class · 0.90
Tested by
no test coverage detected