MCPcopy
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
114def 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
121def test_cookie_default_path() -> None:

Callers

nothing calls this directly

Calls 2

openMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected