disable cog-spur
[oi-userland.git] / components / python / wrapt / test / results-all.master
blob2d1c9713bf93ee2e8fc75bad2f514ae214fdb819
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m coverage run --rcfile $(@D)/setup.cfg -m pytest -v $(@D)/tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: setup.cfg
8 collecting ... collected 444 items
10 tests/test_adapter.py::TestAdapterAttributes::test_doc_string PASSED
11 tests/test_adapter.py::TestAdapterAttributes::test_module_name PASSED
12 tests/test_adapter.py::TestAdapterAttributes::test_object_name PASSED
13 tests/test_adapter.py::TestAdapterAttributes::test_object_qualname PASSED
14 tests/test_adapter.py::TestArgumentSpecification::test_argspec PASSED
15 tests/test_adapter.py::TestArgumentSpecification::test_isinstance PASSED
16 tests/test_adapter.py::TestArgumentSpecification::test_signature PASSED
17 tests/test_adapter.py::TestDynamicAdapter::test_adapter_factory PASSED
18 tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_classmethod PASSED
19 tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_function PASSED
20 tests/test_adapter.py::TestDynamicAdapter::test_dynamic_adapter_instancemethod PASSED
21 tests/test_adapter_py3.py::TestAdapterAttributesWithAnnotations::test_annotations PASSED
22 tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_argspec PASSED
23 tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_isinstance PASSED
24 tests/test_adapter_py3.py::TestArgumentSpecificationWithAnnotations::test_signature PASSED
25 tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_adapter_factory PASSED
26 tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_classmethod PASSED
27 tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_function PASSED
28 tests/test_adapter_py3.py::TestDynamicAdapterWithAnnotations::test_dynamic_adapter_instancemethod PASSED
29 tests/test_adapter_py33.py::TestArgumentSpecification::test_getfullargspec PASSED
30 tests/test_adapter_py33.py::TestArgumentSpecification::test_signature PASSED
31 tests/test_arguments.py::TestArguments::test_getcallargs PASSED
32 tests/test_arguments.py::TestArguments::test_unexpected_unicode_keyword PASSED
33 tests/test_attribute_wrapper.py::TestAttributeProxy::test_wrap_attribute PASSED
34 tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_keyword_argument PASSED
35 tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_1_positional_argument PASSED
36 tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_empty_arguments PASSED
37 tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_keyword_arguments PASSED
38 tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_multiple_positional_arguments PASSED
39 tests/test_callable_object_proxy.py::TestPartialCallableObjectProxy::test_no_arguments PASSED
40 tests/test_class.py::TestIntrospection::test_getmembers PASSED
41 tests/test_class.py::TestInheritance::test_single_inheritance PASSED
42 tests/test_class_py37.py::TestInheritance::test_multiple_inheritance PASSED
43 tests/test_class_py37.py::TestInheritance::test_multiple_inheritance_common PASSED
44 tests/test_class_py37.py::TestInheritance::test_single_inheritance PASSED
45 tests/test_copy.py::TestObjectCopy::test_copy PASSED
46 tests/test_copy.py::TestObjectCopy::test_copy_proxy PASSED
47 tests/test_copy.py::TestObjectCopy::test_deepcopy PASSED
48 tests/test_copy.py::TestObjectCopy::test_deepcopy_proxy PASSED
49 tests/test_decorators.py::TestDecorator::test_call_semantics_for_assorted_decorator_use_cases PASSED
50 tests/test_decorators.py::TestDecorator::test_call_semantics_for_assorted_wrapped_descriptor_use_cases PASSED
51 tests/test_decorators.py::TestDecorator::test_class_method_as_decorator PASSED
52 tests/test_decorators.py::TestDecorator::test_class_type_as_decorator PASSED
53 tests/test_decorators.py::TestDecorator::test_class_type_as_decorator_args PASSED
54 tests/test_decorators.py::TestDecorator::test_decorated_builtin_as_class_attribute PASSED
55 tests/test_decorators.py::TestDecorator::test_decorated_function_as_class_attribute PASSED
56 tests/test_decorators.py::TestDecorator::test_decorated_function_as_instance_attribute PASSED
57 tests/test_decorators.py::TestDecorator::test_instance_method_as_decorator PASSED
58 tests/test_decorators.py::TestDecorator::test_no_parameters PASSED
59 tests/test_descriptors_py36.py::TestObjectDescriptors::test_set_name PASSED
60 tests/test_formatargspec_py35.py::TestFormatargspec35::test_formatargspec PASSED
61 tests/test_formatargspec_py38.py::TestFormatargspec38::test_formatargspec PASSED
62 tests/test_function.py::TestNamingFunction::test_argspec PASSED
63 tests/test_function.py::TestNamingFunction::test_doc_string PASSED
64 tests/test_function.py::TestNamingFunction::test_getmembers PASSED
65 tests/test_function.py::TestNamingFunction::test_isinstance PASSED
66 tests/test_function.py::TestNamingFunction::test_module_name PASSED
67 tests/test_function.py::TestNamingFunction::test_object_name PASSED
68 tests/test_function.py::TestNamingFunction::test_object_qualname PASSED
69 tests/test_function.py::TestCallingFunction::test_call_function PASSED
70 tests/test_function_wrapper.py::TestClassInheritence::test_classmethod_type_inheritence PASSED
71 tests/test_function_wrapper.py::TestClassInheritence::test_function_type_inheritence PASSED
72 tests/test_function_wrapper.py::TestClassInheritence::test_instancemethod_type_inheritence PASSED
73 tests/test_function_wrapper.py::TestClassInheritence::test_staticmethod_type_inheritence PASSED
74 tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes PASSED
75 tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_class PASSED
76 tests/test_function_wrapper.py::TestAttributeAccess::test_classmethod_attributes_external_instance PASSED
77 tests/test_function_wrapper.py::TestAttributeAccess::test_function_attributes PASSED
78 tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes PASSED
79 tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_class PASSED
80 tests/test_function_wrapper.py::TestAttributeAccess::test_instancemethod_attributes_external_instance PASSED
81 tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes PASSED
82 tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_class PASSED
83 tests/test_function_wrapper.py::TestAttributeAccess::test_staticmethod_attributes_external_instance PASSED
84 tests/test_function_wrapper.py::TestParentReference::test_class_decorator PASSED
85 tests/test_function_wrapper.py::TestParentReference::test_classmethod PASSED
86 tests/test_function_wrapper.py::TestParentReference::test_function_decorator PASSED
87 tests/test_function_wrapper.py::TestParentReference::test_instancemethod PASSED
88 tests/test_function_wrapper.py::TestParentReference::test_nested_class_decorator PASSED
89 tests/test_function_wrapper.py::TestParentReference::test_staticmethod_inner PASSED
90 tests/test_function_wrapper.py::TestGuardArgument::test_boolean_dynamic_guard_on_decorator PASSED
91 tests/test_function_wrapper.py::TestGuardArgument::test_boolean_false_guard_on_decorator PASSED
92 tests/test_function_wrapper.py::TestGuardArgument::test_boolean_true_guard_on_decorator PASSED
93 tests/test_function_wrapper.py::TestGuardArgument::test_function_guard_on_decorator PASSED
94 tests/test_function_wrapper.py::TestGuardArgument::test_guard_on_instancemethod PASSED
95 tests/test_function_wrapper.py::TestDerivedFunctionWrapper::test_override_bound_type PASSED
96 tests/test_function_wrapper.py::TestFunctionBinding::test_double_binding PASSED
97 tests/test_function_wrapper.py::TestFunctionBinding::test_re_bind_after_none PASSED
98 tests/test_function_wrapper.py::TestInvalidWrapper::test_none_for_wrapped PASSED
99 tests/test_function_wrapper.py::TestInvalidCalling::test_missing_self_via_class PASSED
100 tests/test_inheritance_py37.py::TestClassInheritance::test_abc_inheritance PASSED
101 tests/test_inheritance_py37.py::TestClassInheritance::test_basic_inheritance PASSED
102 tests/test_inheritance_py37.py::TestClassInheritance::test_py_abc_inheritance PASSED
103 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_argspec PASSED
104 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_doc_string PASSED
105 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_isinstance PASSED
106 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_module_name PASSED
107 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_name PASSED
108 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_class_object_qualname PASSED
109 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_argspec PASSED
110 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_doc_string PASSED
111 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_isinstance PASSED
112 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_module_name PASSED
113 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_name PASSED
114 tests/test_inner_classmethod.py::TestNamingInnerClassMethod::test_instance_object_qualname PASSED
115 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function PASSED
116 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_call_function_nested_decorators PASSED
117 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_externally_applied_wrapper PASSED
118 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_class_externally_passed_wrapper PASSED
119 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function PASSED
120 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_call_function_nested_decorators PASSED
121 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_externally_applied_wrapper PASSED
122 tests/test_inner_classmethod.py::TestCallingInnerClassMethod::test_instance_externally_passed_wrapper PASSED
123 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_argspec PASSED
124 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_doc_string PASSED
125 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_isinstance PASSED
126 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_module_name PASSED
127 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_name PASSED
128 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_class_object_qualname PASSED
129 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_argspec PASSED
130 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_doc_string PASSED
131 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_isinstance PASSED
132 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_module_name PASSED
133 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_name PASSED
134 tests/test_inner_staticmethod.py::TestNamingInnerStaticMethod::test_instance_object_qualname PASSED
135 tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function PASSED
136 tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_call_function_nested_decorator PASSED
137 tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_class_externally_applied_wrapper PASSED
138 tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function PASSED
139 tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_call_function_nested_decorator PASSED
140 tests/test_inner_staticmethod.py::TestCallingInnerStaticMethod::test_instance_externally_applied_wrapper PASSED
141 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_argspec PASSED
142 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_doc_string PASSED
143 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_isinstance PASSED
144 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_module_name PASSED
145 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_name PASSED
146 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_class_object_qualname PASSED
147 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_getmembers PASSED
148 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_argspec PASSED
149 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_doc_string PASSED
150 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_isinstance PASSED
151 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_module_name PASSED
152 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_name PASSED
153 tests/test_instancemethod.py::TestNamingInstanceMethodOldStyle::test_instance_object_qualname PASSED
154 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_argspec PASSED
155 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_doc_string PASSED
156 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_isinstance PASSED
157 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_module_name PASSED
158 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_name PASSED
159 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_class_object_qualname PASSED
160 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_argspec PASSED
161 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_doc_string PASSED
162 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_isinstance PASSED
163 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_module_name PASSED
164 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_name PASSED
165 tests/test_instancemethod.py::TestNamingInstanceMethodNewStyle::test_instance_object_qualname PASSED
166 tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function PASSED
167 tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_class_call_function_nested PASSED
168 tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function PASSED
169 tests/test_instancemethod.py::TestCallingInstanceMethodOldStyle::test_instance_call_function_nested PASSED
170 tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function PASSED
171 tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_class_call_function_nested PASSED
172 tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function PASSED
173 tests/test_instancemethod.py::TestCallingInstanceMethodNewStyle::test_instance_call_function_nested PASSED
174 tests/test_memoize.py::TestSynchronized::test_classmethod PASSED
175 tests/test_memoize.py::TestSynchronized::test_function PASSED
176 tests/test_memoize.py::TestSynchronized::test_instancemethod PASSED
177 tests/test_memoize.py::TestSynchronized::test_staticmethod PASSED
178 tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper PASSED
179 tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_class_method PASSED
180 tests/test_monkey_patching.py::TestMonkeyPatching::test_function_wrapper_instance_method PASSED
181 tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module PASSED
182 tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name PASSED
183 tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name_enabled_callable PASSED
184 tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name_enabled_literal_false PASSED
185 tests/test_monkey_patching.py::TestMonkeyPatching::test_patch_function_module_name_enabled_literal_true PASSED
186 tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper PASSED
187 tests/test_monkey_patching.py::TestMonkeyPatching::test_transient_function_wrapper_instance_method PASSED
188 tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_inherited PASSED
189 tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_class_method_module_name PASSED
190 tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module PASSED
191 tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_function_module_name PASSED
192 tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_instance_method_module_name PASSED
193 tests/test_monkey_patching.py::TestMonkeyPatching::test_wrap_static_method_module_name PASSED
194 tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_class PASSED
195 tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_dict PASSED
196 tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_extracted PASSED
197 tests/test_monkey_patching.py::TestExplicitMonkeyPatching::test_patch_instance_method_instance PASSED
198 tests/test_nested_function.py::TestNamingNestedFunction::test_argspec PASSED
199 tests/test_nested_function.py::TestNamingNestedFunction::test_doc_string PASSED
200 tests/test_nested_function.py::TestNamingNestedFunction::test_isinstance PASSED
201 tests/test_nested_function.py::TestNamingNestedFunction::test_module_name PASSED
202 tests/test_nested_function.py::TestNamingNestedFunction::test_object_name PASSED
203 tests/test_nested_function.py::TestNamingNestedFunction::test_object_qualname PASSED
204 tests/test_nested_function.py::TestCallingNestedFunction::test_call_function PASSED
205 tests/test_object_proxy.py::TestAttributeAccess::test_attribute_lookup_attribute_exception PASSED
206 tests/test_object_proxy.py::TestAttributeAccess::test_attribute_lookup_modified PASSED
207 tests/test_object_proxy.py::TestAttributeAccess::test_attribute_lookup_value_exception PASSED
208 tests/test_object_proxy.py::TestAttributeAccess::test_attributes PASSED
209 tests/test_object_proxy.py::TestAttributeAccess::test_delete_wrapped PASSED
210 tests/test_object_proxy.py::TestAttributeAccess::test_get_wrapped PASSED
211 tests/test_object_proxy.py::TestAttributeAccess::test_init_not_called PASSED
212 tests/test_object_proxy.py::TestAttributeAccess::test_proxy_attribute PASSED
213 tests/test_object_proxy.py::TestAttributeAccess::test_set_wrapped PASSED
214 tests/test_object_proxy.py::TestAttributeAccess::test_wrapped_attribute PASSED
215 tests/test_object_proxy.py::TestNamingObjectProxy::test_class_doc_string PASSED
216 tests/test_object_proxy.py::TestNamingObjectProxy::test_class_module_name PASSED
217 tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_name PASSED
218 tests/test_object_proxy.py::TestNamingObjectProxy::test_class_object_qualname PASSED
219 tests/test_object_proxy.py::TestNamingObjectProxy::test_function_doc_string PASSED
220 tests/test_object_proxy.py::TestNamingObjectProxy::test_function_module_name PASSED
221 tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_name PASSED
222 tests/test_object_proxy.py::TestNamingObjectProxy::test_function_object_qualname PASSED
223 tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_doc_string PASSED
224 tests/test_object_proxy.py::TestNamingObjectProxy::test_instance_module_name PASSED
225 tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_class PASSED
226 tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_function PASSED
227 tests/test_object_proxy.py::TestTypeObjectProxy::test_class_of_instance PASSED
228 tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_class PASSED
229 tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_function PASSED
230 tests/test_object_proxy.py::TestDirObjectProxy::test_dir_of_instance PASSED
231 tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_class PASSED
232 tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_function PASSED
233 tests/test_object_proxy.py::TestDirObjectProxy::test_vars_of_instance PASSED
234 tests/test_object_proxy.py::TestCallingObject::test_classmethod_args PASSED
235 tests/test_object_proxy.py::TestCallingObject::test_classmethod_args_plus_kwargs PASSED
236 tests/test_object_proxy.py::TestCallingObject::test_classmethod_kwargs PASSED
237 tests/test_object_proxy.py::TestCallingObject::test_classmethod_no_args PASSED
238 tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args PASSED
239 tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_args_plus_kwargs PASSED
240 tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_kwargs PASSED
241 tests/test_object_proxy.py::TestCallingObject::test_classmethod_via_class_no_args PASSED
242 tests/test_object_proxy.py::TestCallingObject::test_function_args PASSED
243 tests/test_object_proxy.py::TestCallingObject::test_function_args_plus_kwargs PASSED
244 tests/test_object_proxy.py::TestCallingObject::test_function_kwargs PASSED
245 tests/test_object_proxy.py::TestCallingObject::test_function_no_args PASSED
246 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args PASSED
247 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_args_plus_kwargs PASSED
248 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_kwargs PASSED
249 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_no_args PASSED
250 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args PASSED
251 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_args_plus_kwargs PASSED
252 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_kwargs PASSED
253 tests/test_object_proxy.py::TestCallingObject::test_instancemethod_via_class_no_args PASSED
254 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args PASSED
255 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_args_plus_kwargs PASSED
256 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_kwargs PASSED
257 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_no_args PASSED
258 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args PASSED
259 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_args_plus_kwargs PASSED
260 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_kwargs PASSED
261 tests/test_object_proxy.py::TestCallingObject::test_staticmethod_via_class_no_args PASSED
262 tests/test_object_proxy.py::TestIterObjectProxy::test_iteration PASSED
263 tests/test_object_proxy.py::TestContextManagerObjectProxy::test_context_manager PASSED
264 tests/test_object_proxy.py::TestEqualityObjectProxy::test_comparison PASSED
265 tests/test_object_proxy.py::TestEqualityObjectProxy::test_mapping_key PASSED
266 tests/test_object_proxy.py::TestEqualityObjectProxy::test_object_hash PASSED
267 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_abs PASSED
268 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add PASSED
269 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_add_uninitialized_args PASSED
270 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and PASSED
271 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_and_uninitialized_args PASSED
272 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div PASSED
273 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_div_uninitialized_args PASSED
274 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod PASSED
275 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_divmod_uninitialized_args PASSED
276 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_float PASSED
277 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv PASSED
278 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_floordiv_uninitialized_args PASSED
279 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_hex PASSED
280 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iadd PASSED
281 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_iand PASSED
282 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_idiv PASSED
283 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ifloordiv PASSED
284 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ilshift PASSED
285 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imod PASSED
286 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_imul PASSED
287 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_index PASSED
288 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_int PASSED
289 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_invert PASSED
290 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior PASSED
291 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ior_list_self PASSED
292 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ipow PASSED
293 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_irshift PASSED
294 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_isub PASSED
295 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_ixor PASSED
296 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift PASSED
297 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_lshift_uninitialized_args PASSED
298 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod PASSED
299 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mod_uninitialized_args PASSED
300 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul PASSED
301 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_mul_uninitialized_args PASSED
302 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_neg PASSED
303 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_nonzero PASSED
304 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_oct PASSED
305 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or PASSED
306 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_or_uninitialized_args PASSED
307 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pos PASSED
308 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow PASSED
309 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_pow_uninitialized_args PASSED
310 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift PASSED
311 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_rshift_uninitialized_args PASSED
312 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub PASSED
313 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_sub_uninitialized_args PASSED
314 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor PASSED
315 tests/test_object_proxy.py::TestAsNumberObjectProxy::test_xor_uninitialized_args PASSED
316 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_contains PASSED
317 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delitem PASSED
318 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_delslice PASSED
319 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getitem PASSED
320 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_getslice PASSED
321 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_length PASSED
322 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setitem PASSED
323 tests/test_object_proxy.py::TestAsSequenceObjectProxy::test_setslice PASSED
324 tests/test_object_proxy.py::TestAsMappingObjectProxy::test_contains PASSED
325 tests/test_object_proxy.py::TestAsMappingObjectProxy::test_delitem PASSED
326 tests/test_object_proxy.py::TestAsMappingObjectProxy::test_getitem PASSED
327 tests/test_object_proxy.py::TestAsMappingObjectProxy::test_length PASSED
328 tests/test_object_proxy.py::TestAsMappingObjectProxy::test_setitem PASSED
329 tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_format PASSED
330 tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_repr PASSED
331 tests/test_object_proxy.py::TestObjectRepresentationObjectProxy::test_str PASSED
332 tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_missing_init PASSED
333 tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_new PASSED
334 tests/test_object_proxy.py::TestDerivedClassCreation::test_derived_setattr PASSED
335 tests/test_object_proxy.py::DerivedClassAttributes::test_class_properties PASSED
336 tests/test_object_proxy.py::DerivedClassAttributes::test_override_class_attributes PASSED
337 tests/test_object_proxy.py::DerivedClassAttributes::test_setup_class_attributes PASSED
338 tests/test_object_proxy.py::OverrideAttributeAccess::test_attr_functions PASSED
339 tests/test_object_proxy.py::OverrideAttributeAccess::test_override_getattr PASSED
340 tests/test_object_proxy.py::CallableFunction::test_callable_proxy_getattr_call PASSED
341 tests/test_object_proxy.py::CallableFunction::test_callable_proxy_hasattr_call PASSED
342 tests/test_object_proxy.py::CallableFunction::test_callable_proxy_is_callable PASSED
343 tests/test_object_proxy.py::CallableFunction::test_proxy_getattr_call PASSED
344 tests/test_object_proxy.py::CallableFunction::test_proxy_hasattr_call PASSED
345 tests/test_object_proxy.py::CallableFunction::test_proxy_is_callable PASSED
346 tests/test_object_proxy.py::SpecialMethods::test_class_bytes PASSED
347 tests/test_object_proxy.py::SpecialMethods::test_complex PASSED
348 tests/test_object_proxy.py::SpecialMethods::test_decimal_complex PASSED
349 tests/test_object_proxy.py::SpecialMethods::test_fractions_round PASSED
350 tests/test_object_proxy.py::SpecialMethods::test_list_reversed PASSED
351 tests/test_object_proxy.py::SpecialMethods::test_str_format PASSED
352 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_1 PASSED
353 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_2 PASSED
354 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_overloaded_1 PASSED
355 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_overloaded_2 PASSED
356 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_class_init_renamed PASSED
357 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_keyword_argument_on_dict PASSED
358 tests/test_object_proxy.py::TestArgumentUnpacking::test_self_positional_argument_on_class_init PASSED
359 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_1a PASSED
360 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_1b PASSED
361 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_2a PASSED
362 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_2b PASSED
363 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_1a PASSED
364 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_1b PASSED
365 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_2a PASSED
366 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_overloaded_2b PASSED
367 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_renamed_1 PASSED
368 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_class_init_renamed_2 PASSED
369 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_dict_1 PASSED
370 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_keyword_argument_on_dict_2 PASSED
371 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_positional_argument_on_class_init_1 PASSED
372 tests/test_object_proxy.py::TestArgumentUnpackingPartial::test_self_positional_argument_on_class_init_2 PASSED
373 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_1 PASSED
374 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_2 PASSED
375 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_overloaded_1 PASSED
376 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_overloaded_2 PASSED
377 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_class_init_renamed PASSED
378 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_keyword_argument_on_dict PASSED
379 tests/test_object_proxy.py::TestArgumentUnpackingWrapperBase::test_self_positional_argument_on_class_init PASSED
380 tests/test_object_proxy.py::TestArgumentUnpackingBoundFunctionWrapper::test_self_keyword_argument_on_classmethod PASSED
381 tests/test_object_proxy.py::TestArgumentUnpackingBoundFunctionWrapper::test_self_keyword_argument_on_instancemethod PASSED
382 tests/test_object_proxy.py::TestArgumentUnpackingDecorator::test_self_keyword_argument_on_classmethod PASSED
383 tests/test_object_proxy.py::TestArgumentUnpackingDecorator::test_self_keyword_argument_on_function PASSED
384 tests/test_object_proxy.py::TestArgumentUnpackingDecorator::test_self_keyword_argument_on_instancemethod PASSED
385 tests/test_object_proxy.py::TestOverridingSpecialAttributes::test_overriding_class_attribute PASSED
386 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_argspec PASSED
387 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_doc_string PASSED
388 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_isinstance PASSED
389 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_module_name PASSED
390 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_name PASSED
391 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_class_object_qualname PASSED
392 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_argspec PASSED
393 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_doc_string PASSED
394 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_isinstance PASSED
395 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_module_name PASSED
396 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_object_name PASSED
397 tests/test_outer_classmethod.py::TestNamingOuterClassMethod::test_instance_object_qualname PASSED
398 tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_class_call_function PASSED
399 tests/test_outer_classmethod.py::TestCallingOuterClassMethod::test_instance_call_function PASSED
400 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_argspec PASSED
401 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_doc_string PASSED
402 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_isinstance PASSED
403 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_module_name PASSED
404 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_name PASSED
405 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_class_object_qualname PASSED
406 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_argspec PASSED
407 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_doc_string PASSED
408 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_isinstance PASSED
409 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_module_name PASSED
410 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_object_name PASSED
411 tests/test_outer_staticmethod.py::TestNamingOuterStaticMethod::test_instance_object_qualname PASSED
412 tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_class_call_function PASSED
413 tests/test_outer_staticmethod.py::TestCallingOuterStaticMethod::test_instance_call_function PASSED
414 tests/test_pickle.py::TestObjectPickle::test_pickle PASSED
415 tests/test_pickle.py::TestObjectPickle::test_pickle_proxy PASSED
416 tests/test_post_import_hooks.py::TestPostImportHooks::test_after_import PASSED
417 tests/test_post_import_hooks.py::TestPostImportHooks::test_before_and_after_import PASSED
418 tests/test_post_import_hooks.py::TestPostImportHooks::test_before_import PASSED
419 tests/test_post_import_hooks.py::TestPostImportHooks::test_import_deadlock_1 PASSED
420 tests/test_post_import_hooks.py::TestPostImportHooks::test_import_deadlock_2 PASSED
421 tests/test_post_import_hooks.py::TestPostImportHooks::test_import_deadlock_3 PASSED
422 tests/test_post_import_hooks.py::TestPostImportHooks::test_loader PASSED
423 tests/test_post_import_hooks.py::TestPostImportHooks::test_remove_from_sys_modules PASSED
424 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_false_instance PASSED
425 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_function PASSED
426 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_inner_classmethod PASSED
427 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_inner_staticmethod PASSED
428 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_instancemethod PASSED
429 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_outer_classmethod PASSED
430 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_outer_staticmethod PASSED
431 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_type_new_style PASSED
432 tests/test_synchronized_lock.py::TestSynchronized::test_synchronized_type_old_style PASSED
433 tests/test_update_attributes.py::TestUpdateAttributes::test_update_annotations PASSED
434 tests/test_update_attributes.py::TestUpdateAttributes::test_update_annotations_modified_on_original PASSED
435 tests/test_update_attributes.py::TestUpdateAttributes::test_update_doc PASSED
436 tests/test_update_attributes.py::TestUpdateAttributes::test_update_doc_modified_on_original PASSED
437 tests/test_update_attributes.py::TestUpdateAttributes::test_update_module PASSED
438 tests/test_update_attributes.py::TestUpdateAttributes::test_update_module_modified_on_original PASSED
439 tests/test_update_attributes.py::TestUpdateAttributes::test_update_name PASSED
440 tests/test_update_attributes.py::TestUpdateAttributes::test_update_name_modified_on_original PASSED
441 tests/test_update_attributes.py::TestUpdateAttributes::test_update_qualname PASSED
442 tests/test_update_attributes.py::TestUpdateAttributes::test_update_qualname_modified_on_original PASSED
443 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_call_expired PASSED
444 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_classmethod PASSED
445 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_decorator_method PASSED
446 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_function PASSED
447 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_function PASSED
448 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_function_and_instance PASSED
449 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_instancemethod_delete_instance PASSED
450 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_isinstance PASSED
451 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_no_callback PASSED
452 tests/test_weak_function_proxy.py::TestWeakFunctionProxy::test_staticmethod PASSED
453 tests/test_weak_function_proxy.py::TestArgumentUnpackingWeakFunctionProxy::test_self_keyword_argument PASSED
455 =============================== warnings summary ===============================
456 tests/conftest.py:21
457   $(@D)/tests/conftest.py:21: PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (module_path: pathlib.Path)
458   see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
459     def pytest_pycollect_makemodule(path, parent):
461 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
462 ======== 444 passed, 1 warning ========
463   py$(PYV): OK
464   congratulations :)