Searched refs:uds_faker (Results 1 – 1 of 1) sorted by relevance
/curl/tests/http/ |
H A D | test_11_unix.py | 94 def uds_faker(self, env: Env) -> Generator[UDSFaker, None, None]: member in TestUnix 102 def test_11_01_unix_connect_http(self, env: Env, httpd, uds_faker, repeat): argument 107 '--unix-socket', uds_faker.path, 113 def test_11_02_unix_connect_http(self, env: Env, httpd, uds_faker, repeat): argument 118 '--unix-socket', uds_faker.path, 124 def test_11_03_unix_connect_quic(self, env: Env, httpd, uds_faker, repeat): argument 130 '--unix-socket', uds_faker.path,
|
Completed in 3 milliseconds