mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 04:42:26 +00:00

Seems like the tests may fail because we don't wait for nghttpd (the HTTP2 server used for testing) to actually start listening. This commit uses asyncio to launch nghttpd and read its stdout until it starts listening.
3 lines
29 B
INI
3 lines
29 B
INI
[pytest]
|
|
asyncio_mode = auto
|