Marcel Telka
2023-08-14 d329ab9f5492e1e9cd4712975c1e88c3ff0c997c
python/zope.component: add test results

1 files added
2 files modified
502 ■■■■■ changed files
components/python/zope.component/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/zope.component/python-integrate-project.conf 3 ●●●●● patch | view | raw | blame | history
components/python/zope.component/test/results-all.master 495 ●●●●● patch | view | raw | blame | history
components/python/zope.component/Makefile
@@ -20,6 +20,7 @@
COMPONENT_NAME =        zope.component
HUMAN_VERSION =            6.0
COMPONENT_REVISION =        1
COMPONENT_SUMMARY =        zope.component - Zope Component Architecture
COMPONENT_PROJECT_URL =        https://github.com/zopefoundation/zope.component
COMPONENT_ARCHIVE_URL =        \
@@ -42,6 +43,9 @@
include $(WS_MAKE_RULES)/common.mk
# Force no colors and more verbose output via tox posargs
COMPONENT_TEST_TARGETS += -- -vv
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/setuptools
PYTHON_REQUIRED_PACKAGES += library/python/zope-event
components/python/zope.component/python-integrate-project.conf
@@ -24,3 +24,6 @@
# a case the required projects are not available yet (bootstrap).
#
PYTHON_TEST_BOOTSTRAP = yes
%include-3%
# Force no colors and more verbose output via tox posargs
COMPONENT_TEST_TARGETS += -- -vv
components/python/zope.component/test/results-all.master
New file
@@ -0,0 +1,495 @@
ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
Running tests at level 1
Running zope.testrunner.layer.UnitTests tests:
  Set up zope.testrunner.layer.UnitTests.
  Running:
 test_hit (zope.component.tests.test___init__.Test_Interface_call)
 test_hit_registered_for_None (zope.component.tests.test___init__.Test_Interface_call)
 test_miss (zope.component.tests.test___init__.Test_Interface_call)
 test_miss_w_default (zope.component.tests.test___init__.Test_Interface_call)
 test_module_conforms_to_IComponentArchitecture (zope.component.tests.test___init__.Test_package)
 test_module_conforms_to_IComponentRegistrationConvenience (zope.component.tests.test___init__.Test_package)
 test_hit (zope.component.tests.test__api.Test_createObject)
 test_miss (zope.component.tests.test__api.Test_createObject)
 test_anonymous_hit (zope.component.tests.test__api.Test_getAdapter)
 test_anonymous_hit_registered_for_None (zope.component.tests.test__api.Test_getAdapter)
 test_anonymous_nonesuch (zope.component.tests.test__api.Test_getAdapter)
 test_named_hit (zope.component.tests.test__api.Test_getAdapter)
 test_named_nonesuch (zope.component.tests.test__api.Test_getAdapter)
 test_hit_via_sm (zope.component.tests.test__api.Test_getAdapterInContext)
 test_miss (zope.component.tests.test__api.Test_getAdapterInContext)
 test_hit (zope.component.tests.test__api.Test_getAdapters)
 test_nonesuch (zope.component.tests.test__api.Test_getAdapters)
 test_wo_sitemanager (zope.component.tests.test__api.Test_getAdapters)
 test_hit (zope.component.tests.test__api.Test_getAllUtilitiesRegisteredFor)
 test_nonesuch (zope.component.tests.test__api.Test_getAllUtilitiesRegisteredFor)
 test_no_factories_registered (zope.component.tests.test__api.Test_getFactoriesFor)
 test_w_factory_returning_list_of_interfaces (zope.component.tests.test__api.Test_getFactoriesFor)
 test_w_factory_returning_spec (zope.component.tests.test__api.Test_getFactoriesFor)
 test_hit (zope.component.tests.test__api.Test_getFactoryInterfaces)
 test_miss (zope.component.tests.test__api.Test_getFactoryInterfaces)
 test_anonymous_hit (zope.component.tests.test__api.Test_getMultiAdapter)
 test_anonymous_hit_registered_for_None (zope.component.tests.test__api.Test_getMultiAdapter)
 test_anonymous_nonesuch (zope.component.tests.test__api.Test_getMultiAdapter)
 test_named_hit (zope.component.tests.test__api.Test_getMultiAdapter)
 test_named_nonesuch (zope.component.tests.test__api.Test_getMultiAdapter)
 test_global (zope.component.tests.test__api.Test_getNextUtility)
 test_nested (zope.component.tests.test__api.Test_getNextUtility)
 test_getSiteManager_w_conforming_context (zope.component.tests.test__api.Test_getSiteManager)
 test_getSiteManager_w_invalid_context_no_adapter (zope.component.tests.test__api.Test_getSiteManager)
 test_getSiteManager_w_invalid_context_w_adapter (zope.component.tests.test__api.Test_getSiteManager)
 test_sm_is_IComponentLookup (zope.component.tests.test__api.Test_getSiteManager)
 test_sm_is_singleton (zope.component.tests.test__api.Test_getSiteManager)
 test_w_None (zope.component.tests.test__api.Test_getSiteManager)
 test_hit (zope.component.tests.test__api.Test_getUtilitiesFor)
 test_nonesuch (zope.component.tests.test__api.Test_getUtilitiesFor)
 test_anonymous_hit (zope.component.tests.test__api.Test_getUtility)
 test_anonymous_nonesuch (zope.component.tests.test__api.Test_getUtility)
 test_named_hit (zope.component.tests.test__api.Test_getUtility)
 test_named_nonesuch (zope.component.tests.test__api.Test_getUtility)
 test_w_conforming_context (zope.component.tests.test__api.Test_getUtility)
 test_hit (zope.component.tests.test__api.Test_handle)
 test_nonesuch (zope.component.tests.test__api.Test_handle)
 test_anonymous_hit (zope.component.tests.test__api.Test_queryAdapter)
 test_anonymous_nonesuch (zope.component.tests.test__api.Test_queryAdapter)
 test_named_hit (zope.component.tests.test__api.Test_queryAdapter)
 test_named_nonesuch (zope.component.tests.test__api.Test_queryAdapter)
 test_nested (zope.component.tests.test__api.Test_queryAdapter)
 test___conform___raises_TypeError_via_class (zope.component.tests.test__api.Test_queryAdapterInContext)
 test___conform___raises_TypeError_via_inst (zope.component.tests.test__api.Test_queryAdapterInContext)
 test_miss (zope.component.tests.test__api.Test_queryAdapterInContext)
 test_w_object_conforming (zope.component.tests.test__api.Test_queryAdapterInContext)
 test_w_object_implementing (zope.component.tests.test__api.Test_queryAdapterInContext)
 test_anonymous_hit (zope.component.tests.test__api.Test_queryMultiAdapter)
 test_anonymous_nonesuch (zope.component.tests.test__api.Test_queryMultiAdapter)
 test_named_hit (zope.component.tests.test__api.Test_queryMultiAdapter)
 test_named_nonesuch (zope.component.tests.test__api.Test_queryMultiAdapter)
 test_nested (zope.component.tests.test__api.Test_queryMultiAdapter)
 test_wo_sitemanager (zope.component.tests.test__api.Test_queryMultiAdapter)
 test_global (zope.component.tests.test__api.Test_queryNextUtility)
 test_nested (zope.component.tests.test__api.Test_queryNextUtility)
 test_wo_sitemanager (zope.component.tests.test__api.Test_queryNextUtility)
 test_anonymous_hit (zope.component.tests.test__api.Test_queryUtility)
 test_anonymous_nonesuch (zope.component.tests.test__api.Test_queryUtility)
 test_anonymous_nonesuch_w_default (zope.component.tests.test__api.Test_queryUtility)
 test_named_hit (zope.component.tests.test__api.Test_queryUtility)
 test_named_nonesuch (zope.component.tests.test__api.Test_queryUtility)
 test_named_nonesuch_w_default (zope.component.tests.test__api.Test_queryUtility)
 test_w_conforming_context (zope.component.tests.test__api.Test_queryUtility)
 test_hit (zope.component.tests.test__api.Test_subscribers)
 test_nonesuch (zope.component.tests.test__api.Test_subscribers)
 test_wo_sitemanager (zope.component.tests.test__api.Test_subscribers)
 test__call___w_class (zope.component.tests.test__declaration.Test_adaptedBy)
 test__call___w_inst_of_decorated_class (zope.component.tests.test__declaration.Test_adaptedBy)
 test__call___w_non_class (zope.component.tests.test__declaration.Test_adaptedBy)
 test_obj_w_no_attr (zope.component.tests.test__declaration.Test_adaptedBy)
 test__call___w_class (zope.component.tests.test__declaration.Test_adapter)
 test__call___w_inst_of_decorated_class (zope.component.tests.test__declaration.Test_adapter)
 test__call___w_non_class (zope.component.tests.test__declaration.Test_adapter)
 test_ctor_no_interfaces (zope.component.tests.test__declaration.Test_adapter)
 test_ctor_w_interfaces (zope.component.tests.test__declaration.Test_adapter)
 test_called_from_function (zope.component.tests.test__declaration.Test_adapts)
 test_called_once_from_class (zope.component.tests.test__declaration.Test_adapts)
 test_called_twice_from_class (zope.component.tests.test__declaration.Test_adapts)
 test_instances_not_affected (zope.component.tests.test__declaration.Test_adapts)
 test_it (zope.component.tests.test_event.Test_dispatch)
 test_it (zope.component.tests.test_event.Test_objectEventNotify)
 test___call___keyword_args (zope.component.tests.test_factory.FactoryTests)
 test___call___no_args (zope.component.tests.test_factory.FactoryTests)
 test___call___positional_args (zope.component.tests.test_factory.FactoryTests)
 test_class_conforms_to_IFactory (zope.component.tests.test_factory.FactoryTests)
 test_ctor_defaults (zope.component.tests.test_factory.FactoryTests)
 test_ctor_expclit (zope.component.tests.test_factory.FactoryTests)
 test_getInterfaces_explicit (zope.component.tests.test_factory.FactoryTests)
 test_getInterfaces_implicit (zope.component.tests.test_factory.FactoryTests)
 test_instance_conforms_to_IFactory (zope.component.tests.test_factory.FactoryTests)
 test_verifyClass (zope.component.tests.test_globalregistry.TestBaseGlobalComponents)
 test_verifyInstance (zope.component.tests.test_globalregistry.TestBaseGlobalComponents)
 test_gsm_is_IComponentLookup (zope.component.tests.test_globalregistry.Test_getGlobalSiteManager)
 test_gsm_is_singleton (zope.component.tests.test_globalregistry.Test_getGlobalSiteManager)
 test_gsm_pickling (zope.component.tests.test_globalregistry.Test_getGlobalSiteManager)
 test_anonymous_no_provides_no_adapts (zope.component.tests.test_globalregistry.Test_provideAdapter)
 test_named_w_provides_w_adapts (zope.component.tests.test_globalregistry.Test_provideAdapter)
 test_no_adapts (zope.component.tests.test_globalregistry.Test_provideHandler)
 test_w_adapts (zope.component.tests.test_globalregistry.Test_provideHandler)
 test_no_provides_no_adapts (zope.component.tests.test_globalregistry.Test_provideSubscriptionAdapter)
 test_w_provides_w_adapts (zope.component.tests.test_globalregistry.Test_provideSubscriptionAdapter)
 test_anonymous_no_provides (zope.component.tests.test_globalregistry.Test_provideUtility)
 test_named_w_provides (zope.component.tests.test_globalregistry.Test_provideUtility)
 test_adapter_hook (zope.component.tests.test_hooks.SiteInfoTests)
 test_initial (zope.component.tests.test_hooks.SiteInfoTests)
 test_hook_raises (zope.component.tests.test_hooks.Test_adapter_hook)
 test_success (zope.component.tests.test_hooks.Test_adapter_hook)
 test_w_None (zope.component.tests.test_hooks.Test_getSite)
 test_w_site (zope.component.tests.test_hooks.Test_getSite)
 test_default (zope.component.tests.test_hooks.Test_getSiteManager)
 test_w_explicit_context_no_IComponentLookup (zope.component.tests.test_hooks.Test_getSiteManager)
 test_w_explicit_context_w_IComponentLookup (zope.component.tests.test_hooks.Test_getSiteManager)
 test_via_class (zope.component.tests.test_hooks.Test_read_property)
 test_via_instance (zope.component.tests.test_hooks.Test_read_property)
 test_it (zope.component.tests.test_hooks.Test_resetHooks)
 test_it (zope.component.tests.test_hooks.Test_setHooks)
 test_w_None (zope.component.tests.test_hooks.Test_setSite)
 test_w_site (zope.component.tests.test_hooks.Test_setSite)
 test_it (zope.component.tests.test_hooks.Test_site)
 test_hit (zope.component.tests.test_interface.Test_getInterface)
 test_miss (zope.component.tests.test_interface.Test_getInterface)
 test_w_class (zope.component.tests.test_interface.Test_getInterfaceAllDocs)
 test_w_interface_no_members (zope.component.tests.test_interface.Test_getInterfaceAllDocs)
 test_w_interface_w_members (zope.component.tests.test_interface.Test_getInterfaceAllDocs)
 test_w_None (zope.component.tests.test_interface.Test_interfaceToName)
 test_w_registered (zope.component.tests.test_interface.Test_interfaceToName)
 test_w_unregistered (zope.component.tests.test_interface.Test_interfaceToName)
 test_hit (zope.component.tests.test_interface.Test_nameToInterface)
 test_miss (zope.component.tests.test_interface.Test_nameToInterface)
 test_w_None (zope.component.tests.test_interface.Test_nameToInterface)
 test_register_in_current_site (zope.component.tests.test_interface.Test_provideInterface)
 test_w_class (zope.component.tests.test_interface.Test_provideInterface)
 test_w_iface_type_not_IInterface (zope.component.tests.test_interface.Test_provideInterface)
 test_w_interface_not_IInterface (zope.component.tests.test_interface.Test_provideInterface)
 test_w_name_wo_ifact_type (zope.component.tests.test_interface.Test_provideInterface)
 test_wo_name_w_iface_type (zope.component.tests.test_interface.Test_provideInterface)
 test_hit (zope.component.tests.test_interface.Test_queryInterface)
 test_miss (zope.component.tests.test_interface.Test_queryInterface)
 test_empty (zope.component.tests.test_interface.Test_searchInterface)
 test_hit_in_current_site (zope.component.tests.test_interface.Test_searchInterface)
 test_no_search_string_no_base (zope.component.tests.test_interface.Test_searchInterface)
 test_no_search_string_w_base (zope.component.tests.test_interface.Test_searchInterface)
 test_w_search_string_no_base (zope.component.tests.test_interface.Test_searchInterface)
 test_empty (zope.component.tests.test_interface.Test_searchInterfaceIds)
 test_no_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceIds)
 test_no_search_string_w_base (zope.component.tests.test_interface.Test_searchInterfaceIds)
 test_w_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceIds)
 test_empty (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
 test_no_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
 test_no_search_string_w_base (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
 test_no_search_string_w_base_is_same (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
 test_w_search_string_no_base (zope.component.tests.test_interface.Test_searchInterfaceUtilities)
 test_nothing (zope.component.tests.test_interfaces.TestInterfaces)
 test__generation_after_calling_changed (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test__generation_after_changing___bases__ (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test__generation_on_first_creation (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_lookup_delegation (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_register (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_register_multiple_allRegistrations (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_register_with_invalid_name (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_register_with_same_value (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_register_with_value_None_unregisters (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_registered_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_registered_non_empty_hit (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_registered_non_empty_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_subscribe_multiple_allRegistrations (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_subscribe_unsubscribe_identical_objects_provided (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_subscribe_unsubscribe_nonequal_objects_provided (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_subscribed_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_subscribed_non_empty_hit (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_subscribed_non_empty_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unregister_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unregister_hit_clears_empty_subcomponents (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unregister_non_empty_miss_on_name (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unregister_non_empty_miss_on_required (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unregister_with_value_not_None_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_after_multiple (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_empty (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_hit (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_instance_method (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_non_empty_miss_on_required (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_non_empty_miss_on_value (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_w_None_after_multiple (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test_unsubscribe_with_value_not_None_miss (zope.interface.tests.test_adapter.CustomTypesBaseAdapterRegistryTests)
 test__generation_after_calling_changed (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test__generation_after_changing___bases__ (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test__generation_on_first_creation (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_lookup_delegation (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_register (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_register_multiple_allRegistrations (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_register_with_invalid_name (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_register_with_same_value (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_register_with_value_None_unregisters (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_registered_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_registered_non_empty_hit (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_registered_non_empty_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_subscribe_multiple_allRegistrations (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_subscribe_unsubscribe_identical_objects_provided (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_subscribe_unsubscribe_nonequal_objects_provided (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_subscribed_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_subscribed_non_empty_hit (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_subscribed_non_empty_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unregister_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unregister_hit_clears_empty_subcomponents (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unregister_non_empty_miss_on_name (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unregister_non_empty_miss_on_required (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unregister_with_value_not_None_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_after_multiple (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_empty (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_hit (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_instance_method (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_non_empty_miss_on_required (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_non_empty_miss_on_value (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_w_None_after_multiple (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test_unsubscribe_with_value_not_None_miss (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryCustomTypesTest)
 test___getstate___simple (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test___getstate___skips_delegated_names (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test___setstate___rebuilds__ro (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test___setstate___rebuilds__v_lookup (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test__addValueFromLeaf_preserves_identity (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test__addValueToLeaf_existing_is_tuple_converts (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test__removeValueFromLeaf_existing_is_tuple_converts (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test__removeValueFromLeaf_preserves_identity (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test_changed_original_is_not_us (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test_changed_original_is_us (zope.component.tests.test_persistentregistry.PersistentAdapterRegistryTests)
 test_ctor_initializes_registries_and_registrations (zope.component.tests.test_persistentregistry.PersistentComponentsTests)
 test_it (zope.component.tests.test_registry.Test_dispatchAdapterRegistrationEvent)
 test_it (zope.component.tests.test_registry.Test_dispatchHandlerRegistrationEvent)
 test_it (zope.component.tests.test_registry.Test_dispatchSubscriptionAdapterRegistrationEvent)
 test_it (zope.component.tests.test_registry.Test_dispatchUtilityRegistrationEvent)
 test_proxy_delegates___provided_by__ (zope.component.tests.test_security.PermissionProxyTests)
 test_no_allowed_attributes_no_allowed_interfaces (zope.component.tests.test_security.Test__checker)
 test_w_allowed_attributes (zope.component.tests.test_security.Test__checker)
 test_w_allowed_interfaces (zope.component.tests.test_security.Test__checker)
 test_nonpublic_already_proxied (zope.component.tests.test_security.Test_protectedFactory)
 test_public_not_already_proxied (zope.component.tests.test_security.Test_protectedFactory)
 test_no_checker_no_permission (zope.component.tests.test_security.Test_proxify)
 test_no_checker_no_provides (zope.component.tests.test_security.Test_proxify)
 test_no_checker_w_provides_and_permission_protected (zope.component.tests.test_security.Test_proxify)
 test_no_checker_w_provides_and_permission_public (zope.component.tests.test_security.Test_proxify)
 test_w_checker (zope.component.tests.test_security.Test_proxify)
 test_CheckerPublic_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_CheckerPublic_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_no_permission_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_no_permission_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_protected_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_protected_trusted_w_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_protected_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_public_trusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 test_public_untrusted_no_location (zope.component.tests.test_security.Test_securityAdapterFactory)
 testStandalone (zope.component.tests.test_standalone.StandaloneTests)
 test_with_multiple (zope.component.tests.test_zcml.Test__rolledUpFactory)
 test_with_one (zope.component.tests.test_zcml.Test__rolledUpFactory)
 test_empty_factory (zope.component.tests.test_zcml.Test_adapter)
 test_multiple_factory_multiple_for_ (zope.component.tests.test_zcml.Test_adapter)
 test_multiple_factory_single_for__w_name (zope.component.tests.test_zcml.Test_adapter)
 test_no_for__factory_adapts_no_provides_factory_not_implements (zope.component.tests.test_zcml.Test_adapter)
 test_no_for__factory_not_adapts (zope.component.tests.test_zcml.Test_adapter)
 test_no_for__no_provides_factory_adapts_factory_implements (zope.component.tests.test_zcml.Test_adapter)
 test_no_name (zope.component.tests.test_zcml.Test_adapter)
 test_single_factory_single_for_w_locate_no_permission (zope.component.tests.test_zcml.Test_adapter)
 test_single_factory_single_for_w_permission (zope.component.tests.test_zcml.Test_adapter)
 test_single_factory_single_for_w_trusted_no_permission (zope.component.tests.test_zcml.Test_adapter)
 test_uses_configured_site_manager (zope.component.tests.test_zcml.Test_handler)
 test_w_name_w_type (zope.component.tests.test_zcml.Test_interface)
 test_wo_name_wo_type (zope.component.tests.test_zcml.Test_interface)
 test_w_allowed_attributes_wo_permission (zope.component.tests.test_zcml.Test_resource)
 test_w_allowed_interface_wo_permission (zope.component.tests.test_zcml.Test_resource)
 test_w_permission (zope.component.tests.test_zcml.Test_resource)
 test_wo_permission_w_name (zope.component.tests.test_zcml.Test_resource)
 test_no_factory_no_handler (zope.component.tests.test_zcml.Test_subscriber)
 test_no_factory_w_handler_no_provides (zope.component.tests.test_zcml.Test_subscriber)
 test_no_factory_w_handler_w_provides (zope.component.tests.test_zcml.Test_subscriber)
 test_no_for__no_provides_subscriber_adapts_subscriber_implements (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_no_provides (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_w_handler (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_w_provides (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_w_provides_no_for_factory_wo_adapter (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_w_provides_w_permission (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_w_provides_wo_permission_w_locate (zope.component.tests.test_zcml.Test_subscriber)
 test_w_factory_w_provides_wo_permission_w_trusted (zope.component.tests.test_zcml.Test_subscriber)
 test_w_component_w_provides_w_name (zope.component.tests.test_zcml.Test_utility)
 test_w_component_w_provides_w_permission (zope.component.tests.test_zcml.Test_utility)
 test_w_component_wo_provides_component_no_provides (zope.component.tests.test_zcml.Test_utility)
 test_w_component_wo_provides_component_provides (zope.component.tests.test_zcml.Test_utility)
 test_w_component_wo_provides_wo_name (zope.component.tests.test_zcml.Test_utility)
 test_w_factory_w_component (zope.component.tests.test_zcml.Test_utility)
 test_w_factory_w_provides (zope.component.tests.test_zcml.Test_utility)
 test_w_factory_w_provides_w_permission (zope.component.tests.test_zcml.Test_utility)
 test_w_factory_wo_provides_factory_implements (zope.component.tests.test_zcml.Test_utility)
 test_w_factory_wo_provides_factory_no_implements (zope.component.tests.test_zcml.Test_utility)
 test_w_allowed_attributes_wo_permission (zope.component.tests.test_zcml.Test_view)
 test_w_allowed_interface_wo_permission (zope.component.tests.test_zcml.Test_view)
 test_w_factory_as_empty (zope.component.tests.test_zcml.Test_view)
 test_w_for__as_empty (zope.component.tests.test_zcml.Test_view)
 test_w_multiple_factory_multiple_for_ (zope.component.tests.test_zcml.Test_view)
 test_w_multiple_factory_single_for__wo_permission (zope.component.tests.test_zcml.Test_view)
 test_w_single_factory_single_for__w_permission (zope.component.tests.test_zcml.Test_view)
 test_w_single_factory_single_for__w_permission_and_allowed_attrs (zope.component.tests.test_zcml.Test_view)
 test_w_single_factory_single_for__w_permission_and_allowed_iface (zope.component.tests.test_zcml.Test_view)
 test_w_single_factory_single_for__wo_permission_w_name (zope.component.tests.test_zcml.Test_view)
 test_located_proxy_factory (zope.component.tests.test_zcml.Test_zcml_functional)
 test_with_proxy_factory_public_permission (zope.component.tests.test_zcml.Test_zcml_functional)
  Ran 313 tests with 0 failures, 0 errors and 0 skipped.
Tearing down left over layers:
  Tear down zope.testrunner.layer.UnitTests.
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
Running Sphinx v7.1.2
making output directory... done
WARNING: html_static_path entry '_static' does not exist
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
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
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
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
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
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://zopeinterface.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://zopesecurity.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://zopeevent.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://persistent.readthedocs.io/en/latest/objects.inv...
building [mo]: targets for 0 po files that are out of date
writing output...
building [doctest]: targets for 23 source files that are out of date
updating environment: [new config] 23 added, 0 changed, 0 removed
reading sources... [  4%] api reading sources... [  9%] api/adapter reading sources... [ 13%] api/factory reading sources... [ 17%] api/hooks reading sources... [ 22%] api/interface reading sources... [ 26%] api/interfaces reading sources... [ 30%] api/module reading sources... [ 35%] api/persistent reading sources... [ 39%] api/security reading sources... [ 43%] api/sitemanager reading sources... [ 48%] api/utility reading sources... [ 52%] changelog reading sources... [ 57%] configure reading sources... [ 61%] event reading sources... [ 65%] factory reading sources... [ 70%] hacking reading sources... [ 74%] hooks reading sources... [ 78%] index reading sources... [ 83%] narr reading sources... [ 87%] persistentregistry reading sources... [ 91%] socketexample reading sources... [ 96%] testlayer reading sources... [100%] zcml
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
running tests...
Document: api/adapter
---------------------
1 items passed all tests:
  92 tests in default
92 tests in 1 items.
92 passed and 0 failed.
Test passed.
1 items passed all tests:
   1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: api/interface
-----------------------
1 items passed all tests:
  67 tests in default
67 tests in 1 items.
67 passed and 0 failed.
Test passed.
1 items passed all tests:
   5 tests in default (cleanup code)
5 tests in 1 items.
5 passed and 0 failed.
Test passed.
Document: api/persistent
------------------------
1 items passed all tests:
 125 tests in default
125 tests in 1 items.
125 passed and 0 failed.
Test passed.
1 items passed all tests:
   1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: api/security
----------------------
1 items passed all tests:
  23 tests in default
23 tests in 1 items.
23 passed and 0 failed.
Test passed.
Document: api/sitemanager
-------------------------
1 items passed all tests:
  16 tests in default
16 tests in 1 items.
16 passed and 0 failed.
Test passed.
Document: api/utility
---------------------
1 items passed all tests:
  72 tests in default
72 tests in 1 items.
72 passed and 0 failed.
Test passed.
1 items passed all tests:
   1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: configure
-------------------
1 items passed all tests:
  14 tests in default
14 tests in 1 items.
14 passed and 0 failed.
Test passed.
1 items passed all tests:
   1 tests in default (cleanup code)
1 tests in 1 items.
1 passed and 0 failed.
Test passed.
Document: event
---------------
1 items passed all tests:
  36 tests in default
36 tests in 1 items.
36 passed and 0 failed.
Test passed.
Document: factory
-----------------
1 items passed all tests:
  42 tests in default
42 tests in 1 items.
42 passed and 0 failed.
Test passed.
Document: hooks
---------------
1 items passed all tests:
  35 tests in default
35 tests in 1 items.
35 passed and 0 failed.
Test passed.
Document: narr
--------------
1 items passed all tests:
  67 tests in default
67 tests in 1 items.
67 passed and 0 failed.
Test passed.
Document: socketexample
-----------------------
1 items passed all tests:
 114 tests in default
114 tests in 1 items.
114 passed and 0 failed.
Test passed.
Document: testlayer
-------------------
1 items passed all tests:
  19 tests in default
19 tests in 1 items.
19 passed and 0 failed.
Test passed.
Document: zcml
--------------
1 items passed all tests:
 254 tests in default
254 tests in 1 items.
254 passed and 0 failed.
Test passed.
Doctest summary
===============
  976 tests
    0 failures in tests
    0 failures in setup code
    0 failures in cleanup code
build succeeded, 6 warnings.
Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.
  py$(PYV): OK
  congratulations :)