MCPcopy
hub / github.com/aio-libs/aiohttp / test_last_modified_initial

Function test_last_modified_initial

tests/test_web_response.py:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117
118def test_last_modified_initial():
119 resp = StreamResponse()
120 assert resp.last_modified is None
121
122
123def test_last_modified_string():

Callers

nothing calls this directly

Calls 1

StreamResponseClass · 0.90

Tested by

no test coverage detected