Home
last modified time | relevance | path

Searched refs:aiohttp_client (Results 1 – 23 of 23) sorted by relevance

/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_web_functional.py49 client = await aiohttp_client(app)
65 client = await aiohttp_client(app)
134 client = await aiohttp_client(app)
152 client = await aiohttp_client(app)
170 client = await aiohttp_client(app)
194 client = await aiohttp_client(app)
230 client = await aiohttp_client(app)
250 client = await aiohttp_client(app)
279 client = await aiohttp_client(app)
292 client = await aiohttp_client(app)
[all …]
H A Dtest_client_functional.py72 client = await aiohttp_client(
134 client = await aiohttp_client(app)
148 client = await aiohttp_client(app)
164 client = await aiohttp_client(app)
179 client = await aiohttp_client(app)
192 client = await aiohttp_client(app)
297 aiohttp_client, argument
318 aiohttp_client, argument
340 aiohttp_client, argument
618 client = await aiohttp_client(
[all …]
H A Dtest_web_sendfile_functional.py46 client = await aiohttp_client(app)
65 client = await aiohttp_client(app)
84 client = await aiohttp_client(app)
98 client = await aiohttp_client(app)
108 client = await aiohttp_client(app)
118 client = await aiohttp_client(app)
133 client = await aiohttp_client(app)
297 aiohttp_client, argument
576 aiohttp_client, sender argument
639 aiohttp_client, sender argument
[all …]
H A Dtest_web_server.py9 async def test_simple_server(aiohttp_raw_server, aiohttp_client) -> None: argument
14 cli = await aiohttp_client(server)
21 async def test_raw_server_not_http_exception(aiohttp_raw_server, aiohttp_client): argument
29 cli = await aiohttp_client(server)
49 cli = await aiohttp_client(server)
63 cli = await aiohttp_client(server)
79 cli = await aiohttp_client(server)
96 cli = await aiohttp_client(server)
107 async def test_raw_server_html_exception(aiohttp_raw_server, aiohttp_client): argument
115 cli = await aiohttp_client(server)
[all …]
H A Dtest_web_urldispatcher.py85 client = await aiohttp_client(app)
115 client = await aiohttp_client(app)
150 client = await aiohttp_client(app)
165 client = await aiohttp_client(app)
188 client = await aiohttp_client(app)
252 client = await aiohttp_client(app)
298 client = await aiohttp_client(app)
313 client = await aiohttp_client(app)
351 client = await aiohttp_client(app)
367 client = await aiohttp_client(app)
[all …]
H A Dtest_client_ws_functional.py22 client = await aiohttp_client(app)
47 client = await aiohttp_client(app)
68 client = await aiohttp_client(app)
91 client = await aiohttp_client(app)
114 client = await aiohttp_client(app)
143 client = await aiohttp_client(app)
179 client = await aiohttp_client(app)
214 client = await aiohttp_client(app)
247 client = await aiohttp_client(app)
277 client = await aiohttp_client(app)
[all …]
H A Dtest_web_websocket_functional.py22 client = await aiohttp_client(app)
46 client = await aiohttp_client(app)
73 client = await aiohttp_client(app)
96 client = await aiohttp_client(app)
120 client = await aiohttp_client(app)
146 client = await aiohttp_client(app)
181 client = await aiohttp_client(app)
214 client = await aiohttp_client(app)
254 client = await aiohttp_client(app)
299 client = await aiohttp_client(app)
[all …]
H A Dtest_web_middleware.py25 client = await aiohttp_client(app)
45 client = await aiohttp_client(app)
52 async def test_middleware_chain(loop, aiohttp_client) -> None: argument
80 client = await aiohttp_client(app)
128 client = await aiohttp_client(app)
145 def cli(loop, aiohttp_client): argument
407 client = await aiohttp_client(app)
461 client = await aiohttp_client(app)
500 client = await aiohttp_client(app)
534 client = await aiohttp_client(app)
[all …]
H A Dtest_web_app.py438 async def test_subapp_chained_config_dict_visibility(aiohttp_client) -> None: argument
458 client = await aiohttp_client(root)
466 async def test_subapp_chained_config_dict_overriding(aiohttp_client) -> None: argument
484 client = await aiohttp_client(root)
492 async def test_subapp_on_startup(aiohttp_client) -> None: argument
550 client = await aiohttp_client(app)
H A Dtest_client_session.py475 async def test_cookie_jar_usage(loop, aiohttp_client) -> None: argument
491 session = await aiohttp_client(
541 async def test_request_tracing(loop, aiohttp_client) -> None: argument
572 session = await aiohttp_client(app, trace_configs=[trace_config])
636 async def test_request_tracing_interpose_headers(loop, aiohttp_client) -> None: argument
656 session = await aiohttp_client(
H A Dtest_web_log.py173 async def test_contextvars_logger(aiohttp_server, aiohttp_client): argument
194 client = await aiohttp_client(server)
H A Dtest_connector.py1901 async def test_tcp_connector(aiohttp_client, loop) -> None: argument
1907 client = await aiohttp_client(app)
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/aiohttp/
H A Dtest_middleware.py21 client = await aiohttp_client(app)
57 client = await aiohttp_client(app)
84 client = await aiohttp_client(app)
106 client = await aiohttp_client(app)
124 client = await aiohttp_client(app)
138 client = await aiohttp_client(app)
169 client = await aiohttp_client(app)
208 client = await aiohttp_client(app)
226 client = await aiohttp_client(app)
244 client = await aiohttp_client(app)
[all …]
H A Dtest_templates.py9 async def test_template_rendering(untraced_app_tracer, aiohttp_client): argument
11 client = await aiohttp_client(app)
29 async def test_template_rendering_filesystem(untraced_app_tracer, aiohttp_client, loop): argument
31 client = await aiohttp_client(app)
51 async def test_template_rendering_package(untraced_app_tracer, aiohttp_client, loop): argument
53 client = await aiohttp_client(app)
72 async def test_template_decorator(untraced_app_tracer, aiohttp_client, loop): argument
74 client = await aiohttp_client(app)
92 async def test_template_error(untraced_app_tracer, aiohttp_client, loop): argument
94 client = await aiohttp_client(app)
H A Dtest_request.py19 async def test_full_request(patched_app_tracer, aiohttp_client, loop): argument
21 client = await aiohttp_client(app)
45 async def test_multiple_full_request(patched_app_tracer, aiohttp_client, loop): argument
47 client = await aiohttp_client(app)
73 async def test_user_specified_service(tracer, aiohttp_client, loop): argument
84 client = await aiohttp_client(app)
98 async def test_http_request_header_tracing(patched_app_tracer, aiohttp_client, loop): argument
100 client = await aiohttp_client(app)
115 async def test_http_response_header_tracing(patched_app_tracer, aiohttp_client, loop): argument
117 client = await aiohttp_client(app)
H A Dtest_request_safety.py14 async def test_full_request(patched_app_tracer, aiohttp_client, loop): argument
17 client = await aiohttp_client(app)
40 async def test_multiple_full_request(patched_app_tracer, aiohttp_client, loop): argument
46 client = await aiohttp_client(app)
H A Dconftest.py16 def aiohttp_client(test_client): function
/dports/www/py-aiohttp_cors/aiohttp-cors-0.7.0/tests/integration/
H A Dtest_main.py86 client = await aiohttp_client(app)
110 client = await aiohttp_client(app)
126 client = await aiohttp_client(app)
139 client = await aiohttp_client(app)
158 client = await aiohttp_client(app)
183 client = await aiohttp_client(app)
204 client = await aiohttp_client(app)
225 client = await aiohttp_client(app)
255 client = await aiohttp_client(app)
544 aiohttp_client): argument
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/docs/
H A Dtesting.rst86 async def test_hello(aiohttp_client, loop):
89 client = await aiohttp_client(app)
112 def cli(loop, aiohttp_client):
116 return loop.run_until_complete(aiohttp_client(app))
163 .. data:: aiohttp_client(app, server_kwargs=None, **kwargs)
164 aiohttp_client(server, **kwargs)
165 aiohttp_client(raw_server, **kwargs)
170 async def test_f(aiohttp_client):
174 client = await aiohttp_client(app)
199 async def test_f(aiohttp_raw_server, aiohttp_client):
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dpytest_plugin.py332 def aiohttp_client(loop): # type: ignore function
374 def test_client(aiohttp_client): # type: ignore # pragma: no cover argument
380 return aiohttp_client
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dpytest_plugin.py332 def aiohttp_client(loop): # type: ignore function
374 def test_client(aiohttp_client): # type: ignore # pragma: no cover argument
380 return aiohttp_client
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dpytest_plugin.py332 def aiohttp_client(loop): # type: ignore function
374 def test_client(aiohttp_client): # type: ignore # pragma: no cover argument
380 return aiohttp_client
/dports/devel/py-vcrpy/vcrpy-2.0.1/tests/integration/
H A Dtest_aiohttp.py159 def test_aiohttp_test_client(aiohttp_client, tmpdir): argument
163 client = loop.run_until_complete(aiohttp_client(app))