| ============================= test session starts ==============================
|
| platform linux -- Python 3.12.11, pytest-8.4.2, pluggy-1.6.0 -- /opt/hostedtoolcache/Python/3.12.11/x64/bin/python
|
| cachedir: .pytest_cache
|
| rootdir: /home/runner/work/python3-anticaptcha/python3-anticaptcha
|
| configfile: pyproject.toml
|
| plugins: mock-3.15.0, asyncio-1.1.0
|
| asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
|
| collecting ... collected 151 items
|
|
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_sio_success FAILED [ 0%]
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_aio_success FAILED [ 1%]
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_proxy_args[http] PASSED [ 1%]
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_proxy_args[https] PASSED [ 2%]
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_proxy_args[socks4] PASSED [ 3%]
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_proxy_args[socks5] PASSED [ 3%]
|
| tests/test_amazon_waf.py::TestAmazonWAF::test_err_captcha_type PASSED [ 4%]
|
| tests/test_control.py::TestControl::test_get_balance FAILED [ 5%]
|
| tests/test_control.py::TestControl::test_aio_get_balance FAILED [ 5%]
|
| tests/test_control.py::TestControl::test_get_queue_status PASSED [ 6%]
|
| tests/test_control.py::TestControl::test_aio_get_queue_status PASSED [ 7%]
|
| tests/test_control.py::TestControl::test_get_spending_stats FAILED [ 7%]
|
| tests/test_control.py::TestControl::test_aio_get_spending_stats FAILED [ 8%]
|
| tests/test_control.py::TestControl::test_get_app_stats FAILED [ 9%]
|
| tests/test_control.py::TestControl::test_aio_get_app_stats FAILED [ 9%]
|
| tests/test_control.py::TestControl::test_report_incorrect_image PASSED [ 10%]
|
| tests/test_control.py::TestControl::test_aio_report_incorrect_image PASSED [ 11%]
|
| tests/test_control.py::TestControl::test_report_incorrect_recaptcha PASSED [ 11%]
|
| tests/test_control.py::TestControl::test_aio_report_incorrect_recaptcha PASSED [ 12%]
|
| tests/test_control.py::TestControl::test_report_correct_recaptcha PASSED [ 13%]
|
| tests/test_control.py::TestControl::test_aio_report_correct_recaptcha PASSED [ 13%]
|
| tests/test_control.py::TestControl::test_report_incorrect_hcaptcha PASSED [ 14%]
|
| tests/test_control.py::TestControl::test_aio_report_incorrect_hcaptcha PASSED [ 15%]
|
| tests/test_core.py::TestCore::test_retries PASSED [ 15%]
|
| tests/test_core.py::TestCore::test_async_reties PASSED [ 16%]
|
| tests/test_core.py::TestCore::test_create_base PASSED [ 17%]
|
| tests/test_core.py::TestCore::test_aio_create_base PASSED [ 17%]
|
| tests/test_core.py::TestCore::test_create_base_context PASSED [ 18%]
|
| tests/test_core.py::TestCore::test_aio_create_base_context PASSED [ 19%]
|
| tests/test_core.py::TestCore::test_set_callback_url PASSED [ 19%]
|
| tests/test_core.py::TestConfig::test_attempts_generator PASSED [ 20%]
|
| tests/test_core.py::TestEnum::test_enum_list PASSED [ 21%]
|
| tests/test_core.py::TestEnum::test_enum_list_values PASSED [ 21%]
|
| tests/test_core.py::TestEnum::test_enum_list_names PASSED [ 22%]
|
| tests/test_custom_task.py::TestCustomTask::test_sio_success FAILED [ 23%]
|
| tests/test_custom_task.py::TestCustomTask::test_aio_success FAILED [ 23%]
|
| tests/test_custom_task.py::TestCustomTask::test_proxy_args PASSED [ 24%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_sio_success FAILED [ 25%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_aio_success FAILED [ 25%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[http] PASSED [ 26%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[https] PASSED [ 27%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[socks4] PASSED [ 27%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_proxy_args[socks5] PASSED [ 28%]
|
| tests/test_fun_captcha.py::TestFunCaptcha::test_err_captcha_type PASSED [ 29%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_sio_success FAILED [ 29%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_aio_success FAILED [ 30%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[http] PASSED [ 31%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[https] PASSED [ 31%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[socks4] PASSED [ 32%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_proxy_args[socks5] PASSED [ 33%]
|
| tests/test_gee_test.py::TestGeeTestV3::test_err_captcha_type PASSED [ 33%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_sio_success FAILED [ 34%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_aio_success FAILED [ 35%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_proxy_args[http] PASSED [ 35%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_proxy_args[https] PASSED [ 36%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_proxy_args[socks4] PASSED [ 37%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_proxy_args[socks5] PASSED [ 37%]
|
| tests/test_gee_test.py::TestGeeTestV4::test_err_captcha_type PASSED [ 38%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_sio_success_file FAILED [ 39%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_success_file FAILED [ 39%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_captcha_link[temp-True] PASSED [ 40%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_captcha_link[temp-False] PASSED [ 41%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_captcha_link[const-True] PASSED [ 41%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_captcha_link[const-False] PASSED [ 42%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_captcha_link[temp-True] PASSED [ 43%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_captcha_link[temp-False] PASSED [ 43%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_captcha_link[const-True] PASSED [ 44%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_captcha_link[const-False] PASSED [ 45%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_err_captcha_link PASSED [ 45%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_err_captcha_link PASSED [ 46%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_captcha_base64 PASSED [ 47%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_captcha_base64 PASSED [ 47%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_methods_exists PASSED [ 48%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_args PASSED [ 49%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_del PASSED [ 49%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_del PASSED [ 50%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_init_kwargs PASSED [ 50%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_kwargs PASSED [ 51%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_kwargs PASSED [ 52%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_err_body_file_processing PASSED [ 52%]
|
| tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_err_body_file_processing PASSED [ 53%]
|
| tests/test_image_to_text.py::TestImageToText::test_sio_success_file FAILED [ 54%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_success_file FAILED [ 54%]
|
| tests/test_image_to_text.py::TestImageToText::test_captcha_link[temp-True] PASSED [ 55%]
|
| tests/test_image_to_text.py::TestImageToText::test_captcha_link[temp-False] PASSED [ 56%]
|
| tests/test_image_to_text.py::TestImageToText::test_captcha_link[const-True] PASSED [ 56%]
|
| tests/test_image_to_text.py::TestImageToText::test_captcha_link[const-False] PASSED [ 57%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_captcha_link[temp-True] PASSED [ 58%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_captcha_link[temp-False] PASSED [ 58%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_captcha_link[const-True] PASSED [ 59%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_captcha_link[const-False] PASSED [ 60%]
|
| tests/test_image_to_text.py::TestImageToText::test_err_captcha_link PASSED [ 60%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_err_captcha_link PASSED [ 61%]
|
| tests/test_image_to_text.py::TestImageToText::test_captcha_base64 PASSED [ 62%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_captcha_base64 PASSED [ 62%]
|
| tests/test_image_to_text.py::TestImageToText::test_methods_exists PASSED [ 63%]
|
| tests/test_image_to_text.py::TestImageToText::test_args PASSED [ 64%]
|
| tests/test_image_to_text.py::TestImageToText::test_del PASSED [ 64%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_del PASSED [ 65%]
|
| tests/test_image_to_text.py::TestImageToText::test_kwargs PASSED [ 66%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_kwargs PASSED [ 66%]
|
| tests/test_image_to_text.py::TestImageToText::test_err_body_file_processing PASSED [ 67%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_err_body_file_processing PASSED [ 68%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_sio_success FAILED [ 68%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_success FAILED [ 69%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_sio_enterprise_success FAILED [ 70%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_enterprise_success FAILED [ 70%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_captcha_type PASSED [ 71%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[http-RecaptchaV2Task] PASSED [ 72%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[http-RecaptchaV2EnterpriseTask] PASSED [ 72%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[https-RecaptchaV2Task] PASSED [ 73%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[https-RecaptchaV2EnterpriseTask] PASSED [ 74%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[socks4-RecaptchaV2Task] PASSED [ 74%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[socks4-RecaptchaV2EnterpriseTask] PASSED [ 75%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[socks5-RecaptchaV2Task] PASSED [ 76%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_proxy_args[socks5-RecaptchaV2EnterpriseTask] PASSED [ 76%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_context[RecaptchaV2Task] PASSED [ 77%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_context[RecaptchaV2EnterpriseTask] PASSED [ 78%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_context[RecaptchaV2TaskProxyless] PASSED [ 78%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_context[RecaptchaV2EnterpriseTaskProxyless] PASSED [ 79%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_context[RecaptchaV2Task] PASSED [ 80%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_context[RecaptchaV2EnterpriseTask] PASSED [ 80%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_context[RecaptchaV2TaskProxyless] PASSED [ 81%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_context[RecaptchaV2EnterpriseTaskProxyless] PASSED [ 82%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_context[RecaptchaV2Task] PASSED [ 82%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_context[RecaptchaV2EnterpriseTask] PASSED [ 83%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_context[RecaptchaV2TaskProxyless] PASSED [ 84%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_context[RecaptchaV2EnterpriseTaskProxyless] PASSED [ 84%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_aio_context[RecaptchaV2Task] PASSED [ 85%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_aio_context[RecaptchaV2EnterpriseTask] PASSED [ 86%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_aio_context[RecaptchaV2TaskProxyless] PASSED [ 86%]
|
| tests/test_recaptcha_v2.py::TestReCaptchaV2::test_err_aio_context[RecaptchaV2EnterpriseTaskProxyless] PASSED [ 87%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_sio_success FAILED [ 88%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_aio_success FAILED [ 88%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_sio_enterprise_success FAILED [ 89%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_aio_enterprise_success FAILED [ 90%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_context PASSED [ 90%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_aio_context PASSED [ 91%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_err_context PASSED [ 92%]
|
| tests/test_recaptcha_v3.py::TestReCaptchaV3::test_err_aio_context PASSED [ 92%]
|
| tests/test_turnstile.py::TestTurnstile::test_sio_success FAILED [ 93%]
|
| tests/test_turnstile.py::TestTurnstile::test_aio_success FAILED [ 94%]
|
| tests/test_turnstile.py::TestTurnstile::test_err_captcha_type PASSED [ 94%]
|
| tests/test_turnstile.py::TestTurnstile::test_proxy_args[http] PASSED [ 95%]
|
| tests/test_turnstile.py::TestTurnstile::test_proxy_args[https] PASSED [ 96%]
|
| tests/test_turnstile.py::TestTurnstile::test_proxy_args[socks4] PASSED [ 96%]
|
| tests/test_turnstile.py::TestTurnstile::test_proxy_args[socks5] PASSED [ 97%]
|
| tests/test_turnstile.py::TestTurnstile::test_context PASSED [ 98%]
|
| tests/test_turnstile.py::TestTurnstile::test_aio_context PASSED [ 98%]
|
| tests/test_turnstile.py::TestTurnstile::test_err_context PASSED [ 99%]
|
| tests/test_turnstile.py::TestTurnstile::test_err_aio_context PASSED [100%]
|
|
|
| =================================== FAILURES ===================================
|
| ________________________ TestAmazonWAF.test_sio_success ________________________
|
| tests/test_amazon_waf.py:33: in test_sio_success
|
| assert ser_result.errorId == 24
|
| E AssertionError: assert 1 == 24
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.amazon_waf.AmazonWAF object at 0x7fd85cdaa090>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_amazon_waf.TestAmazonWAF object at 0x7fd85c1ac860>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestAmazonWAF.test_aio_success ________________________
|
| tests/test_amazon_waf.py:48: in test_aio_success
|
| assert ser_result.errorId == 24
|
| E AssertionError: assert 1 == 24
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.amazon_waf.AmazonWAF object at 0x7fd85bdbe7e0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_amazon_waf.TestAmazonWAF object at 0x7fd85c5fd1f0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________________ TestControl.test_get_balance _________________________
|
| tests/test_control.py:12: in test_get_balance
|
| assert result["balance"] != 0.0
|
| ^^^^^^^^^^^^^^^^^
|
| E KeyError: 'balance'
|
| instance = <python3_anticaptcha.control.Control object at 0x7fd85bdbe6c0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1}
|
| self = <tests.test_control.TestControl object at 0x7fd85c1fdd30>
|
| _______________________ TestControl.test_aio_get_balance _______________________
|
| tests/test_control.py:20: in test_aio_get_balance
|
| assert result["balance"] != 0.0
|
| ^^^^^^^^^^^^^^^^^
|
| E KeyError: 'balance'
|
| instance = <python3_anticaptcha.control.Control object at 0x7fd85bdbfd40>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1}
|
| self = <tests.test_control.TestControl object at 0x7fd85c1d5880>
|
| _____________________ TestControl.test_get_spending_stats ______________________
|
| tests/test_control.py:50: in test_get_spending_stats
|
| assert result["data"] != []
|
| ^^^^^^^^^^^^^^
|
| E KeyError: 'data'
|
| instance = <python3_anticaptcha.control.Control object at 0x7fd85bca9b50>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1}
|
| self = <tests.test_control.TestControl object at 0x7fd85c21ac00>
|
| ___________________ TestControl.test_aio_get_spending_stats ____________________
|
| tests/test_control.py:57: in test_aio_get_spending_stats
|
| assert result["data"] != []
|
| ^^^^^^^^^^^^^^
|
| E KeyError: 'data'
|
| instance = <python3_anticaptcha.control.Control object at 0x7fd85bca9460>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1}
|
| self = <tests.test_control.TestControl object at 0x7fd85c21a2d0>
|
| ________________________ TestControl.test_get_app_stats ________________________
|
| tests/test_control.py:64: in test_get_app_stats
|
| assert result["chartData"] != []
|
| ^^^^^^^^^^^^^^^^^^^
|
| E KeyError: 'chartData'
|
| instance = <python3_anticaptcha.control.Control object at 0x7fd85bca9a90>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1}
|
| self = <tests.test_control.TestControl object at 0x7fd85c21a720>
|
| ______________________ TestControl.test_aio_get_app_stats ______________________
|
| tests/test_control.py:72: in test_aio_get_app_stats
|
| assert result["chartData"] != []
|
| ^^^^^^^^^^^^^^^^^^^
|
| E KeyError: 'chartData'
|
| instance = <python3_anticaptcha.control.Control object at 0x7fd85bcab290>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1}
|
| self = <tests.test_control.TestControl object at 0x7fd85c219d00>
|
| _______________________ TestCustomTask.test_sio_success ________________________
|
| tests/test_custom_task.py:30: in test_sio_success
|
| assert ser_result.errorId in (24,)
|
| E AssertionError: assert 1 in (24,)
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.custom_task.CustomTask object at 0x7fd85bdbff20>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_custom_task.TestCustomTask object at 0x7fd85bd23aa0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestCustomTask.test_aio_success ________________________
|
| tests/test_custom_task.py:45: in test_aio_success
|
| assert ser_result.errorId in (24,)
|
| E AssertionError: assert 1 in (24,)
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.custom_task.CustomTask object at 0x7fd85bca41d0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_custom_task.TestCustomTask object at 0x7fd85bd210a0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestFunCaptcha.test_sio_success ________________________
|
| tests/test_fun_captcha.py:29: in test_sio_success
|
| assert ser_result.errorId == 24
|
| E AssertionError: assert 1 == 24
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.fun_captcha.FunCaptcha object at 0x7fd85bca40e0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_fun_captcha.TestFunCaptcha object at 0x7fd85bd21850>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestFunCaptcha.test_aio_success ________________________
|
| tests/test_fun_captcha.py:43: in test_aio_success
|
| assert ser_result.errorId == 24
|
| E AssertionError: assert 1 == 24
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.fun_captcha.FunCaptcha object at 0x7fd85bca5940>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_fun_captcha.TestFunCaptcha object at 0x7fd85bd206e0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestGeeTestV3.test_sio_success ________________________
|
| tests/test_gee_test.py:33: in test_sio_success
|
| assert ser_result.errorId in (34, 12)
|
| E AssertionError: assert 1 in (34, 12)
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.gee_test.GeeTest object at 0x7fd85bca7140>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_gee_test.TestGeeTestV3 object at 0x7fd85bd22d50>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestGeeTestV3.test_aio_success ________________________
|
| tests/test_gee_test.py:48: in test_aio_success
|
| assert ser_result.errorId in (34, 12)
|
| E AssertionError: assert 1 in (34, 12)
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.gee_test.GeeTest object at 0x7fd85bb64680>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_gee_test.TestGeeTestV3 object at 0x7fd85bd22f90>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestGeeTestV4.test_sio_success ________________________
|
| tests/test_gee_test.py:33: in test_sio_success
|
| assert ser_result.errorId in (34, 12)
|
| E AssertionError: assert 1 in (34, 12)
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.gee_test.GeeTest object at 0x7fd85bca73b0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_gee_test.TestGeeTestV4 object at 0x7fd85bd23cb0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestGeeTestV4.test_aio_success ________________________
|
| tests/test_gee_test.py:48: in test_aio_success
|
| assert ser_result.errorId in (34, 12)
|
| E AssertionError: assert 1 in (34, 12)
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.gee_test.GeeTest object at 0x7fd85bca68a0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_gee_test.TestGeeTestV4 object at 0x7fd85bd23f80>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________ TestImageToCoordinates.test_sio_success_file _________________
|
| tests/test_image_to_coordinates.py:31: in test_sio_success_file
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.image_to_coordinates.ImageToCoordinates object at 0x7fd85bca6960>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_image_to_coordinates.TestImageToCoordinates object at 0x7fd85bd22060>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________ TestImageToCoordinates.test_aio_success_file _________________
|
| tests/test_image_to_coordinates.py:41: in test_aio_success_file
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.image_to_coordinates.ImageToCoordinates object at 0x7fd85bcab020>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_image_to_coordinates.TestImageToCoordinates object at 0x7fd85bddd190>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ____________________ TestImageToText.test_sio_success_file _____________________
|
| tests/test_image_to_text.py:37: in test_sio_success_file
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.image_to_text.ImageToText object at 0x7fd85bbb31d0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_image_to_text.TestImageToText object at 0x7fd85bdefb60>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ____________________ TestImageToText.test_aio_success_file _____________________
|
| tests/test_image_to_text.py:47: in test_aio_success_file
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.image_to_text.ImageToText object at 0x7fd85bbb10a0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_image_to_text.TestImageToText object at 0x7fd85bdef6e0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestReCaptchaV2.test_sio_success _______________________
|
| tests/test_recaptcha_v2.py:37: in test_sio_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v2.ReCaptchaV2 object at 0x7fd85bbe8590>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v2.TestReCaptchaV2 object at 0x7fd85bdefda0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestReCaptchaV2.test_aio_success _______________________
|
| tests/test_recaptcha_v2.py:52: in test_aio_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v2.ReCaptchaV2 object at 0x7fd85bbe9760>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v2.TestReCaptchaV2 object at 0x7fd85bdee180>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________ TestReCaptchaV2.test_sio_enterprise_success __________________
|
| tests/test_recaptcha_v2.py:67: in test_sio_enterprise_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v2.ReCaptchaV2 object at 0x7fd85bc95430>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v2.TestReCaptchaV2 object at 0x7fd85bdf9040>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________ TestReCaptchaV2.test_aio_enterprise_success __________________
|
| tests/test_recaptcha_v2.py:82: in test_aio_enterprise_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v2.ReCaptchaV2 object at 0x7fd85bc96ab0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v2.TestReCaptchaV2 object at 0x7fd85bdf8290>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestReCaptchaV3.test_sio_success _______________________
|
| tests/test_recaptcha_v3.py:31: in test_sio_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v3.ReCaptchaV3 object at 0x7fd85bbc98b0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v3.TestReCaptchaV3 object at 0x7fd85bdfb7a0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _______________________ TestReCaptchaV3.test_aio_success _______________________
|
| tests/test_recaptcha_v3.py:48: in test_aio_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v3.ReCaptchaV3 object at 0x7fd85bca40e0>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v3.TestReCaptchaV3 object at 0x7fd85bdfb6e0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________ TestReCaptchaV3.test_sio_enterprise_success __________________
|
| tests/test_recaptcha_v3.py:66: in test_sio_enterprise_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v3.ReCaptchaV3 object at 0x7fd85bc96900>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v3.TestReCaptchaV3 object at 0x7fd85bdfb230>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| _________________ TestReCaptchaV3.test_aio_enterprise_success __________________
|
| tests/test_recaptcha_v3.py:84: in test_aio_enterprise_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.recaptcha_v3.ReCaptchaV3 object at 0x7fd85bbc9d60>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_recaptcha_v3.TestReCaptchaV3 object at 0x7fd85bdfb650>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestTurnstile.test_sio_success ________________________
|
| tests/test_turnstile.py:25: in test_sio_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.turnstile.Turnstile object at 0x7fd85bca6f60>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_turnstile.TestTurnstile object at 0x7fd85bddcec0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ________________________ TestTurnstile.test_aio_success ________________________
|
| tests/test_turnstile.py:40: in test_aio_success
|
| assert ser_result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| instance = <python3_anticaptcha.turnstile.Turnstile object at 0x7fd85bca8e00>
|
| result = {'errorCode': 'ERROR_KEY_DOES_NOT_EXIST',
|
| 'errorDescription': 'Account authorization key not found in the system',
|
| 'errorId': 1,
|
| 'taskId': None}
|
| self = <tests.test_turnstile.TestTurnstile object at 0x7fd85bdbc8c0>
|
| ser_result = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None)
|
| ============================= slowest 5 durations ==============================
|
| 3.00s setup tests/test_amazon_waf.py::TestAmazonWAF::test_sio_success
|
| 3.00s setup tests/test_core.py::TestEnum::test_enum_list
|
| 3.00s setup tests/test_fun_captcha.py::TestFunCaptcha::test_sio_success
|
| 3.00s setup tests/test_gee_test.py::TestGeeTestV3::test_sio_success
|
| 3.00s setup tests/test_control.py::TestControl::test_get_balance
|
| =========================== short test summary info ============================
|
| FAILED tests/test_amazon_waf.py::TestAmazonWAF::test_sio_success - AssertionError: assert 1 == 24
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_amazon_waf.py::TestAmazonWAF::test_aio_success - AssertionError: assert 1 == 24
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_control.py::TestControl::test_get_balance - KeyError: 'balance'
|
| FAILED tests/test_control.py::TestControl::test_aio_get_balance - KeyError: 'balance'
|
| FAILED tests/test_control.py::TestControl::test_get_spending_stats - KeyError: 'data'
|
| FAILED tests/test_control.py::TestControl::test_aio_get_spending_stats - KeyError: 'data'
|
| FAILED tests/test_control.py::TestControl::test_get_app_stats - KeyError: 'chartData'
|
| FAILED tests/test_control.py::TestControl::test_aio_get_app_stats - KeyError: 'chartData'
|
| FAILED tests/test_custom_task.py::TestCustomTask::test_sio_success - AssertionError: assert 1 in (24,)
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_custom_task.py::TestCustomTask::test_aio_success - AssertionError: assert 1 in (24,)
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_fun_captcha.py::TestFunCaptcha::test_sio_success - AssertionError: assert 1 == 24
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_fun_captcha.py::TestFunCaptcha::test_aio_success - AssertionError: assert 1 == 24
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_gee_test.py::TestGeeTestV3::test_sio_success - AssertionError: assert 1 in (34, 12)
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_gee_test.py::TestGeeTestV3::test_aio_success - AssertionError: assert 1 in (34, 12)
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_gee_test.py::TestGeeTestV4::test_sio_success - AssertionError: assert 1 in (34, 12)
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_gee_test.py::TestGeeTestV4::test_aio_success - AssertionError: assert 1 in (34, 12)
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_image_to_coordinates.py::TestImageToCoordinates::test_sio_success_file - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_image_to_coordinates.py::TestImageToCoordinates::test_aio_success_file - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_image_to_text.py::TestImageToText::test_sio_success_file - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_image_to_text.py::TestImageToText::test_aio_success_file - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v2.py::TestReCaptchaV2::test_sio_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v2.py::TestReCaptchaV2::test_sio_enterprise_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v2.py::TestReCaptchaV2::test_aio_enterprise_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v3.py::TestReCaptchaV3::test_sio_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v3.py::TestReCaptchaV3::test_aio_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v3.py::TestReCaptchaV3::test_sio_enterprise_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_recaptcha_v3.py::TestReCaptchaV3::test_aio_enterprise_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_turnstile.py::TestTurnstile::test_sio_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| FAILED tests/test_turnstile.py::TestTurnstile::test_aio_success - AssertionError: assert 1 == 0
|
| + where 1 = GetTaskResultResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='Account authorization key not found in the system', status='error', solution={}, cost=0.0, ip=None, endTime=None, createTime=None, solveCount=0, taskId=None).errorId
|
| =========== 30 failed, 121 passed, 29 warnings in 188.02s (0:03:08) ============
|