]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use unasync for tests
authorKar Petrosyan <kar.petrosyanpy@gmail.com>
Thu, 27 Feb 2025 16:38:08 +0000 (20:38 +0400)
committerKar Petrosyan <kar.petrosyanpy@gmail.com>
Thu, 27 Feb 2025 16:38:08 +0000 (20:38 +0400)
commita2fc6825a513abe8ed3ca269510ba14e8b61683f
treebfe1d752594822a5805dba8bbddd24b60afc89df
parent6baba9c1ce838c4fab546e6761f52debc5600613
Use unasync for tests
23 files changed:
scripts/check
scripts/lint
scripts/unasync.py [new file with mode: 0755]
tests/client/async/__init__.py [new file with mode: 0644]
tests/client/async/test_auth.py [moved from tests/client/test_auth.py with 98% similarity]
tests/client/async/test_client.py [moved from tests/client/test_async_client.py with 96% similarity]
tests/client/async/test_cookies.py [moved from tests/client/test_cookies.py with 100% similarity]
tests/client/async/test_event_hooks.py [moved from tests/client/test_event_hooks.py with 100% similarity]
tests/client/async/test_headers.py [moved from tests/client/test_headers.py with 100% similarity]
tests/client/async/test_properties.py [moved from tests/client/test_properties.py with 100% similarity]
tests/client/async/test_proxies.py [moved from tests/client/test_proxies.py with 100% similarity]
tests/client/async/test_queryparams.py [moved from tests/client/test_queryparams.py with 100% similarity]
tests/client/async/test_redirects.py [moved from tests/client/test_redirects.py with 100% similarity]
tests/client/sync/__init__.py [new file with mode: 0644]
tests/client/sync/test_auth.py [new file with mode: 0644]
tests/client/sync/test_client.py [new file with mode: 0644]
tests/client/sync/test_cookies.py [new file with mode: 0644]
tests/client/sync/test_event_hooks.py [new file with mode: 0644]
tests/client/sync/test_headers.py [new file with mode: 0644]
tests/client/sync/test_properties.py [new file with mode: 0644]
tests/client/sync/test_proxies.py [new file with mode: 0644]
tests/client/sync/test_queryparams.py [new file with mode: 0644]
tests/client/sync/test_redirects.py [new file with mode: 0644]