pytest.html

Report generated on 17-Oct-2021 at 07:15:54 by pytest-html v3.1.1

Environment

Packages {"pluggy": "1.0.0", "py": "1.10.0", "pytest": "6.2.5"}
Platform Linux-5.8.0-1042-azure-x86_64-with-glibc2.31
Plugins {"html": "3.1.1", "metadata": "1.11.0"}
Python 3.9.7

Summary

166 tests ran in 1.07 seconds.

166 passed, 0 skipped, 0 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_classmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_classmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_coroutine_call 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_coroutine_success 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_custom_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_custom_logger 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_custom_logging_level 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_diff_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_diff_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_init_backoff 0.01
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_jitter 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_logging 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_method_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_method_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_reraise 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_reraise_with_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_retry_limit_0 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_staticmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_staticmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetryAsync::test_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_classmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_classmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_custom_exponential_backoff 0.02
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_custom_logger 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_custom_logging_level 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_diff_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_diff_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_func_call 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_init_backoff 0.01
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_jitter 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_logging 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_method_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_method_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_only_one_positional_arg 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_reraise 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_reraise_with_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_retry_limit_0 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_staticmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_staticmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_success 0.00
No log output captured.
Passed test/unit_tests/test_retry.py::TestRetry::test_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_classmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_classmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_coroutine_call 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_coroutine_success 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_custom_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_custom_logger 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_custom_logging_level 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_diff_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_diff_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_init_backoff 0.01
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_jitter 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_logging 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_method_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_method_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_reraise 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_reraise_with_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_retry_limit_0 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_staticmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_staticmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecoratorAsync::test_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_classmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_classmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_custom_exponential_backoff 0.02
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_custom_logger 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_custom_logging_level 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_diff_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_diff_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_func_call 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_annotations 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_attrs 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_docstr 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_module 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_name 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_qualname 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_function_signature 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_init_backoff 0.01
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_iscoroutinefunction 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_isfunction 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_ismethod 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_isroutine 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_jitter 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_logging 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_method_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_method_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_only_keyword_args 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_repr 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_reraise 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_reraise_with_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_retry_limit_0 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_staticmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_staticmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_success 0.00
No log output captured.
Passed test/unit_tests/test_retry_decorator.py::TestRetryDecorator::test_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_classmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_classmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_coroutine_call 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_coroutine_success 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_custom_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_custom_logger 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_custom_logging_level 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_diff_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_diff_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_init_backoff 0.01
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_jitter 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_logging 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_method_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_method_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_reraise 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_reraise_with_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_retry_limit_0 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_staticmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_staticmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactoryAsync::test_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_classmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_classmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_custom_exponential_backoff 0.02
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_custom_logger 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_custom_logging_level 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_diff_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_diff_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_exponential_backoff 0.03
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_func_call 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_annotations 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_attrs 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_docstr 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_module 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_name 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_qualname 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_function_signature 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_init_backoff 0.01
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_iscoroutinefunction 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_isfunction 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_ismethod 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_isroutine 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_jitter 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_logging 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_method_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_method_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_multiple_exceptions 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_only_keyword_args 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_repr 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_reraise 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_reraise_with_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_retry_limit_0 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_single_exception 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_staticmethod_of_class 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_staticmethod_of_object 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_success 0.00
No log output captured.
Passed test/unit_tests/test_retry_factory.py::TestRetryFactory::test_time_limit 0.00
No log output captured.
Passed test/unit_tests/test_version.py::TestVersion::test_version 0.00
No log output captured.