MCPcopy
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
107def 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
114def test_cookie_for_different_path():

Callers

nothing calls this directly

Calls 2

openMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected