py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m coverage run --rcfile $(@D)/setup.cfg -m pytest -v $(@D)/tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: setup.cfg collecting ... collected 438 items tests/test_adapter.py::TestAdapterAttributes::test_doc_string PASSED tests/test_adapter.py::TestAdapterAttributes::test_module_name PASSED tests/test_adapter.py::TestAdapterAttributes::test_object_name PASSED tests/test_adapter.py::TestAdapterAttributes::test_object_qualname PASSED tests/test_adapter.py::TestArgumentSpecification::test_argspec PASSED tests/test_adapter.py::TestArgumentSpecification::test_isinstance PASSED tests/test_adapter.py::TestArgumentSpecification::test_signature PASSED tests/test_adapter.py::TestDynamicAdapter::test_adapter_factory PASSED tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod PASSED tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function PASSED tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod PASSED tests/test_adapter_py3.py::TestAdapterAttributesWithAnnotations::test_annotations PASSED tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_argspec PASSED tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_isinstance PASSED tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_signature PASSED tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_adapter_factory PASSED tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_classmethod PASSED tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_function PASSED tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_instancemethod PASSED tests/test_adapter_py33.py::TestArgumentSpecification::test_getfullargspec PASSED tests/test_adapter_py33.py::TestArgumentSpecification::test_signature PASSED tests/test_arguments.py::TestArguments::test_getcallargs PASSED tests/test_arguments.py::TestArguments::test_unexpected_unicode_keyword PASSED tests/test_attribute_wrapper.py::TestAttributeProxy::test_wrap_attribute PASSED tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_keyword_argument PASSED tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_positional_argument PASSED tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_empty_arguments PASSED tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_keyword_arguments PASSED tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_positional_arguments PASSED tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_no_arguments PASSED tests/test_class.py::TestInheritance::test_single_inheritance PASSED tests/test_class.py::TestIntrospection::test_getmembers PASSED tests/test_class_py37.py::TestInheritance::test_multiple_inheritance PASSED tests/test_class_py37.py::TestInheritance::test_multiple_inheritance_common PASSED tests/test_class_py37.py::TestInheritance::test_single_inheritance PASSED tests/test_copy.py::TestObjectCopy::test_copy PASSED tests/test_copy.py::TestObjectCopy::test_copy_proxy PASSED tests/test_copy.py::TestObjectCopy::test_deepcopy PASSED tests/test_copy.py::TestObjectCopy::test_deepcopy_proxy PASSED tests/test_decorators.py::TestDecorator::test_class_method_as_decorator PASSED tests/test_decorators.py::TestDecorator::test_class_type_as_decorator PASSED tests/test_decorators.py::TestDecorator::test_class_type_as_decorator_args PASSED tests/test_decorators.py::TestDecorator::test_instance_method_as_decorator PASSED tests/test_decorators.py::TestDecorator::test_no_parameters PASSED tests/test_descriptors_py36.py::TestObjectDescriptors::test_set_name PASSED tests/test_formatargspec_py35.py::TestFormatargspec35::test_formatargspec PASSED tests/test_formatargspec_py38.py::TestFormatargspec38::test_formatargspec PASSED tests/test_function.py::TestCallingFunction::test_call_function PASSED tests/test_function.py::TestNamingFunction::test_argspec PASSED tests/test_function.py::TestNamingFunction::test_doc_string PASSED tests/test_function.py::TestNamingFunction::test_getmembers PASSED tests/test_function.py::TestNamingFunction::test_isinstance PASSED tests/test_function.py::TestNamingFunction::test_module_name PASSED tests/test_function.py::TestNamingFunction::test_object_name PASSED tests/test_function.py::TestNamingFunction::test_object_qualname PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_class PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_instance PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_function_attributes PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_class PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_instance PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_class PASSED tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_instance PASSED tests/test_function_wrapper.py::TestClassInheritence::test_classmethod_type_inheritence PASSED tests/test_function_wrapper.py::TestClassInheritence::test_function_type_inheritence PASSED tests/test_function_wrapper.py::TestClassInheritence::test_instancemethod_type_inheritence PASSED tests/test_function_wrapper.py::TestClassInheritence::test_staticmethod_type_inheritence PASSED tests/test_function_wrapper.py::TestDerivedFunctionWrapper::test_override_bound_type PASSED tests/test_function_wrapper.py::TestFunctionBinding::test_double_binding PASSED tests/test_function_wrapper.py::TestFunctionBinding::test_re_bind_after_none PASSED tests/test_function_wrapper.py::TestGuardArgument::test_boolean_dynamic_guard_on_decorator PASSED tests/test_function_wrapper.py::TestGuardArgument::test_boolean_false_guard_on_decorator PASSED tests/test_function_wrapper.py::TestGuardArgument::test_boolean_true_guard_on_decorator PASSED tests/test_function_wrapper.py::TestGuardArgument::test_function_guard_on_decorator PASSED tests/test_function_wrapper.py::TestGuardArgument::test_guard_on_instancemethod PASSED tests/test_function_wrapper.py::TestInvalidCalling::test_missing_self_via_class PASSED tests/test_function_wrapper.py::TestInvalidWrapper::test_none_for_wrapped PASSED tests/test_function_wrapper.py::TestParentReference::test_class_decorator PASSED tests/test_function_wrapper.py::TestParentReference::test_classmethod PASSED tests/test_function_wrapper.py::TestParentReference::test_function_decorator PASSED tests/test_function_wrapper.py::TestParentReference::test_instancemethod PASSED tests/test_function_wrapper.py::TestParentReference::test_nested_class_decorator PASSED tests/test_function_wrapper.py::TestParentReference::test_staticmethod_inner PASSED tests/test_inheritance_py37.py::TestClassInheritance::test_abc_inheritance PASSED tests/test_inheritance_py37.py::TestClassInheritance::test_basic_inheritance PASSED tests/test_inheritance_py37.py::TestClassInheritance::test_py_abc_inheritance PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function_nested_decorators PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_externally_applied_wrapper PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_externally_passed_wrapper PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function_nested_decorators PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_externally_applied_wrapper PASSED tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_externally_passed_wrapper PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_argspec PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_doc_string PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_isinstance PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_module_name PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_name PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_qualname PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_argspec PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_doc_string PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_isinstance PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_module_name PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_name PASSED tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_qualname PASSED tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function PASSED tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function_nested_decorator PASSED tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_externally_applied_wrapper PASSED tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function PASSED tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function_nested_decorator PASSED tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_externally_applied_wrapper PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_argspec PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_doc_string PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_isinstance PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_module_name PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_name PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_qualname PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_argspec PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_doc_string PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_isinstance PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_module_name PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_name PASSED tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_qualname PASSED tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function PASSED tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function_nested PASSED tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function PASSED tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function_nested PASSED tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function PASSED tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function_nested PASSED tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function PASSED tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function_nested PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_argspec PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_doc_string PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_isinstance PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_module_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_qualname PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_argspec PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_doc_string PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_isinstance PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_module_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_qualname PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_argspec PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_doc_string PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_isinstance PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_module_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_qualname PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_getmembers PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_argspec PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_doc_string PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_isinstance PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_module_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_name PASSED tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_qualname PASSED tests/test_memoize.py::TestSynchronized::test_classmethod PASSED tests/test_memoize.py::TestSynchronized::test_function PASSED tests/test_memoize.py::TestSynchronized::test_instancemethod PASSED tests/test_memoize.py::TestSynchronized::test_staticmethod PASSED tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_class PASSED tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_dict PASSED tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_extracted PASSED tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_instance PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_class_method PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_instance_method PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name_enabled_callable PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name_enabled_literal_false PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name_enabled_literal_true PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper_instance_method PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_inherited PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_module_name PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module_name PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_instance_method_module_name PASSED tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_static_method_module_name PASSED tests/test_nested_function.py::TestCallingNestedFunction::test_call_function PASSED tests/test_nested_function.py::TestNamingNestedFunction::test_argspec PASSED tests/test_nested_function.py::TestNamingNestedFunction::test_doc_string PASSED tests/test_nested_function.py::TestNamingNestedFunction::test_isinstance PASSED tests/test_nested_function.py::TestNamingNestedFunction::test_module_name PASSED tests/test_nested_function.py::TestNamingNestedFunction::test_object_name PASSED tests/test_nested_function.py::TestNamingNestedFunction::test_object_qualname PASSED tests/test_object_proxy.py::CallableFunction::test_callable_proxy_getattr_call PASSED tests/test_object_proxy.py::CallableFunction::test_callable_proxy_hasattr_call PASSED tests/test_object_proxy.py::CallableFunction::test_callable_proxy_is_callable PASSED tests/test_object_proxy.py::CallableFunction::test_proxy_getattr_call PASSED tests/test_object_proxy.py::CallableFunction::test_proxy_hasattr_call PASSED tests/test_object_proxy.py::CallableFunction::test_proxy_is_callable PASSED tests/test_object_proxy.py::DerivedClassAttributes::test_class_properties PASSED tests/test_object_proxy.py::DerivedClassAttributes::test_override_class_attributes PASSED tests/test_object_proxy.py::DerivedClassAttributes::test_setup_class_attributes PASSED tests/test_object_proxy.py::OverrideAttributeAccess::test_attr_functions PASSED tests/test_object_proxy.py::OverrideAttributeAccess::test_override_getattr PASSED tests/test_object_proxy.py::SpecialMethods::test_class_bytes PASSED tests/test_object_proxy.py::SpecialMethods::test_complex PASSED tests/test_object_proxy.py::SpecialMethods::test_decimal_complex PASSED tests/test_object_proxy.py::SpecialMethods::test_fractions_round PASSED tests/test_object_proxy.py::SpecialMethods::test_list_reversed PASSED tests/test_object_proxy.py::SpecialMethods::test_str_format PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_1 PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_2 PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_overloaded_1 PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_overloaded_2 PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_renamed PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_dict PASSED tests/test_object_proxy.py::TestArgumentUnpacking::test_self_positional_argument_on_class_init PASSED tests/test_object_proxy.py::TestArgumentUnpackingBoundFunctionWrapper::test_self_keyword_argument_on_classmethod PASSED tests/test_object_proxy.py::TestArgumentUnpackingBoundFunctionWrapper::test_self_keyword_argument_on_instancemethod PASSED tests/test_object_proxy.py::TestArgumentUnpackingDecorator::test_self_keyword_argument_on_classmethod PASSED tests/test_object_proxy.py::TestArgumentUnpackingDecorator::test_self_keyword_argument_on_function PASSED tests/test_object_proxy.py::TestArgumentUnpackingDecorator::test_self_keyword_argument_on_instancemethod PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_1a PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_1b PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_2a PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_2b PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_1a PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_1b PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_2a PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_2b PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_renamed_1 PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_renamed_2 PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_dict_1 PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_dict_2 PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_positional_argument_on_class_init_1 PASSED tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_positional_argument_on_class_init_2 PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_1 PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_2 PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_overloaded_1 PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_overloaded_2 PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_renamed PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_dict PASSED tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_positional_argument_on_class_init PASSED tests/test_object_proxy.py::TestAsMappingObjectProxy::test_contains PASSED tests/test_object_proxy.py::TestAsMappingObjectProxy::test_delitem PASSED tests/test_object_proxy.py::TestAsMappingObjectProxy::test_getitem PASSED tests/test_object_proxy.py::TestAsMappingObjectProxy::test_length PASSED tests/test_object_proxy.py::TestAsMappingObjectProxy::test_setitem PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_abs PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_float PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_hex PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iadd PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iand PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_idiv PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ifloordiv PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ilshift PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imod PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imul PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_index PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_int PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_invert PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior_list_self PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ipow PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_irshift PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_isub PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ixor PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_neg PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_nonzero PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_oct PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pos PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub_uninitialized_args PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor PASSED tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor_uninitialized_args PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_contains PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delitem PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delslice PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getitem PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getslice PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_length PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setitem PASSED tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setslice PASSED tests/test_object_proxy.py::TestAttributeAccess::test_attribute_lookup_attribute_exception PASSED tests/test_object_proxy.py::TestAttributeAccess::test_attribute_lookup_modified PASSED tests/test_object_proxy.py::TestAttributeAccess::test_attribute_lookup_value_exception PASSED tests/test_object_proxy.py::TestAttributeAccess::test_attributes PASSED tests/test_object_proxy.py::TestAttributeAccess::test_delete_wrapped PASSED tests/test_object_proxy.py::TestAttributeAccess::test_get_wrapped PASSED tests/test_object_proxy.py::TestAttributeAccess::test_init_not_called PASSED tests/test_object_proxy.py::TestAttributeAccess::test_proxy_attribute PASSED tests/test_object_proxy.py::TestAttributeAccess::test_set_wrapped PASSED tests/test_object_proxy.py::TestAttributeAccess::test_wrapped_attribute PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_args PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_no_args PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_no_args PASSED tests/test_object_proxy.py::TestCallingObject::test_function_args PASSED tests/test_object_proxy.py::TestCallingObject::test_function_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_function_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_function_no_args PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_no_args PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_no_args PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_no_args PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args_plus_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_kwargs PASSED tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_no_args PASSED tests/test_object_proxy.py::TestContextManagerObjectProxy::test_context_manager PASSED tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_missing_init PASSED tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_new PASSED tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_setattr PASSED tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_class PASSED tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_function PASSED tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_instance PASSED tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_class PASSED tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_function PASSED tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_instance PASSED tests/test_object_proxy.py::TestEqualityObjectProxy::test_comparison PASSED tests/test_object_proxy.py::TestEqualityObjectProxy::test_mapping_key PASSED tests/test_object_proxy.py::TestEqualityObjectProxy::test_object_hash PASSED tests/test_object_proxy.py::TestIterObjectProxy::test_iteration PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_class_doc_string PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_class_module_name PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_name PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_qualname PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_function_doc_string PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_function_module_name PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_name PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_qualname PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_doc_string PASSED tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_module_name PASSED tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_repr PASSED tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_str PASSED tests/test_object_proxy.py::TestOverridingSpecialAttributes::test_overriding_class_attribute PASSED tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_class PASSED tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_function PASSED tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_instance PASSED tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_class_call_function PASSED tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_instance_call_function PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_argspec PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_doc_string PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_isinstance PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_module_name PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_name PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_qualname PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_argspec PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_doc_string PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_isinstance PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_module_name PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_object_name PASSED tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_object_qualname PASSED tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_class_call_function PASSED tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_instance_call_function PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_argspec PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_doc_string PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_isinstance PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_module_name PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_name PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_qualname PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_argspec PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_doc_string PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_isinstance PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_module_name PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_object_name PASSED tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_object_qualname PASSED tests/test_pickle.py::TestObjectPickle::test_pickle PASSED tests/test_pickle.py::TestObjectPickle::test_pickle_proxy PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_after_import PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_before_and_after_import PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_before_import PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_import_deadlock_1 PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_import_deadlock_2 PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_import_deadlock_3 PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_loader PASSED tests/test_post_import_hooks.py::TestPostImportHooks::test_remove_from_sys_modules PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_false_instance PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_function PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_inner_classmethod PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_inner_staticmethod PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_instancemethod PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_outer_classmethod PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_outer_staticmethod PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_type_new_style PASSED tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_type_old_style PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_annotations PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_annotations_modified_on_original PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_doc PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_doc_modified_on_original PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_module PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_module_modified_on_original PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_name PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_name_modified_on_original PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_qualname PASSED tests/test_update_attributes.py::TestUpdateAttributes::test_update_qualname_modified_on_original PASSED tests/test_weak_function_proxy.py::TestArgumentUnpackingWeakFunctionProxy::test_self_keyword_argument PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_call_expired PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_classmethod PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_decorator_method PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_function PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_function PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_function_and_instance PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_instance PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_isinstance PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_no_callback PASSED tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_staticmethod PASSED ======== 438 passed ======== py$(PYV): OK congratulations :)