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_empty (zope.configuration.tests.test___init__.Test_namespace) test_non_empty (zope.configuration.tests.test___init__.Test_namespace) test_before (zope.configuration.tests.test_config.ComplexDirectiveDefinitionTests) test_class_conforms_to_IComplexDirectiveContext (zope.configuration.tests.test_config.ComplexDirectiveDefinitionTests) test_instance_conforms_to_IComplexDirectiveContext (zope.configuration.tests.test_config.ComplexDirectiveDefinitionTests) test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.ComplexStackItemTests) test_contained_hit (zope.configuration.tests.test_config.ComplexStackItemTests) test_contained_miss (zope.configuration.tests.test_config.ComplexStackItemTests) test_ctor (zope.configuration.tests.test_config.ComplexStackItemTests) test_finish_handler_is_noncallable (zope.configuration.tests.test_config.ComplexStackItemTests) test_finish_handler_raises_AE_for___call__ (zope.configuration.tests.test_config.ComplexStackItemTests) test_finish_handler_raises_AE_for_other (zope.configuration.tests.test_config.ComplexStackItemTests) test_finish_handler_returns_newstyle_actions (zope.configuration.tests.test_config.ComplexStackItemTests) test_finish_handler_returns_oldstyle_actions (zope.configuration.tests.test_config.ComplexStackItemTests) test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.ComplexStackItemTests) test_ctor (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_document_non_string_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_document_w_string_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_factory_hit_on_fqn (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_factory_hit_on_fqn_lookup_fails (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_factory_miss (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_factory_miss_on_fqn_hit_on_bare_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_register (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_register_new_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_register_replacement (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests) test_action_defaults_no_info_no_includepath (zope.configuration.tests.test_config.ConfigurationContextTests) test_action_defaults_w_info_w_includepath (zope.configuration.tests.test_config.ConfigurationContextTests) test_action_explicit_no_extra (zope.configuration.tests.test_config.ConfigurationContextTests) test_action_explicit_w_extra (zope.configuration.tests.test_config.ConfigurationContextTests) test_checkDuplicate_hit (zope.configuration.tests.test_config.ConfigurationContextTests) test_checkDuplicate_miss (zope.configuration.tests.test_config.ConfigurationContextTests) test_hasFeature_hit (zope.configuration.tests.test_config.ConfigurationContextTests) test_hasFeature_miss (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_expand_filenames (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_expand_user (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_w_absolute_filename (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_w_relative_filename_w_basepath (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_w_relative_filename_wo_basepath_wo_package (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_wo_basepath_w_package_having_file (zope.configuration.tests.test_config.ConfigurationContextTests) test_path_wo_basepath_w_package_having_no_file_but_path (zope.configuration.tests.test_config.ConfigurationContextTests) test_processFile_hit (zope.configuration.tests.test_config.ConfigurationContextTests) test_processFile_miss (zope.configuration.tests.test_config.ConfigurationContextTests) test_provideFeature (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_bad_dotted_import (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_bad_dotted_last_import (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_bad_sub_import (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_bad_sub_last_import (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_builtin (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_dot (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_empty (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_relative_miss_no_package (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_relative_miss_w_package_too_many_dots (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_single_non_builtin (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_trailing_dot_in_resolve (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_unicode_all (zope.configuration.tests.test_config.ConfigurationContextTests) test_resolve_whitespace (zope.configuration.tests.test_config.ConfigurationContextTests) test___call__ (zope.configuration.tests.test_config.ConfigurationMachineTests) test_begin_w___data_and_kw (zope.configuration.tests.test_config.ConfigurationMachineTests) test_begin_w___data_no_kw (zope.configuration.tests.test_config.ConfigurationMachineTests) test_begin_wo___data_w_kw (zope.configuration.tests.test_config.ConfigurationMachineTests) test_class_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.ConfigurationMachineTests) test_ctor (zope.configuration.tests.test_config.ConfigurationMachineTests) test_end (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_empty (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_w_errors_custom (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_w_errors_w_testing (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_w_errors_wo_testing (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_w_errors_wo_testing_BaseException (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_w_errors_wo_testing_KeyboardInterrupt (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_w_errors_wo_testing_SystemExit (zope.configuration.tests.test_config.ConfigurationMachineTests) test_execute_actions_wo_errors (zope.configuration.tests.test_config.ConfigurationMachineTests) test_getInfo_only_root (zope.configuration.tests.test_config.ConfigurationMachineTests) test_getInfo_only_root_default (zope.configuration.tests.test_config.ConfigurationMachineTests) test_getInfo_w_item (zope.configuration.tests.test_config.ConfigurationMachineTests) test_instance_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.ConfigurationMachineTests) test_keyword_handling (zope.configuration.tests.test_config.ConfigurationMachineTests) test_setInfo_only_root (zope.configuration.tests.test_config.ConfigurationMachineTests) test_setInfo_w_item (zope.configuration.tests.test_config.ConfigurationMachineTests) test_class_conforms_to_IDirectivesContext (zope.configuration.tests.test_config.DirectivesHandlerTests) test_instance_conforms_to_IDirectivesContext (zope.configuration.tests.test_config.DirectivesHandlerTests) test_after (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_before (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_class_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_class_conforms_to_IGroupingContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_ctor_no_kwargs (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_ctor_w_kwargs (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_getattr_fetches_from_context_and_caches (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_instance_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_instance_conforms_to_IGroupingContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests) test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.GroupingStackItemTests) test_contained_context_before_returns_newstyle_actions (zope.configuration.tests.test_config.GroupingStackItemTests) test_contained_context_before_returns_oldstyle_actions (zope.configuration.tests.test_config.GroupingStackItemTests) test_finish_calls_before_if_not_already_called (zope.configuration.tests.test_config.GroupingStackItemTests) test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.GroupingStackItemTests) test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.RootStackItemTests) test_contained_context_factory_fails (zope.configuration.tests.test_config.RootStackItemTests) test_contained_context_factory_normal (zope.configuration.tests.test_config.RootStackItemTests) test_finish (zope.configuration.tests.test_config.RootStackItemTests) test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.RootStackItemTests) test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.SimpleStackItemTests) test_contained_raises (zope.configuration.tests.test_config.SimpleStackItemTests) test_ctor (zope.configuration.tests.test_config.SimpleStackItemTests) test_finish_handler_returns_newstyle_actions (zope.configuration.tests.test_config.SimpleStackItemTests) test_finish_handler_returns_no_actions (zope.configuration.tests.test_config.SimpleStackItemTests) test_finish_handler_returns_oldstyle_actions (zope.configuration.tests.test_config.SimpleStackItemTests) test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.SimpleStackItemTests) test_defaults (zope.configuration.tests.test_config.Test_defineGroupingDirective) test_explicit_w_star_namespace (zope.configuration.tests.test_config.Test_defineGroupingDirective) test_defaults (zope.configuration.tests.test_config.Test_defineSimpleDirective) test_explicit_w_star_namespace (zope.configuration.tests.test_config.Test_defineSimpleDirective) test_defaults (zope.configuration.tests.test_config.Test_expand_action) test_explicit_no_extra (zope.configuration.tests.test_config.Test_expand_action) test_explicit_w_extra (zope.configuration.tests.test_config.Test_expand_action) test_w_multiple (zope.configuration.tests.test_config.Test_provides) test_w_single (zope.configuration.tests.test_config.Test_provides) test_configuration_conflict_error_has_readable_exception (zope.configuration.tests.test_config.Test_resolveConflicts) test_empty (zope.configuration.tests.test_config.Test_resolveConflicts) test_expands_oldstyle_actions (zope.configuration.tests.test_config.Test_resolveConflicts) test_w_non_resolvable_discriminator_clash_different_paths (zope.configuration.tests.test_config.Test_resolveConflicts) test_w_non_resolvable_discriminator_clash_same_path (zope.configuration.tests.test_config.Test_resolveConflicts) test_w_resolvable_discriminator_clash (zope.configuration.tests.test_config.Test_resolveConflicts) test_wo_discriminator_clash (zope.configuration.tests.test_config.Test_resolveConflicts) test_wo_discriminators_final_sorting_order (zope.configuration.tests.test_config.Test_resolveConflicts) test_w_handler_attribute (zope.configuration.tests.test_config.Test_subdirective) test_wo_handler_attribute (zope.configuration.tests.test_config.Test_subdirective) test_w_empty_schema_no_data (zope.configuration.tests.test_config.Test_toargs) test_w_empty_schema_w_data_no_kwargs_allowed (zope.configuration.tests.test_config.Test_toargs) test_w_empty_schema_w_data_w_kwargs_allowed (zope.configuration.tests.test_config.Test_toargs) test_w_field_missing_but_default (zope.configuration.tests.test_config.Test_toargs) test_w_field_missing_no_default (zope.configuration.tests.test_config.Test_toargs) test_w_invalid_value (zope.configuration.tests.test_config.Test_toargs) test_w_keyword_sub (zope.configuration.tests.test_config.Test_toargs) ComplexStackItem (zope.configuration.config) ConfigurationAdapterRegistry (zope.configuration.config) action (zope.configuration.config.ConfigurationContext) checkDuplicate (zope.configuration.config.ConfigurationContext) hasFeature (zope.configuration.config.ConfigurationContext) path (zope.configuration.config.ConfigurationContext) processFile (zope.configuration.config.ConfigurationContext) resolve (zope.configuration.config.ConfigurationContext) ConfigurationMachine (zope.configuration.config) execute_actions (zope.configuration.config.ConfigurationMachine) GroupingStackItem (zope.configuration.config) defineGroupingDirective (zope.configuration.config) defineSimpleDirective (zope.configuration.config) provides (zope.configuration.config) toargs (zope.configuration.config) wrap (zope.configuration.docutils) fromUnicode (zope.configuration.fields.Bool) GlobalInterface (zope.configuration.fields) fromUnicode (zope.configuration.fields.GlobalObject) fromUnicode (zope.configuration.fields.MessageID) fromUnicode (zope.configuration.fields.Path) PythonIdentifier (zope.configuration.fields) fromUnicode (zope.configuration.fields.Tokens) evaluateCondition (zope.configuration.xmlconfig.ConfigurationHandler) ParserInfo (zope.configuration.xmlconfig) ZopeSAXParseException (zope.configuration.xmlconfig) ZopeXMLConfigurationError (zope.configuration.xmlconfig) openInOrPlain (zope.configuration.xmlconfig) test_empty (zope.configuration.tests.test_docutils.Test_makeDocStructures) test_w_parents (zope.configuration.tests.test_docutils.Test_makeDocStructures) test_wo_parents (zope.configuration.tests.test_docutils.Test_makeDocStructures) test_empty (zope.configuration.tests.test_docutils.Test_wrap) test_multiple_paragraphs (zope.configuration.tests.test_docutils.Test_wrap) test_only_whitespace (zope.configuration.tests.test_docutils.Test_wrap) test_single_paragraphs (zope.configuration.tests.test_docutils.Test_wrap) test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.BoolTests) test_fromUnicode_w_false_values (zope.configuration.tests.test_fields.BoolTests) test_fromUnicode_w_invalid (zope.configuration.tests.test_fields.BoolTests) test_fromUnicode_w_true_values (zope.configuration.tests.test_fields.BoolTests) test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.BoolTests) test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalInterfaceTests) test_ctor (zope.configuration.tests.test_fields.GlobalInterfaceTests) test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalInterfaceTests) test__validate_w_value_type (zope.configuration.tests.test_fields.GlobalObjectTests) test__validate_wo_value_type (zope.configuration.tests.test_fields.GlobalObjectTests) test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalObjectTests) test_fromUnicode_rejects_slash (zope.configuration.tests.test_fields.GlobalObjectTests) test_fromUnicode_w_resolve_but_validation_fails (zope.configuration.tests.test_fields.GlobalObjectTests) test_fromUnicode_w_resolve_dots (zope.configuration.tests.test_fields.GlobalObjectTests) test_fromUnicode_w_resolve_fails (zope.configuration.tests.test_fields.GlobalObjectTests) test_fromUnicode_w_resolve_success (zope.configuration.tests.test_fields.GlobalObjectTests) test_fromUnicode_w_star_and_extra_ws (zope.configuration.tests.test_fields.GlobalObjectTests) test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalObjectTests) test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.MessageIDTests) test_domain_decodes_bytes (zope.configuration.tests.test_fields.MessageIDTests) test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.MessageIDTests) test_w_empty_id (zope.configuration.tests.test_fields.MessageIDTests) test_w_id_and_default (zope.configuration.tests.test_fields.MessageIDTests) test_wo_domain (zope.configuration.tests.test_fields.MessageIDTests) test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.PathTests) test_fromUnicode_absolute (zope.configuration.tests.test_fields.PathTests) test_fromUnicode_relative (zope.configuration.tests.test_fields.PathTests) test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.PathTests) test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.TokensTests) test_fromUnicode_empty (zope.configuration.tests.test_fields.TokensTests) test_fromUnicode_invalid (zope.configuration.tests.test_fields.TokensTests) test_fromUnicode_strips_ws (zope.configuration.tests.test_fields.TokensTests) test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.TokensTests) test_no_dots (zope.configuration.tests.test_name.Test_getNormalizedName) test_one_dot (zope.configuration.tests.test_name.Test_getNormalizedName) test_relative (zope.configuration.tests.test_name.Test_getNormalizedName) test_repeat_dot (zope.configuration.tests.test_name.Test_getNormalizedName) test_repeat_inferred (zope.configuration.tests.test_name.Test_getNormalizedName) test_repeat_plus (zope.configuration.tests.test_name.Test_getNormalizedName) test_two_dots (zope.configuration.tests.test_name.Test_getNormalizedName) test_absolute (zope.configuration.tests.test_name.Test_path) test_relative_bogus_package (zope.configuration.tests.test_name.Test_path) test_relative_empty (zope.configuration.tests.test_name.Test_path) test_relative_w_file (zope.configuration.tests.test_name.Test_path) test_class_in_module (zope.configuration.tests.test_name.Test_resolve) test_class_w_same_name_as_module (zope.configuration.tests.test_name.Test_resolve) test_function_in_module (zope.configuration.tests.test_name.Test_resolve) test_function_in_module_relative (zope.configuration.tests.test_name.Test_resolve) test_importable_but_not_attr_of_parent (zope.configuration.tests.test_name.Test_resolve) test_nested_module (zope.configuration.tests.test_name.Test_resolve) test_top_level_module (zope.configuration.tests.test_name.Test_resolve) test_ctor_defaults (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_ctor_explicit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_endElementNS_context_end_raises_BaseException (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_endElementNS_context_end_raises_w_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_endElementNS_context_end_raises_wo_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_endElementNS_normal (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_endElementNS_w_ignore_depth_already_set (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_have_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_have_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_have_no_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_installed_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_installed_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_installed_no_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_not_have_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_not_have_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_not_have_too_many_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_not_installed_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_not_installed_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_not_installed_too_many_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_evaluateCondition_w_unknown_verb (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_setDocumentLocator (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_startElementNS_context_begin_raises_BaseException (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_startElementNS_context_begin_raises_w_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_startElementNS_context_begin_raises_wo_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_startElementNS_normal (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_startElementNS_w_ignore_depth_already_set (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test_startElementNS_w_zcml_condition_failing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests) test___repr___w_eline_ecolumn_dont_match_line_column (zope.configuration.tests.test_xmlconfig.ParserInfoTests) test___repr___w_eline_ecolumn_match_line_column (zope.configuration.tests.test_xmlconfig.ParserInfoTests) test___str___w_eline_ecolumn_dont_match_line_column_bad_file (zope.configuration.tests.test_xmlconfig.ParserInfoTests) test___str___w_eline_ecolumn_match_line_column (zope.configuration.tests.test_xmlconfig.ParserInfoTests) test___str___w_good_file (zope.configuration.tests.test_xmlconfig.ParserInfoTests) test_both_file_and_files_passed (zope.configuration.tests.test_xmlconfig.Test_exclude) test_neither_file_nor_files_passed (zope.configuration.tests.test_xmlconfig.Test_exclude) test_w_file_passed (zope.configuration.tests.test_xmlconfig.Test_exclude) test_w_files_passed_and_package (zope.configuration.tests.test_xmlconfig.Test_exclude) test_w_subpackage (zope.configuration.tests.test_xmlconfig.Test_exclude) test_w_execute (zope.configuration.tests.test_xmlconfig.Test_file) test_wo_execute_w_context (zope.configuration.tests.test_xmlconfig.Test_file) test_wo_execute_wo_context_w_package (zope.configuration.tests.test_xmlconfig.Test_file) test_wo_execute_wo_context_wo_package (zope.configuration.tests.test_xmlconfig.Test_file) test_both_file_and_files_passed (zope.configuration.tests.test_xmlconfig.Test_include) test_neither_file_nor_files_passed (zope.configuration.tests.test_xmlconfig.Test_include) test_neither_file_nor_files_passed_already_seen (zope.configuration.tests.test_xmlconfig.Test_include) test_w_file_passed (zope.configuration.tests.test_xmlconfig.Test_include) test_w_files_passed_and_package (zope.configuration.tests.test_xmlconfig.Test_include) test_actions_have_parents_includepath (zope.configuration.tests.test_xmlconfig.Test_includeOverrides) test_file_missing_and_dot_in_not_present (zope.configuration.tests.test_xmlconfig.Test_openInOrPlain) test_file_missing_but_dot_in_present (zope.configuration.tests.test_xmlconfig.Test_openInOrPlain) test_file_present (zope.configuration.tests.test_xmlconfig.Test_openInOrPlain) test_w_empty_xml (zope.configuration.tests.test_xmlconfig.Test_processxmlfile) test_w_valid_xml_fp (zope.configuration.tests.test_xmlconfig.Test_processxmlfile) test_w_execute (zope.configuration.tests.test_xmlconfig.Test_string) test_wo_execute_w_context (zope.configuration.tests.test_xmlconfig.Test_string) test_wo_execute_wo_context (zope.configuration.tests.test_xmlconfig.Test_string) test_w_testing_passed (zope.configuration.tests.test_xmlconfig.Test_testxmlconfig) test_w_testing_passed (zope.configuration.tests.test_xmlconfig.Test_xmlconfig) test_wo_testing_passed (zope.configuration.tests.test_xmlconfig.Test_xmlconfig) test___call__ (zope.configuration.tests.test_xmlconfig.XMLConfigTests) test_ctor (zope.configuration.tests.test_xmlconfig.XMLConfigTests) test_ctor_w_global_context_missing (zope.configuration.tests.test_xmlconfig.XMLConfigTests) test_ctor_w_module (zope.configuration.tests.test_xmlconfig.XMLConfigTests) test___str___not_a_sax_error (zope.configuration.tests.test_xmlconfig.ZopeSAXParseExceptionTests) test___str___w_a_sax_error (zope.configuration.tests.test_xmlconfig.ZopeSAXParseExceptionTests) test___str___uses_repr_of_info (zope.configuration.tests.test_xmlconfig.ZopeXMLConfigurationErrorTests) test_ctor_w_package (zope.configuration.tests.test_zopeconfigure.ZopeConfigureTests) test_ctor_wo_package (zope.configuration.tests.test_zopeconfigure.ZopeConfigureTests) Ran 285 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.2.6 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date writing output... building [doctest]: targets for 12 source files that are out of date updating environment: [new config] 12 added, 0 changed, 0 removed reading sources... [ 8%] api reading sources... [ 17%] api/config reading sources... [ 25%] api/docutils reading sources... [ 33%] api/exceptions reading sources... [ 42%] api/fields reading sources... [ 50%] api/interfaces reading sources... [ 58%] api/name reading sources... [ 67%] api/xmlconfig reading sources... [ 75%] api/zopeconfigure reading sources... [ 83%] hacking reading sources... [ 92%] index reading sources... [100%] narr looking for now-outdated files... none found pickling environment... done checking consistency... done running tests... Document: narr -------------- 1 items passed all tests: 166 tests in default 166 tests in 1 items. 166 passed and 0 failed. Test passed. 1 items passed all tests: 2 tests in default (cleanup code) 2 tests in 1 items. 2 passed and 0 failed. Test passed. Doctest summary =============== 166 tests 0 failures in tests 0 failures in setup code 0 failures in cleanup code build succeeded, 1 warning. Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt. py$(PYV): OK congratulations :)