MCPcopy
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
100def test_resent_cookie():
101 c = Client(cookie_app)
102 c.open()
103 response = c.open()
104 assert response.text == "test=test"
105
106
107def test_disable_cookies():

Callers

nothing calls this directly

Calls 2

openMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected