aboutsummaryrefslogtreecommitdiff
path: root/test/conftest.py
AgeCommit message (Collapse)Author
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-05-11[test] Add HTTP proxy tests (#9578)coletdjnz
Also fixes HTTPS proxies for curl_cffi Authored by: coletdjnz
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz
* Adds a basic WebSocket framework * Introduces new minimum `websockets` version of 12.0 * Deprecates `WebSocketsWrapper` Fixes https://github.com/yt-dlp/yt-dlp/issues/8439 Authored by: coletdjnz
2023-08-25[tests] Add tests for socks proxies (#7908)coletdjnz
Authored by: coletdjnz