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

Function test_cookiejar_stores_cookie

tests/test_test.py:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87
88def test_cookiejar_stores_cookie():
89 c = Client(cookie_app)
90 c.open()
91 assert c.get_cookie("test") is not None
92
93
94def test_no_initial_cookie():

Callers

nothing calls this directly

Calls 3

openMethod · 0.95
get_cookieMethod · 0.95
ClientClass · 0.90

Tested by

no test coverage detected