============================= test session starts ============================== platform linux -- Python 3.10.20, pytest-7.4.4, pluggy-1.6.0 -- /usr/local/bin/python3.10 cachedir: .pytest_cache rootdir: /workspace/python3-capsolver configfile: pyproject.toml plugins: asyncio-0.23.8, anyio-4.13.0 asyncio: mode=auto collecting ... collected 26 items tests/test_akamai.py::TestAkamaiBase::test_aio_captcha_handler_exist PASSED [ 3%] tests/test_akamai.py::TestAkamaiBase::test_captcha_handler_exist PASSED [ 7%] tests/test_akamai.py::TestAkamaiBase::test_no_captcha_type PASSED [ 11%] tests/test_akamai.py::TestAkamaiBase::test_wrong_captcha_type PASSED [ 15%] tests/test_binance.py::TestBinanceBase::test_aio_captcha_handler_exist PASSED [ 19%] tests/test_binance.py::TestBinanceBase::test_captcha_handler_exist PASSED [ 23%] tests/test_binance.py::TestBinanceBase::test_no_captcha_type PASSED [ 26%] tests/test_binance.py::TestBinanceBase::test_no_validateId PASSED [ 30%] tests/test_binance.py::TestBinanceBase::test_no_websiteURL PASSED [ 34%] tests/test_binance.py::TestBinanceBase::test_wrong_captcha_type PASSED [ 38%] tests/test_binance.py::TestBinanceCaptchaTaskBase::test_instance PASSED [ 42%] tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_instance PASSED [ 46%] tests/test_cloudflare.py::TestCloudflareBase::test_aio_captcha_handler_exist PASSED [ 50%] tests/test_cloudflare.py::TestCloudflareBase::test_captcha_handler_exist PASSED [ 53%] tests/test_cloudflare.py::TestCloudflareBase::test_no_captcha_type PASSED [ 57%] tests/test_cloudflare.py::TestCloudflareBase::test_no_websiteURL PASSED [ 61%] tests/test_cloudflare.py::TestCloudflareBase::test_wrong_captcha_type PASSED [ 65%] tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_aio_api_key_err PASSED [ 69%] tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_api_key_err PASSED [ 73%] tests/test_imperva.py::TestAntiImpervaTaskBase::test_instance PASSED [ 76%] tests/test_imperva.py::TestImpervaBase::test_aio_captcha_handler_exist PASSED [ 80%] tests/test_imperva.py::TestImpervaBase::test_captcha_handler_exist PASSED [ 84%] tests/test_imperva.py::TestImpervaBase::test_no_captcha_type PASSED [ 88%] tests/test_imperva.py::TestImpervaBase::test_no_userAgent PASSED [ 92%] tests/test_imperva.py::TestImpervaBase::test_no_websiteUrl PASSED [ 96%] tests/test_imperva.py::TestImpervaBase::test_wrong_captcha_type PASSED [100%] ============================= slowest 10 durations ============================= 3.00s setup tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_aio_api_key_err 3.00s setup tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_instance 3.00s setup tests/test_cloudflare.py::TestCloudflareBase::test_aio_captcha_handler_exist 3.00s setup tests/test_binance.py::TestBinanceBase::test_aio_captcha_handler_exist 3.00s setup tests/test_binance.py::TestBinanceCaptchaTaskBase::test_instance 3.00s setup tests/test_akamai.py::TestAkamaiBase::test_aio_captcha_handler_exist 3.00s setup tests/test_imperva.py::TestImpervaBase::test_aio_captcha_handler_exist 3.00s setup tests/test_imperva.py::TestAntiImpervaTaskBase::test_instance 1.00s setup tests/test_imperva.py::TestImpervaBase::test_no_userAgent 1.00s setup tests/test_imperva.py::TestImpervaBase::test_no_captcha_type ============================= 26 passed in 44.28s ==============================