New paste Repaste Download
============================= test session starts ==============================
platform linux -- Python 3.11.11, pytest-8.3.4, pluggy-1.5.0 -- /opt/hostedtoolcache/Python/3.11.11/x64/bin/python
cachedir: .pytest_cache
rootdir: /home/runner/work/python3-anticaptcha/python3-anticaptcha
configfile: pyproject.toml
plugins: mock-3.14.0, asyncio-0.25.0
asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None
collecting ... collected 72 items
tests/test_control.py::TestControl::test_get_balance PASSED              [  1%]
tests/test_control.py::TestControl::test_aio_get_balance PASSED          [  2%]
tests/test_control.py::TestControl::test_get_queue_status PASSED         [  4%]
tests/test_control.py::TestControl::test_aio_get_queue_status PASSED     [  5%]
tests/test_control.py::TestControl::test_get_spending_stats PASSED       [  6%]
tests/test_control.py::TestControl::test_aio_get_spending_stats PASSED   [  8%]
tests/test_control.py::TestControl::test_get_app_stats PASSED            [  9%]
tests/test_control.py::TestControl::test_aio_get_app_stats PASSED        [ 11%]
tests/test_control.py::TestControl::test_report_incorrect_image PASSED   [ 12%]
tests/test_control.py::TestControl::test_aio_report_incorrect_image PASSED [ 13%]
tests/test_control.py::TestControl::test_report_incorrect_recaptcha PASSED [ 15%]
tests/test_control.py::TestControl::test_aio_report_incorrect_recaptcha PASSED [ 16%]
tests/test_control.py::TestControl::test_report_correct_recaptcha PASSED [ 18%]
tests/test_control.py::TestControl::test_aio_report_correct_recaptcha PASSED [ 19%]
tests/test_control.py::TestControl::test_report_incorrect_hcaptcha PASSED [ 20%]
tests/test_control.py::TestControl::test_aio_report_incorrect_hcaptcha PASSED [ 22%]
tests/test_core.py::TestCore::test_retries PASSED                        [ 23%]
tests/test_core.py::TestCore::test_async_reties PASSED                   [ 25%]
tests/test_core.py::TestCore::test_create_base PASSED                    [ 26%]
tests/test_core.py::TestCore::test_aio_create_base PASSED                [ 27%]
tests/test_core.py::TestCore::test_create_base_context PASSED            [ 29%]
tests/test_core.py::TestCore::test_aio_create_base_context PASSED        [ 30%]
tests/test_core.py::TestConfig::test_attempts_generator PASSED           [ 31%]
tests/test_core.py::TestEnum::test_enum_list PASSED                      [ 33%]
tests/test_core.py::TestEnum::test_enum_list_values PASSED               [ 34%]
tests/test_core.py::TestEnum::test_enum_list_names PASSED                [ 36%]
tests/test_fun_captcha.py::TestFunCaptcha::test_sio_success PASSED       [ 37%]
tests/test_fun_captcha.py::TestFunCaptcha::test_aio_success PASSED       [ 38%]
tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[http] PASSED  [ 40%]
tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[https] PASSED [ 41%]
tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[socks4] PASSED [ 43%]
tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[socks5] PASSED [ 44%]
tests/test_fun_captcha.py::TestFunCaptcha::test_err_captcha_type PASSED  [ 45%]
tests/test_gee_test.py::TestGeeTestV3::test_sio_success PASSED           [ 47%]
tests/test_gee_test.py::TestGeeTestV3::test_aio_success PASSED           [ 48%]
tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[http] PASSED      [ 50%]
tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[https] PASSED     [ 51%]
tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[socks4] PASSED    [ 52%]
tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[socks5] PASSED    [ 54%]
tests/test_gee_test.py::TestGeeTestV3::test_err_captcha_type PASSED      [ 55%]
tests/test_image_captcha.py::TestImageCaptcha::test_sio_success_file PASSED [ 56%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_success_file PASSED [ 58%]
tests/test_image_captcha.py::TestImageCaptcha::test_captcha_link[temp-True] PASSED [ 59%]
tests/test_image_captcha.py::TestImageCaptcha::test_captcha_link[temp-False] PASSED [ 61%]
tests/test_image_captcha.py::TestImageCaptcha::test_captcha_link[const-True] PASSED [ 62%]
tests/test_image_captcha.py::TestImageCaptcha::test_captcha_link[const-False] PASSED [ 63%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_captcha_link[temp-True] PASSED [ 65%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_captcha_link[temp-False] PASSED [ 66%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_captcha_link[const-True] PASSED [ 68%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_captcha_link[const-False] PASSED [ 69%]
tests/test_image_captcha.py::TestImageCaptcha::test_err_captcha_link PASSED [ 70%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_err_captcha_link PASSED [ 72%]
tests/test_image_captcha.py::TestImageCaptcha::test_captcha_base64 PASSED [ 73%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_captcha_base64 PASSED [ 75%]
tests/test_image_captcha.py::TestImageCaptcha::test_methods_exists PASSED [ 76%]
tests/test_image_captcha.py::TestImageCaptcha::test_args PASSED          [ 77%]
tests/test_image_captcha.py::TestImageCaptcha::test_del PASSED           [ 79%]
tests/test_image_captcha.py::TestImageCaptcha::test_kwargs PASSED        [ 80%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_kwargs PASSED    [ 81%]
tests/test_image_captcha.py::TestImageCaptcha::test_err_body_file_processing PASSED [ 83%]
tests/test_image_captcha.py::TestImageCaptcha::test_aio_err_body_file_processing PASSED [ 84%]
tests/test_turnstile.py::TestTurnstile::test_sio_success PASSED          [ 86%]
tests/test_turnstile.py::TestTurnstile::test_aio_success PASSED          [ 87%]
tests/test_turnstile.py::TestTurnstile::test_err_captcha_type PASSED     [ 88%]
tests/test_turnstile.py::TestTurnstile::test_proxy_args[http] PASSED     [ 90%]
tests/test_turnstile.py::TestTurnstile::test_proxy_args[https] PASSED    [ 91%]
tests/test_turnstile.py::TestTurnstile::test_proxy_args[socks4] PASSED   [ 93%]
tests/test_turnstile.py::TestTurnstile::test_proxy_args[socks5] PASSED   [ 94%]
tests/test_turnstile.py::TestTurnstile::test_context PASSED              [ 95%]
tests/test_turnstile.py::TestTurnstile::test_aio_context PASSED          [ 97%]
tests/test_turnstile.py::TestTurnstile::test_err_context PASSED          [ 98%]
tests/test_turnstile.py::TestTurnstile::test_err_aio_context PASSED      [100%]
============================= slowest 5 durations ==============================
29.74s call     tests/test_gee_test.py::TestGeeTestV3::test_sio_success
25.24s call     tests/test_turnstile.py::TestTurnstile::test_aio_success
19.63s call     tests/test_image_captcha.py::TestImageCaptcha::test_sio_success_file
14.13s call     tests/test_turnstile.py::TestTurnstile::test_sio_success
10.21s call     tests/test_gee_test.py::TestGeeTestV3::test_aio_success
================= 72 passed, 16 warnings in 166.01s (0:02:46) ==================
Filename: None. Size: 7kb. View raw, , hex, or download this file.

This paste expires on 2024-12-22 23:28:45.522032. Pasted through deprecated-web.