1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
3 Running tests at level 1
4 Running zope.testrunner.layer.UnitTests tests:
5 Set up zope.testrunner.layer.UnitTests.
7 test_no_fast_math_optimization (zope.proxy.tests.test_compile_flags.TestFloatingPoint)
8 test___get___w_class (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
9 test___get___w_inst_no_proxy (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
10 test___get___w_inst_w_derived_proxy (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
11 test___get___w_inst_w_proxy (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
12 test___set___not_allowed (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
13 test_proxy_that_provides_interface_as_well_as_wrapped (zope.proxy.tests.test_decorator.SpecificationDecoratorBaseTests)
14 test_wrapped_instance (zope.proxy.tests.test_decorator.SpecificationDecoratorBaseTests)
15 test_module_conforms_to_IProxyIntrospection (zope.proxy.tests.test_proxy.ModuleConformanceCase)
16 test___bool__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
17 test___call__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
18 test___class__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
19 test___contains__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
20 test___delattr___wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
21 test___delattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
22 test___eq___and___ne__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
23 test___getattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
24 test___getattr__delegates_to_wrapped_when_conflict (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
25 test___getattr__miss_both (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
26 test___getitem_____setitem_____delitem__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
27 test___getitem__w_slice_against_class_w_custom___getslice__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
28 test___getitem__w_slice_against_derived_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
29 test___getitem__w_slice_against_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
30 test___getitem__w_slice_against_tuple (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
31 test___getslice___dne_uses_getitem (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
32 test___getslice___error_propagates (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
33 test___gt___and___ge__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
34 test___hash__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
35 test___index__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
36 test___iter___next_when_returned_by_iterable (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
37 test___iter___returns_self_if_defined (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
38 test___iter___w_wrapped_iterable (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
39 test___iter___w_wrapped_iterator (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
40 test___len__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
41 test___lt___and___le__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
42 test___repr__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
43 test___setattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
44 test___setattr__sets_proxy_property (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
45 test___setslice___against_derived_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
46 test___setslice___against_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
47 test___setslice___dne_uses_setitem (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
48 test___setslice___error_propagates (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
49 test___str__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
50 test__reduce__raises (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
51 test__reduce_ex__raises (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
52 test_binops (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
53 test_constructor (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
54 test_custom_float_to_float (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
55 test_custom_int_to_int (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
56 test_descriptor__get___set___in_proxy_subclass (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
57 test_descriptor__set___only_in_proxy_subclass (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
58 test_incorrect_string_to_float (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
59 test_incorrect_string_to_int (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
60 test_inplace (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
61 test_method_in_proxy_subclass (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
62 test_non_descriptor_in_proxy_subclass__dict__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
63 test_odd_unops (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
64 test_pow_w_modulus (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
65 test_string_to_float (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
66 test_string_to_int (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
67 test_subclass_constructor (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
68 test_unops (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
69 test_wrapping_builtin_type_returns_correct_provided_by (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
70 test_wrapping_builtin_with_subclass_returns_correct_provided_by (zope.proxy.tests.test_proxy.ProxyBaseTestCase)
71 test___bool__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
72 test___call__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
73 test___class__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
74 test___contains__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
75 test___delattr___wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
76 test___delattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
77 test___eq___and___ne__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
78 test___getattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
79 test___getattr__delegates_to_wrapped_when_conflict (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
80 test___getattr__miss_both (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
81 test___getitem_____setitem_____delitem__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
82 test___getitem__w_slice_against_class_w_custom___getslice__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
83 test___getitem__w_slice_against_derived_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
84 test___getitem__w_slice_against_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
85 test___getitem__w_slice_against_tuple (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
86 test___getslice___dne_uses_getitem (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
87 test___getslice___error_propagates (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
88 test___gt___and___ge__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
89 test___hash__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
90 test___index__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
91 test___iter___next_when_returned_by_iterable (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
92 test___iter___returns_self_if_defined (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
93 test___iter___w_wrapped_iterable (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
94 test___iter___w_wrapped_iterator (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
95 test___len__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
96 test___lt___and___le__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
97 test___repr__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
98 test___setattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
99 test___setattr__sets_proxy_property (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
100 test___setslice___against_derived_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
101 test___setslice___against_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
102 test___setslice___dne_uses_setitem (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
103 test___setslice___error_propagates (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
104 test___str__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
105 test__reduce__raises (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
106 test__reduce_ex__raises (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
107 test_binops (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
108 test_constructor (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
109 test_custom_float_to_float (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
110 test_custom_int_to_int (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
111 test_descriptor__get___set___in_proxy_subclass (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
112 test_descriptor__set___only_in_proxy_subclass (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
113 test_incorrect_string_to_float (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
114 test_incorrect_string_to_int (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
115 test_inplace (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
116 test_method_in_proxy_subclass (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
117 test_non_descriptor_in_proxy_subclass__dict__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
118 test_odd_unops (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
119 test_pow_w_modulus (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
120 test_string_to_float (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
121 test_string_to_int (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
122 test_subclass_constructor (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
123 test_unops (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
124 test_wrapping_builtin_type_returns_correct_provided_by (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
125 test_wrapping_builtin_with_subclass_returns_correct_provided_by (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
126 test_delete (zope.proxy.tests.test_proxy.TestEmptyInterfaceDescriptor)
127 test_iter (zope.proxy.tests.test_proxy.TestEmptyInterfaceDescriptor)
128 test_set (zope.proxy.tests.test_proxy.TestEmptyInterfaceDescriptor)
129 test_no_proxy (zope.proxy.tests.test_proxy.Test_ProxyIterator)
130 test_w_nested_proxies (zope.proxy.tests.test_proxy.Test_ProxyIterator)
131 test_w_simple_proxy (zope.proxy.tests.test_proxy.Test_ProxyIterator)
132 test__module__in_class (zope.proxy.tests.test_proxy.Test__module)
133 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test__module)
134 test__module__in_instance (zope.proxy.tests.test_proxy.Test__module)
135 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test__module)
136 test_nested_proxy (zope.proxy.tests.test_proxy.Test_getProxiedObject)
137 test_no_proxy (zope.proxy.tests.test_proxy.Test_getProxiedObject)
138 test_simple_proxy (zope.proxy.tests.test_proxy.Test_getProxiedObject)
139 test_bare_instance (zope.proxy.tests.test_proxy.Test_isProxy)
140 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_isProxy)
141 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_isProxy)
142 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_isProxy)
143 test_it (zope.proxy.tests.test_proxy.Test_nonOverridable)
144 test__module__in_class (zope.proxy.tests.test_proxy.Test_py__module)
145 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test_py__module)
146 test__module__in_instance (zope.proxy.tests.test_proxy.Test_py__module)
147 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test_py__module)
148 test_nested_proxy (zope.proxy.tests.test_proxy.Test_py_getProxiedObject)
149 test_no_proxy (zope.proxy.tests.test_proxy.Test_py_getProxiedObject)
150 test_simple_proxy (zope.proxy.tests.test_proxy.Test_py_getProxiedObject)
151 test_bare_instance (zope.proxy.tests.test_proxy.Test_py_isProxy)
152 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_py_isProxy)
153 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_py_isProxy)
154 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_py_isProxy)
155 test_bare_instance (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
156 test_nested_proxy (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
157 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
158 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
159 test_re_nested_proxy (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
160 test_bare_instance (zope.proxy.tests.test_proxy.Test_py_queryProxy)
161 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
162 test_proxy_w_base_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
163 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
164 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
165 test_nested_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
166 test_no_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
167 test_security_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
168 test_simple_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
169 test_bare_instance_identical (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
170 test_bare_instances_different (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
171 test_nested_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
172 test_nested_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
173 test_proxies_w_other_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
174 test_proxies_w_same_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
175 test_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
176 test_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
177 test_security_proxy (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
178 test_no_proxy (zope.proxy.tests.test_proxy.Test_py_setProxiedObject)
179 test_w_nested_proxy (zope.proxy.tests.test_proxy.Test_py_setProxiedObject)
180 test_w_proxy (zope.proxy.tests.test_proxy.Test_py_setProxiedObject)
181 test__module__in_class (zope.proxy.tests.test_proxy.Test_py_subclass__module)
182 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test_py_subclass__module)
183 test__module__in_instance (zope.proxy.tests.test_proxy.Test_py_subclass__module)
184 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test_py_subclass__module)
185 test_bare_instance (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
186 test_nested_proxy (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
187 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
188 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
189 test_re_nested_proxy (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
190 test_bare_instance (zope.proxy.tests.test_proxy.Test_queryProxy)
191 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_queryProxy)
192 test_proxy_w_base_class (zope.proxy.tests.test_proxy.Test_queryProxy)
193 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_queryProxy)
194 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_queryProxy)
195 test_nested_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
196 test_no_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
197 test_security_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
198 test_simple_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
199 test_bare_instance_identical (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
200 test_bare_instances_different (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
201 test_nested_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
202 test_nested_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
203 test_proxies_w_other_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
204 test_proxies_w_same_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
205 test_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
206 test_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
207 test_security_proxy (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
208 test_no_proxy (zope.proxy.tests.test_proxy.Test_setProxiedObject)
209 test_w_nested_proxy (zope.proxy.tests.test_proxy.Test_setProxiedObject)
210 test_w_proxy (zope.proxy.tests.test_proxy.Test_setProxiedObject)
211 test__module__in_class (zope.proxy.tests.test_proxy.Test_subclass__module)
212 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test_subclass__module)
213 test__module__in_instance (zope.proxy.tests.test_proxy.Test_subclass__module)
214 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test_subclass__module)
215 Ran 208 tests with 0 failures, 0 errors and 0 skipped.
216 Tearing down left over layers:
217 Tear down zope.testrunner.layer.UnitTests.
218 py$(PYV): commands[1]> python -m sphinx.cmd.build -b doctest -d $(@D)/.tox/py$(PYV)/.cache/doctrees docs $(@D)/.tox/py$(PYV)/.cache/doctest
219 Running Sphinx v7.4.7
220 loading translations [en]... done
221 making output directory... done
222 WARNING: html_static_path entry '_static' does not exist
223 building [mo]: targets for 0 po files that are out of date
225 building [doctest]: targets for 5 source files that are out of date
226 updating environment: [new config] 5 added, 0 changed, 0 removed
227 reading sources... [ 20%] api
228 reading sources... [ 40%] changes
229 reading sources... [ 60%] hacking
230 reading sources... [ 80%] index
231 reading sources... [100%] narr
233 looking for now-outdated files... none found
234 pickling environment... done
235 checking consistency... done
240 1 items passed all tests:
243 23 passed and 0 failed.
248 1 items passed all tests:
251 37 passed and 0 failed.
258 0 failures in setup code
259 0 failures in cleanup code
260 build succeeded, 1 warning.
262 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.