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

Function test_setting_charset

tests/test_web_response.py:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def test_setting_charset():
81 resp = StreamResponse()
82
83 resp.content_type = 'text/html'
84 resp.charset = 'koi8-r'
85 assert 'text/html; charset=koi8-r' == resp.headers['content-type']
86
87
88def test_default_charset():

Callers

nothing calls this directly

Calls 1

StreamResponseClass · 0.90

Tested by

no test coverage detected