MCPcopy
hub / github.com/scrapy/scrapy / test_response_status_message

Function test_response_status_message

tests/test_utils_response.py:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107
108def test_response_status_message():
109 assert response_status_message(200) == "200 OK"
110 assert response_status_message(404) == "404 Not Found"
111 assert response_status_message(573) == "573 Unknown Status"
112
113
114@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

response_status_messageFunction · 0.90

Tested by

no test coverage detected