1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
4 Running tests at level 1
5 Running zope.testrunner.layer.UnitTests tests:
6 Set up zope.testrunner.layer.UnitTests.
8 test_hit (zope.component.tests.test___init__.Test_Interface_call)
9 test_hit_registered_for_None (zope.component.tests.test___init__.Test_Interface_call)
10 test_miss (zope.component.tests.test___init__.Test_Interface_call)
11 test_miss_w_default (zope.component.tests.test___init__.Test_Interface_call)
12 test_module_conforms_to_IComponentArchitecture (zope.component.tests.test___init__.Test_package)
13 test_module_conforms_to_IComponentRegistrationConvenience (zope.component.tests.test___init__.Test_package)
14 test_hit (zope.component.tests.test__api.Test_createObject)
15 test_miss (zope.component.tests.test__api.Test_createObject)
16 test_anonymous_hit (zope.component.tests.test__api.Test_getAdapter)
17 test_anonymous_hit_registered_for_None (zope.component.tests.test__api.Test_getAdapter)
18 test_anonymous_nonesuch (zope.component.tests.test__api.Test_getAdapter)
19 test_named_hit (zope.component.tests.test__api.Test_getAdapter)
20 test_named_nonesuch (zope.component.tests.test__api.Test_getAdapter)
21 test_hit_via_sm (zope.component.tests.test__api.Test_getAdapterInContext)
22 test_miss (zope.component.tests.test__api.Test_getAdapterInContext)
23 test_hit (zope.component.tests.test__api.Test_getAdapters)
24 test_nonesuch (zope.component.tests.test__api.Test_getAdapters)
25 test_wo_sitemanager (zope.component.tests.test__api.Test_getAdapters)
26 test_hit (zope.component.tests.test__api.Test_getAllUtilitiesRegisteredFor)
27 test_nonesuch (zope.component.tests.test__api.Test_getAllUtilitiesRegisteredFor)
28 test_no_factories_registered (zope.component.tests.test__api.Test_getFactoriesFor)
29 test_w_factory_returning_list_of_interfaces (zope.component.tests.test__api.Test_getFactoriesFor)
30 test_w_factory_returning_spec (zope.component.tests.test__api.Test_getFactoriesFor)
31 test_hit (zope.component.tests.test__api.Test_getFactoryInterfaces)
32 test_miss (zope.component.tests.test__api.Test_getFactoryInterfaces)
33 test_anonymous_hit (zope.component.tests.test__api.Test_getMultiAdapter)
34 test_anonymous_hit_registered_for_None (zope.component.tests.test__api.Test_getMultiAdapter)
35 test_anonymous_nonesuch (zope.component.tests.test__api.Test_getMultiAdapter)
36 test_named_hit (zope.component.tests.test__api.Test_getMultiAdapter)
37 test_named_nonesuch (zope.component.tests.test__api.Test_getMultiAdapter)
38 test_global (zope.component.tests.test__api.Test_getNextUtility)
39 test_nested (zope.component.tests.test__api.Test_getNextUtility)
40 test_getSiteManager_w_conforming_context (zope.component.tests.test__api.Test_getSiteManager)
41 test_getSiteManager_w_invalid_context_no_adapter (zope.component.tests.test__api.Test_getSiteManager)
42 test_getSiteManager_w_invalid_context_w_adapter (zope.component.tests.test__api.Test_getSiteManager)
43 test_sm_is_IComponentLookup (zope.component.tests.test__api.Test_getSiteManager)
44 test_sm_is_singleton (zope.component.tests.test__api.Test_getSiteManager)
45 test_w_None (zope.component.tests.test__api.Test_getSiteManager)
46 test_hit (zope.component.tests.test__api.Test_getUtilitiesFor)
47 test_nonesuch (zope.component.tests.test__api.Test_getUtilitiesFor)
48 test_anonymous_hit (zope.component.tests.test__api.Test_getUtility)
49 test_anonymous_nonesuch (zope.component.tests.test__api.Test_getUtility)
50 test_named_hit (zope.component.tests.test__api.Test_getUtility)
51 test_named_nonesuch (zope.component.tests.test__api.Test_getUtility)
52 test_w_conforming_context (zope.component.tests.test__api.Test_getUtility)
53 test_hit (zope.component.tests.test__api.Test_handle)
54 test_nonesuch (zope.component.tests.test__api.Test_handle)
55 test_anonymous_hit (zope.component.tests.test__api.Test_queryAdapter)
56 test_anonymous_nonesuch (zope.component.tests.test__api.Test_queryAdapter)
57 test_named_hit (zope.component.tests.test__api.Test_queryAdapter)
58 test_named_nonesuch (zope.component.tests.test__api.Test_queryAdapter)
59 test_nested (zope.component.tests.test__api.Test_queryAdapter)
60 test___conform___raises_TypeError_via_class (zope.component.tests.test__api.Test_queryAdapterInContext)
61 test___conform___raises_TypeError_via_inst (zope.component.tests.test__api.Test_queryAdapterInContext)
62 test_miss (zope.component.tests.test__api.Test_queryAdapterInContext)
63 test_w_object_conforming (zope.component.tests.test__api.Test_queryAdapterInContext)
64 test_w_object_implementing (zope.component.tests.test__api.Test_queryAdapterInContext)
65 test_anonymous_hit (zope.component.tests.test__api.Test_queryMultiAdapter)
66 test_anonymous_nonesuch (zope.component.tests.test__api.Test_queryMultiAdapter)
67 test_named_hit (zope.component.tests.test__api.Test_queryMultiAdapter)
68 test_named_nonesuch (zope.component.tests.test__api.Test_queryMultiAdapter)
69 test_nested (zope.component.tests.test__api.Test_queryMultiAdapter)
70 test_wo_sitemanager (zope.component.tests.test__api.Test_queryMultiAdapter)
71 test_global (zope.component.tests.test__api.Test_queryNextUtility)
72 test_nested (zope.component.tests.test__api.Test_queryNextUtility)
73 test_wo_sitemanager (zope.component.tests.test__api.Test_queryNextUtility)
74 test_anonymous_hit (zope.component.tests.test__api.Test_queryUtility)
75 test_anonymous_nonesuch (zope.component.tests.test__api.Test_queryUtility)
76 test_anonymous_nonesuch_w_default (zope.component.tests.test__api.Test_queryUtility)
77 test_named_hit (zope.component.tests.test__api.Test_queryUtility)
78 test_named_nonesuch (zope.component.tests.test__api.Test_queryUtility)
79 test_named_nonesuch_w_default (zope.component.tests.test__api.Test_queryUtility)
80 test_w_conforming_context (zope.component.tests.test__api.Test_queryUtility)
81 test_hit (zope.component.tests.test__api.Test_subscribers)
82 test_nonesuch (zope.component.tests.test__api.Test_subscribers)
83 test_wo_sitemanager (zope.component.tests.test__api.Test_subscribers)
84 test__call___w_class (zope.component.tests.test__declaration.Test_adaptedBy)
85 test__call___w_inst_of_decorated_class (zope.component.tests.test__declaration.Test_adaptedBy)
86 test__call___w_non_class (zope.component.tests.test__declaration.Test_adaptedBy)
87 test_obj_w_no_attr (zope.component.tests.test__declaration.Test_adaptedBy)
88 test__call___w_class (zope.component.tests.test__declaration.Test_adapter)
89 test__call___w_inst_of_decorated_class (zope.component.tests.test__declaration.Test_adapter)
90 test__call___w_non_class (zope.component.tests.test__declaration.Test_adapter)
91 test_ctor_no_interfaces (zope.component.tests.test__declaration.Test_adapter)
92 test_ctor_w_interfaces (zope.component.tests.test__declaration.Test_adapter)
93 test_called_from_function (zope.component.tests.test__declaration.Test_adapts)
94 test_called_once_from_class (zope.component.tests.test__declaration.Test_adapts)
95 test_called_twice_from_class (zope.component.tests.test__declaration.Test_adapts)
96 test_instances_not_affected (zope.component.tests.test__declaration.Test_adapts)
97 test_it (zope.component.tests.test_event.Test_dispatch)
98 test_it (zope.component.tests.test_event.Test_objectEventNotify)
99 test___call___keyword_args (zope.component.tests.test_factory.FactoryTests)
100 test___call___no_args (zope.component.tests.test_factory.FactoryTests)
101 test___call___positional_args (zope.component.tests.test_factory.FactoryTests)
102 test_class_conforms_to_IFactory (zope.component.tests.test_factory.FactoryTests)
103 test_ctor_defaults (zope.component.tests.test_factory.FactoryTests)
104 test_ctor_expclit (zope.component.tests.test_factory.FactoryTests)
105 test_getInterfaces_explicit (zope.component.tests.test_factory.FactoryTests)
106 test_getInterfaces_implicit (zope.component.tests.test_factory.FactoryTests)
107 test_instance_conforms_to_IFactory (zope.component.tests.test_factory.FactoryTests)
108 test_verifyClass (zope.component.tests.test_globalregistry.TestBaseGlobalComponents)
109 test_verifyInstance (zope.component.tests.test_globalregistry.TestBaseGlobalComponents)
110 test_gsm_is_IComponentLookup (zope.component.tests.test_globalregistry.Test_getGlobalSiteManager)
111 test_gsm_is_singleton (zope.component.tests.test_globalregistry.Test_getGlobalSiteManager)
112 test_gsm_pickling (zope.component.tests.test_globalregistry.Test_getGlobalSiteManager)
113 test_anonymous_no_provides_no_adapts (zope.component.tests.test_globalregistry.Test_provideAdapter)
114 test_named_w_provides_w_adapts (zope.component.tests.test_globalregistry.Test_provideAdapter)
115 test_no_adapts (zope.component.tests.test_globalregistry.Test_provideHandler)
116 test_w_adapts (zope.component.tests.test_globalregistry.Test_provideHandler)
117 test_no_provides_no_adapts (zope.component.tests.test_globalregistry.Test_provideSubscriptionAdapter)
118 test_w_provides_w_adapts (zope.component.tests.test_globalregistry.Test_provideSubscriptionAdapter)
119 test_anonymous_no_provides (zope.component.tests.test_globalregistry.Test_provideUtility)
120 test_named_w_provides (zope.component.tests.test_globalregistry.Test_provideUtility)
121 test_adapter_hook (zope.component.tests.test_hooks.SiteInfoTests)
122 test_initial (zope.component.tests.test_hooks.SiteInfoTests)
123 test_hook_raises (zope.component.tests.test_hooks.Test_adapter_hook)
124 test_success (zope.component.tests.test_hooks.Test_adapter_hook)
125 test_w_None (zope.component.tests.test_hooks.Test_getSite)
126 test_w_site (zope.component.tests.test_hooks.Test_getSite)
127 test_default (zope.component.tests.test_hooks.Test_getSiteManager)
128 test_w_explicit_context_no_IComponentLookup (zope.component.tests.test_hooks.Test_getSiteManager)
129 test_w_explicit_context_w_IComponentLookup (zope.component.tests.test_hooks.Test_getSiteManager)
130 test_via_class (zope.component.tests.test_hooks.Test_read_property)
131 test_via_instance (zope.component.tests.test_hooks.Test_read_property)
132 test_it (zope.component.tests.test_hooks.Test_resetHooks)
133 test_it (zope.component.tests.test_hooks.Test_setHooks)
134 test_w_None (zope.component.tests.test_hooks.Test_setSite)
135 test_w_site (zope.component.tests.test_hooks.Test_setSite)
136 test_it (zope.component.tests.test_hooks.Test_site)
137 test_hit (zope.component.tests.test_interface.Test_getInterface)
138 test_miss (zope.component.tests.test_interface.Test_getInterface)
139 test_w_class (zope.component.tests.test_interface.Test_getInterfaceAllDocs)
140 test_w_interface_no_members (zope.component.tests.test_interface.Test_getInterfaceAllDocs)
141 test_w_interface_w_members (zope.component.tests.test_interface.Test_getInterfaceAllDocs)
142 test_w_None (zope.component.tests.test_interface.Test_interfaceToName)
143 test_w_registered (zope.component.tests.test_interface.Test_interfaceToName)
144 test_w_unregistered (zope.component.tests.test_interface.Test_interfaceToName)
145 test_hit (zope.component.tests.test_interface.Test_nameToInterface)
146 test_miss (zope.component.tests.test_interface.Test_nameToInterface)
147 test_w_None (zope.component.tests.test_interface.Test_nameToInterface)
148 test_register_in_current_site (zope.component.tests.test_interface.Test_provideInterface)
149 test_w_class (zope.component.tests.test_interface.Test_provideInterface)
150 test_w_iface_type_not_IInterface (zope.component.tests.test_interface.Test_provideInterface)
151 test_w_interface_not_IInterface (zope.component.tests.test_interface.Test_provideInterface)
152 test_w_name_wo_ifact_type (zope.component.tests.test_interface.Test_provideInterface)
153 test_wo_name_w_iface_type (zope.component.tests.test_interface.Test_provideInterface)
154 test_hit (zope.component.tests.test_interface.Test_queryInterface)
155 test_miss (zope.component.tests.test_interface.Test_queryInterface)
156 test_empty (zope.component.tests.test_interface.Test_searchInterface)
157 test_hit_in_current_site (zope.component.tests.test_interface.Test_searchInterface)
158 test_no_search_string_no_base (zope.component.tests.test_interface.Test_searchInterface)
159 test_no_search_string_w_base (zope.component.tests.test_interface.Test_searchInterface)
160 test_w_search_string_no_base (zope.component.tests.test_interface.Test_searchInterface)
161 test_empty (zope.component.tests.test_interface.Test_searchInterfaceIds)
162 test_no_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceIds)
163 test_no_search_string_w_base (zope.component.tests.test_interface.Test_searchInterfaceIds)
164 test_w_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceIds)
165 test_empty (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
166 test_no_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
167 test_no_search_string_w_base (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
168 test_no_search_string_w_base_is_same (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
169 test_w_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
170 test_nothing (zope.component.tests.test_interfaces.TestInterfaces)
171 test__generation_after_calling_changed (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
172 test__generation_after_changing___bases__ (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
173 test__generation_on_first_creation (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
174 test_lookup_delegation (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
175 test_register (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
176 test_register_multiple_allRegistrations (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
177 test_register_with_invalid_name (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
178 test_register_with_same_value (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
179 test_register_with_value_None_unregisters (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
180 test_registered_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
181 test_registered_non_empty_hit (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
182 test_registered_non_empty_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
183 test_subscribe_multiple_allRegistrations (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
184 test_subscribe_unsubscribe_identical_objects_provided (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
185 test_subscribe_unsubscribe_nonequal_objects_provided (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
186 test_subscribed_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
187 test_subscribed_non_empty_hit (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
188 test_subscribed_non_empty_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
189 test_unregister_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
190 test_unregister_hit_clears_empty_subcomponents (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
191 test_unregister_non_empty_miss_on_name (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
192 test_unregister_non_empty_miss_on_required (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
193 test_unregister_with_value_not_None_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
194 test_unsubscribe_after_multiple (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
195 test_unsubscribe_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
196 test_unsubscribe_hit (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
197 test_unsubscribe_instance_method (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
198 test_unsubscribe_non_empty_miss_on_required (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
199 test_unsubscribe_non_empty_miss_on_value (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
200 test_unsubscribe_w_None_after_multiple (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
201 test_unsubscribe_with_value_not_None_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
202 test__generation_after_calling_changed (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
203 test__generation_after_changing___bases__ (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
204 test__generation_on_first_creation (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
205 test_lookup_delegation (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
206 test_register (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
207 test_register_multiple_allRegistrations (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
208 test_register_with_invalid_name (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
209 test_register_with_same_value (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
210 test_register_with_value_None_unregisters (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
211 test_registered_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
212 test_registered_non_empty_hit (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
213 test_registered_non_empty_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
214 test_subscribe_multiple_allRegistrations (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
215 test_subscribe_unsubscribe_identical_objects_provided (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
216 test_subscribe_unsubscribe_nonequal_objects_provided (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
217 test_subscribed_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
218 test_subscribed_non_empty_hit (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
219 test_subscribed_non_empty_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
220 test_unregister_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
221 test_unregister_hit_clears_empty_subcomponents (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
222 test_unregister_non_empty_miss_on_name (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
223 test_unregister_non_empty_miss_on_required (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
224 test_unregister_with_value_not_None_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
225 test_unsubscribe_after_multiple (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
226 test_unsubscribe_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
227 test_unsubscribe_hit (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
228 test_unsubscribe_instance_method (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
229 test_unsubscribe_non_empty_miss_on_required (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
230 test_unsubscribe_non_empty_miss_on_value (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
231 test_unsubscribe_w_None_after_multiple (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
232 test_unsubscribe_with_value_not_None_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
233 test___getstate___simple (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
234 test___getstate___skips_delegated_names (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
235 test___setstate___rebuilds__ro (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
236 test___setstate___rebuilds__v_lookup (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
237 test__addValueFromLeaf_preserves_identity (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
238 test__addValueToLeaf_existing_is_tuple_converts (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
239 test__removeValueFromLeaf_existing_is_tuple_converts (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
240 test__removeValueFromLeaf_preserves_identity (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
241 test_changed_original_is_not_us (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
242 test_changed_original_is_us (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
243 test_ctor_initializes_registries_and_registrations (zope.component.tests.test_persistentregistry.PersistentComponentsTests)
244 test_it (zope.component.tests.test_registry.Test_dispatchAdapterRegistrationEvent)
245 test_it (zope.component.tests.test_registry.Test_dispatchHandlerRegistrationEvent)
246 test_it (zope.component.tests.test_registry.Test_dispatchSubscriptionAdapterRegistrationEvent)
247 test_it (zope.component.tests.test_registry.Test_dispatchUtilityRegistrationEvent)
248 test_proxy_delegates___provided_by__ (zope.component.tests.test_security.PermissionProxyTests)
249 test_no_allowed_attributes_no_allowed_interfaces (zope.component.tests.test_security.Test__checker)
250 test_w_allowed_attributes (zope.component.tests.test_security.Test__checker)
251 test_w_allowed_interfaces (zope.component.tests.test_security.Test__checker)
252 test_nonpublic_already_proxied (zope.component.tests.test_security.Test_protectedFactory)
253 test_public_not_already_proxied (zope.component.tests.test_security.Test_protectedFactory)
254 test_no_checker_no_permission (zope.component.tests.test_security.Test_proxify)
255 test_no_checker_no_provides (zope.component.tests.test_security.Test_proxify)
256 test_no_checker_w_provides_and_permission_protected (zope.component.tests.test_security.Test_proxify)
257 test_no_checker_w_provides_and_permission_public (zope.component.tests.test_security.Test_proxify)
258 test_w_checker (zope.component.tests.test_security.Test_proxify)
259 test_CheckerPublic_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
260 test_CheckerPublic_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
261 test_no_permission_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
262 test_no_permission_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
263 test_protected_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
264 test_protected_trusted_w_location (zope.component.tests.test_security.Test_securityAdapterFactory)
265 test_protected_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
266 test_public_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
267 test_public_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
268 testStandalone (zope.component.tests.test_standalone.StandaloneTests)
269 test_with_multiple (zope.component.tests.test_zcml.Test__rolledUpFactory)
270 test_with_one (zope.component.tests.test_zcml.Test__rolledUpFactory)
271 test_empty_factory (zope.component.tests.test_zcml.Test_adapter)
272 test_multiple_factory_multiple_for_ (zope.component.tests.test_zcml.Test_adapter)
273 test_multiple_factory_single_for__w_name (zope.component.tests.test_zcml.Test_adapter)
274 test_no_for__factory_adapts_no_provides_factory_not_implements (zope.component.tests.test_zcml.Test_adapter)
275 test_no_for__factory_not_adapts (zope.component.tests.test_zcml.Test_adapter)
276 test_no_for__no_provides_factory_adapts_factory_implements (zope.component.tests.test_zcml.Test_adapter)
277 test_no_name (zope.component.tests.test_zcml.Test_adapter)
278 test_single_factory_single_for_w_locate_no_permission (zope.component.tests.test_zcml.Test_adapter)
279 test_single_factory_single_for_w_permission (zope.component.tests.test_zcml.Test_adapter)
280 test_single_factory_single_for_w_trusted_no_permission (zope.component.tests.test_zcml.Test_adapter)
281 test_uses_configured_site_manager (zope.component.tests.test_zcml.Test_handler)
282 test_w_name_w_type (zope.component.tests.test_zcml.Test_interface)
283 test_wo_name_wo_type (zope.component.tests.test_zcml.Test_interface)
284 test_w_allowed_attributes_wo_permission (zope.component.tests.test_zcml.Test_resource)
285 test_w_allowed_interface_wo_permission (zope.component.tests.test_zcml.Test_resource)
286 test_w_permission (zope.component.tests.test_zcml.Test_resource)
287 test_wo_permission_w_name (zope.component.tests.test_zcml.Test_resource)
288 test_no_factory_no_handler (zope.component.tests.test_zcml.Test_subscriber)
289 test_no_factory_w_handler_no_provides (zope.component.tests.test_zcml.Test_subscriber)
290 test_no_factory_w_handler_w_provides (zope.component.tests.test_zcml.Test_subscriber)
291 test_no_for__no_provides_subscriber_adapts_subscriber_implements (zope.component.tests.test_zcml.Test_subscriber)
292 test_w_factory_no_provides (zope.component.tests.test_zcml.Test_subscriber)
293 test_w_factory_w_handler (zope.component.tests.test_zcml.Test_subscriber)
294 test_w_factory_w_provides (zope.component.tests.test_zcml.Test_subscriber)
295 test_w_factory_w_provides_no_for_factory_wo_adapter (zope.component.tests.test_zcml.Test_subscriber)
296 test_w_factory_w_provides_w_permission (zope.component.tests.test_zcml.Test_subscriber)
297 test_w_factory_w_provides_wo_permission_w_locate (zope.component.tests.test_zcml.Test_subscriber)
298 test_w_factory_w_provides_wo_permission_w_trusted (zope.component.tests.test_zcml.Test_subscriber)
299 test_w_component_w_provides_w_name (zope.component.tests.test_zcml.Test_utility)
300 test_w_component_w_provides_w_permission (zope.component.tests.test_zcml.Test_utility)
301 test_w_component_wo_provides_component_no_provides (zope.component.tests.test_zcml.Test_utility)
302 test_w_component_wo_provides_component_provides (zope.component.tests.test_zcml.Test_utility)
303 test_w_component_wo_provides_wo_name (zope.component.tests.test_zcml.Test_utility)
304 test_w_factory_w_component (zope.component.tests.test_zcml.Test_utility)
305 test_w_factory_w_provides (zope.component.tests.test_zcml.Test_utility)
306 test_w_factory_w_provides_w_permission (zope.component.tests.test_zcml.Test_utility)
307 test_w_factory_wo_provides_factory_implements (zope.component.tests.test_zcml.Test_utility)
308 test_w_factory_wo_provides_factory_no_implements (zope.component.tests.test_zcml.Test_utility)
309 test_w_allowed_attributes_wo_permission (zope.component.tests.test_zcml.Test_view)
310 test_w_allowed_interface_wo_permission (zope.component.tests.test_zcml.Test_view)
311 test_w_factory_as_empty (zope.component.tests.test_zcml.Test_view)
312 test_w_for__as_empty (zope.component.tests.test_zcml.Test_view)
313 test_w_multiple_factory_multiple_for_ (zope.component.tests.test_zcml.Test_view)
314 test_w_multiple_factory_single_for__wo_permission (zope.component.tests.test_zcml.Test_view)
315 test_w_single_factory_single_for__w_permission (zope.component.tests.test_zcml.Test_view)
316 test_w_single_factory_single_for__w_permission_and_allowed_attrs (zope.component.tests.test_zcml.Test_view)
317 test_w_single_factory_single_for__w_permission_and_allowed_iface (zope.component.tests.test_zcml.Test_view)
318 test_w_single_factory_single_for__wo_permission_w_name (zope.component.tests.test_zcml.Test_view)
319 test_located_proxy_factory (zope.component.tests.test_zcml.Test_zcml_functional)
320 test_with_proxy_factory_public_permission (zope.component.tests.test_zcml.Test_zcml_functional)
321 Ran 313 tests with 0 failures, 0 errors and 0 skipped.
322 Tearing down left over layers:
323 Tear down zope.testrunner.layer.UnitTests.
324 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
325 Running Sphinx v7.1.2
326 making output directory... done
327 WARNING: html_static_path entry '_static' does not exist
328 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://docs.python.org/3/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
329 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://zopeinterface.readthedocs.io/en/latest/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
330 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://zopesecurity.readthedocs.io/en/latest/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
331 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://zopeevent.readthedocs.io/en/latest/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
332 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://persistent.readthedocs.io/en/latest/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
333 loading intersphinx inventory from https://docs.python.org/3/objects.inv...
334 loading intersphinx inventory from https://zopeinterface.readthedocs.io/en/latest/objects.inv...
335 loading intersphinx inventory from https://zopesecurity.readthedocs.io/en/latest/objects.inv...
336 loading intersphinx inventory from https://zopeevent.readthedocs.io/en/latest/objects.inv...
337 loading intersphinx inventory from https://persistent.readthedocs.io/en/latest/objects.inv...
338 building [mo]: targets for 0 po files that are out of date
340 building [doctest]: targets for 23 source files that are out of date
341 updating environment: [new config] 23 added, 0 changed, 0 removed
342 \e[2Kreading sources... [ 4%] api
\r\e[2Kreading sources... [ 9%] api/adapter
\r\e[2Kreading sources... [ 13%] api/factory
\r\e[2Kreading sources... [ 17%] api/hooks
\r\e[2Kreading sources... [ 22%] api/interface
\r\e[2Kreading sources... [ 26%] api/interfaces
\r\e[2Kreading sources... [ 30%] api/module
\r\e[2Kreading sources... [ 35%] api/persistent
\r\e[2Kreading sources... [ 39%] api/security
\r\e[2Kreading sources... [ 43%] api/sitemanager
\r\e[2Kreading sources... [ 48%] api/utility
\r\e[2Kreading sources... [ 52%] changelog
\r\e[2Kreading sources... [ 57%] configure
\r\e[2Kreading sources... [ 61%] event
\r\e[2Kreading sources... [ 65%] factory
\r\e[2Kreading sources... [ 70%] hacking
\r\e[2Kreading sources... [ 74%] hooks
\r\e[2Kreading sources... [ 78%] index
\r\e[2Kreading sources... [ 83%] narr
\r\e[2Kreading sources... [ 87%] persistentregistry
\r\e[2Kreading sources... [ 91%] socketexample
\r\e[2Kreading sources... [ 96%] testlayer
\r\e[2Kreading sources... [100%] zcml
\r
343 looking for now-outdated files... none found
344 pickling environment... done
345 checking consistency... done
348 Document: api/adapter
349 ---------------------
350 1 items passed all tests:
353 92 passed and 0 failed.
355 1 items passed all tests:
356 1 tests in default (cleanup code)
358 1 passed and 0 failed.
361 Document: api/interface
362 -----------------------
363 1 items passed all tests:
366 67 passed and 0 failed.
368 1 items passed all tests:
369 5 tests in default (cleanup code)
371 5 passed and 0 failed.
374 Document: api/persistent
375 ------------------------
376 1 items passed all tests:
378 125 tests in 1 items.
379 125 passed and 0 failed.
381 1 items passed all tests:
382 1 tests in default (cleanup code)
384 1 passed and 0 failed.
387 Document: api/security
388 ----------------------
389 1 items passed all tests:
392 23 passed and 0 failed.
395 Document: api/sitemanager
396 -------------------------
397 1 items passed all tests:
400 16 passed and 0 failed.
403 Document: api/utility
404 ---------------------
405 1 items passed all tests:
408 72 passed and 0 failed.
410 1 items passed all tests:
411 1 tests in default (cleanup code)
413 1 passed and 0 failed.
418 1 items passed all tests:
421 14 passed and 0 failed.
423 1 items passed all tests:
424 1 tests in default (cleanup code)
426 1 passed and 0 failed.
431 1 items passed all tests:
434 36 passed and 0 failed.
439 1 items passed all tests:
442 42 passed and 0 failed.
447 1 items passed all tests:
450 35 passed and 0 failed.
455 1 items passed all tests:
458 67 passed and 0 failed.
461 Document: socketexample
462 -----------------------
463 1 items passed all tests:
465 114 tests in 1 items.
466 114 passed and 0 failed.
471 1 items passed all tests:
474 19 passed and 0 failed.
479 1 items passed all tests:
481 254 tests in 1 items.
482 254 passed and 0 failed.
489 0 failures in setup code
490 0 failures in cleanup code
491 build succeeded, 6 warnings.
493 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.