MCPcopy
hub / github.com/pallets/werkzeug / test_set_cookie_app

Function test_set_cookie_app

tests/test_test.py:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81
82def test_set_cookie_app():
83 c = Client(cookie_app)
84 response = c.open()
85 assert "Set-Cookie" in response.headers
86
87
88def test_cookiejar_stores_cookie():

Callers

nothing calls this directly

Calls 2

openMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected