MCPcopy Create free account
hub / github.com/apify/impit / test_http3_works

Method test_http3_works

impit-python/test/no_client_test.py:178–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176
177 @pytest.mark.skip(reason='Flaky under the CI environment')
178 def test_http3_works(self) -> None:
179 response = impit.get('https://curl.se', force_http3=True)
180 assert response.status_code == 200
181 assert 'curl' in response.text
182 assert response.http_version == 'HTTP/3'
183
184 @pytest.mark.parametrize(
185 ('method'),

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected