ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / zope.configuration / test / results-all.master
blob0cbcf51559227be00bed8fa7f8a53f7716caf746
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
3 Running tests at level 1
4 Running zope.testrunner.layer.UnitTests tests:
5   Set up zope.testrunner.layer.UnitTests.
6   Running:
7  test_empty (zope.configuration.tests.test___init__.Test_namespace)
8  test_non_empty (zope.configuration.tests.test___init__.Test_namespace)
9  test_before (zope.configuration.tests.test_config.ComplexDirectiveDefinitionTests)
10  test_class_conforms_to_IComplexDirectiveContext (zope.configuration.tests.test_config.ComplexDirectiveDefinitionTests)
11  test_instance_conforms_to_IComplexDirectiveContext (zope.configuration.tests.test_config.ComplexDirectiveDefinitionTests)
12  test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.ComplexStackItemTests)
13  test_contained_hit (zope.configuration.tests.test_config.ComplexStackItemTests)
14  test_contained_miss (zope.configuration.tests.test_config.ComplexStackItemTests)
15  test_ctor (zope.configuration.tests.test_config.ComplexStackItemTests)
16  test_finish_handler_is_noncallable (zope.configuration.tests.test_config.ComplexStackItemTests)
17  test_finish_handler_raises_AE_for___call__ (zope.configuration.tests.test_config.ComplexStackItemTests)
18  test_finish_handler_raises_AE_for_other (zope.configuration.tests.test_config.ComplexStackItemTests)
19  test_finish_handler_returns_newstyle_actions (zope.configuration.tests.test_config.ComplexStackItemTests)
20  test_finish_handler_returns_oldstyle_actions (zope.configuration.tests.test_config.ComplexStackItemTests)
21  test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.ComplexStackItemTests)
22  test_ctor (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
23  test_document_non_string_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
24  test_document_w_string_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
25  test_factory_hit_on_fqn (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
26  test_factory_hit_on_fqn_lookup_fails (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
27  test_factory_miss (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
28  test_factory_miss_on_fqn_hit_on_bare_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
29  test_register (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
30  test_register_new_name (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
31  test_register_replacement (zope.configuration.tests.test_config.ConfigurationAdapterRegistryTests)
32  test_action_defaults_no_info_no_includepath (zope.configuration.tests.test_config.ConfigurationContextTests)
33  test_action_defaults_w_info_w_includepath (zope.configuration.tests.test_config.ConfigurationContextTests)
34  test_action_explicit_no_extra (zope.configuration.tests.test_config.ConfigurationContextTests)
35  test_action_explicit_w_extra (zope.configuration.tests.test_config.ConfigurationContextTests)
36  test_checkDuplicate_hit (zope.configuration.tests.test_config.ConfigurationContextTests)
37  test_checkDuplicate_miss (zope.configuration.tests.test_config.ConfigurationContextTests)
38  test_hasFeature_hit (zope.configuration.tests.test_config.ConfigurationContextTests)
39  test_hasFeature_miss (zope.configuration.tests.test_config.ConfigurationContextTests)
40  test_path_expand_filenames (zope.configuration.tests.test_config.ConfigurationContextTests)
41  test_path_expand_user (zope.configuration.tests.test_config.ConfigurationContextTests)
42  test_path_w_absolute_filename (zope.configuration.tests.test_config.ConfigurationContextTests)
43  test_path_w_relative_filename_w_basepath (zope.configuration.tests.test_config.ConfigurationContextTests)
44  test_path_w_relative_filename_wo_basepath_wo_package (zope.configuration.tests.test_config.ConfigurationContextTests)
45  test_path_wo_basepath_w_package_having_file (zope.configuration.tests.test_config.ConfigurationContextTests)
46  test_path_wo_basepath_w_package_having_no_file_but_path (zope.configuration.tests.test_config.ConfigurationContextTests)
47  test_processFile_hit (zope.configuration.tests.test_config.ConfigurationContextTests)
48  test_processFile_miss (zope.configuration.tests.test_config.ConfigurationContextTests)
49  test_provideFeature (zope.configuration.tests.test_config.ConfigurationContextTests)
50  test_resolve_bad_dotted_import (zope.configuration.tests.test_config.ConfigurationContextTests)
51  test_resolve_bad_dotted_last_import (zope.configuration.tests.test_config.ConfigurationContextTests)
52  test_resolve_bad_sub_import (zope.configuration.tests.test_config.ConfigurationContextTests)
53  test_resolve_bad_sub_last_import (zope.configuration.tests.test_config.ConfigurationContextTests)
54  test_resolve_builtin (zope.configuration.tests.test_config.ConfigurationContextTests)
55  test_resolve_dot (zope.configuration.tests.test_config.ConfigurationContextTests)
56  test_resolve_empty (zope.configuration.tests.test_config.ConfigurationContextTests)
57  test_resolve_relative_miss_no_package (zope.configuration.tests.test_config.ConfigurationContextTests)
58  test_resolve_relative_miss_w_package_too_many_dots (zope.configuration.tests.test_config.ConfigurationContextTests)
59  test_resolve_single_non_builtin (zope.configuration.tests.test_config.ConfigurationContextTests)
60  test_resolve_trailing_dot_in_resolve (zope.configuration.tests.test_config.ConfigurationContextTests)
61  test_resolve_unicode_all (zope.configuration.tests.test_config.ConfigurationContextTests)
62  test_resolve_whitespace (zope.configuration.tests.test_config.ConfigurationContextTests)
63  test___call__ (zope.configuration.tests.test_config.ConfigurationMachineTests)
64  test_begin_w___data_and_kw (zope.configuration.tests.test_config.ConfigurationMachineTests)
65  test_begin_w___data_no_kw (zope.configuration.tests.test_config.ConfigurationMachineTests)
66  test_begin_wo___data_w_kw (zope.configuration.tests.test_config.ConfigurationMachineTests)
67  test_class_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.ConfigurationMachineTests)
68  test_ctor (zope.configuration.tests.test_config.ConfigurationMachineTests)
69  test_end (zope.configuration.tests.test_config.ConfigurationMachineTests)
70  test_execute_actions_empty (zope.configuration.tests.test_config.ConfigurationMachineTests)
71  test_execute_actions_w_errors_custom (zope.configuration.tests.test_config.ConfigurationMachineTests)
72  test_execute_actions_w_errors_w_testing (zope.configuration.tests.test_config.ConfigurationMachineTests)
73  test_execute_actions_w_errors_wo_testing (zope.configuration.tests.test_config.ConfigurationMachineTests)
74  test_execute_actions_w_errors_wo_testing_BaseException (zope.configuration.tests.test_config.ConfigurationMachineTests)
75  test_execute_actions_w_errors_wo_testing_KeyboardInterrupt (zope.configuration.tests.test_config.ConfigurationMachineTests)
76  test_execute_actions_w_errors_wo_testing_SystemExit (zope.configuration.tests.test_config.ConfigurationMachineTests)
77  test_execute_actions_wo_errors (zope.configuration.tests.test_config.ConfigurationMachineTests)
78  test_getInfo_only_root (zope.configuration.tests.test_config.ConfigurationMachineTests)
79  test_getInfo_only_root_default (zope.configuration.tests.test_config.ConfigurationMachineTests)
80  test_getInfo_w_item (zope.configuration.tests.test_config.ConfigurationMachineTests)
81  test_instance_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.ConfigurationMachineTests)
82  test_keyword_handling (zope.configuration.tests.test_config.ConfigurationMachineTests)
83  test_setInfo_only_root (zope.configuration.tests.test_config.ConfigurationMachineTests)
84  test_setInfo_w_item (zope.configuration.tests.test_config.ConfigurationMachineTests)
85  test_class_conforms_to_IDirectivesContext (zope.configuration.tests.test_config.DirectivesHandlerTests)
86  test_instance_conforms_to_IDirectivesContext (zope.configuration.tests.test_config.DirectivesHandlerTests)
87  test_after (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
88  test_before (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
89  test_class_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
90  test_class_conforms_to_IGroupingContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
91  test_ctor_no_kwargs (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
92  test_ctor_w_kwargs (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
93  test_getattr_fetches_from_context_and_caches (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
94  test_instance_conforms_to_IConfigurationContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
95  test_instance_conforms_to_IGroupingContext (zope.configuration.tests.test_config.GroupingContextDecoratorTests)
96  test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.GroupingStackItemTests)
97  test_contained_context_before_returns_newstyle_actions (zope.configuration.tests.test_config.GroupingStackItemTests)
98  test_contained_context_before_returns_oldstyle_actions (zope.configuration.tests.test_config.GroupingStackItemTests)
99  test_finish_calls_before_if_not_already_called (zope.configuration.tests.test_config.GroupingStackItemTests)
100  test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.GroupingStackItemTests)
101  test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.RootStackItemTests)
102  test_contained_context_factory_fails (zope.configuration.tests.test_config.RootStackItemTests)
103  test_contained_context_factory_normal (zope.configuration.tests.test_config.RootStackItemTests)
104  test_finish (zope.configuration.tests.test_config.RootStackItemTests)
105  test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.RootStackItemTests)
106  test_class_conforms_to_IStackItem (zope.configuration.tests.test_config.SimpleStackItemTests)
107  test_contained_raises (zope.configuration.tests.test_config.SimpleStackItemTests)
108  test_ctor (zope.configuration.tests.test_config.SimpleStackItemTests)
109  test_finish_handler_returns_newstyle_actions (zope.configuration.tests.test_config.SimpleStackItemTests)
110  test_finish_handler_returns_no_actions (zope.configuration.tests.test_config.SimpleStackItemTests)
111  test_finish_handler_returns_oldstyle_actions (zope.configuration.tests.test_config.SimpleStackItemTests)
112  test_instance_conforms_to_IStackItem (zope.configuration.tests.test_config.SimpleStackItemTests)
113  test_defaults (zope.configuration.tests.test_config.Test_defineGroupingDirective)
114  test_explicit_w_star_namespace (zope.configuration.tests.test_config.Test_defineGroupingDirective)
115  test_defaults (zope.configuration.tests.test_config.Test_defineSimpleDirective)
116  test_explicit_w_star_namespace (zope.configuration.tests.test_config.Test_defineSimpleDirective)
117  test_defaults (zope.configuration.tests.test_config.Test_expand_action)
118  test_explicit_no_extra (zope.configuration.tests.test_config.Test_expand_action)
119  test_explicit_w_extra (zope.configuration.tests.test_config.Test_expand_action)
120  test_w_multiple (zope.configuration.tests.test_config.Test_provides)
121  test_w_single (zope.configuration.tests.test_config.Test_provides)
122  test_configuration_conflict_error_has_readable_exception (zope.configuration.tests.test_config.Test_resolveConflicts)
123  test_empty (zope.configuration.tests.test_config.Test_resolveConflicts)
124  test_expands_oldstyle_actions (zope.configuration.tests.test_config.Test_resolveConflicts)
125  test_w_non_resolvable_discriminator_clash_different_paths (zope.configuration.tests.test_config.Test_resolveConflicts)
126  test_w_non_resolvable_discriminator_clash_same_path (zope.configuration.tests.test_config.Test_resolveConflicts)
127  test_w_resolvable_discriminator_clash (zope.configuration.tests.test_config.Test_resolveConflicts)
128  test_wo_discriminator_clash (zope.configuration.tests.test_config.Test_resolveConflicts)
129  test_wo_discriminators_final_sorting_order (zope.configuration.tests.test_config.Test_resolveConflicts)
130  test_w_handler_attribute (zope.configuration.tests.test_config.Test_subdirective)
131  test_wo_handler_attribute (zope.configuration.tests.test_config.Test_subdirective)
132  test_w_empty_schema_no_data (zope.configuration.tests.test_config.Test_toargs)
133  test_w_empty_schema_w_data_no_kwargs_allowed (zope.configuration.tests.test_config.Test_toargs)
134  test_w_empty_schema_w_data_w_kwargs_allowed (zope.configuration.tests.test_config.Test_toargs)
135  test_w_field_missing_but_default (zope.configuration.tests.test_config.Test_toargs)
136  test_w_field_missing_no_default (zope.configuration.tests.test_config.Test_toargs)
137  test_w_invalid_value (zope.configuration.tests.test_config.Test_toargs)
138  test_w_keyword_sub (zope.configuration.tests.test_config.Test_toargs)
139  ComplexStackItem (zope.configuration.config)
140  ConfigurationAdapterRegistry (zope.configuration.config)
141  action (zope.configuration.config.ConfigurationContext)
142  checkDuplicate (zope.configuration.config.ConfigurationContext)
143  hasFeature (zope.configuration.config.ConfigurationContext)
144  path (zope.configuration.config.ConfigurationContext)
145  processFile (zope.configuration.config.ConfigurationContext)
146  resolve (zope.configuration.config.ConfigurationContext)
147  ConfigurationMachine (zope.configuration.config)
148  execute_actions (zope.configuration.config.ConfigurationMachine)
149  GroupingStackItem (zope.configuration.config)
150  defineGroupingDirective (zope.configuration.config)
151  defineSimpleDirective (zope.configuration.config)
152  provides (zope.configuration.config)
153  toargs (zope.configuration.config)
154  wrap (zope.configuration.docutils)
155  fromUnicode (zope.configuration.fields.Bool)
156  GlobalInterface (zope.configuration.fields)
157  fromUnicode (zope.configuration.fields.GlobalObject)
158  fromUnicode (zope.configuration.fields.MessageID)
159  fromUnicode (zope.configuration.fields.Path)
160  PythonIdentifier (zope.configuration.fields)
161  fromUnicode (zope.configuration.fields.Tokens)
162  evaluateCondition (zope.configuration.xmlconfig.ConfigurationHandler)
163  ParserInfo (zope.configuration.xmlconfig)
164  ZopeSAXParseException (zope.configuration.xmlconfig)
165  ZopeXMLConfigurationError (zope.configuration.xmlconfig)
166  openInOrPlain (zope.configuration.xmlconfig)
167  test_empty (zope.configuration.tests.test_docutils.Test_makeDocStructures)
168  test_w_parents (zope.configuration.tests.test_docutils.Test_makeDocStructures)
169  test_wo_parents (zope.configuration.tests.test_docutils.Test_makeDocStructures)
170  test_empty (zope.configuration.tests.test_docutils.Test_wrap)
171  test_multiple_paragraphs (zope.configuration.tests.test_docutils.Test_wrap)
172  test_only_whitespace (zope.configuration.tests.test_docutils.Test_wrap)
173  test_single_paragraphs (zope.configuration.tests.test_docutils.Test_wrap)
174  test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.BoolTests)
175  test_fromUnicode_w_false_values (zope.configuration.tests.test_fields.BoolTests)
176  test_fromUnicode_w_invalid (zope.configuration.tests.test_fields.BoolTests)
177  test_fromUnicode_w_true_values (zope.configuration.tests.test_fields.BoolTests)
178  test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.BoolTests)
179  test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalInterfaceTests)
180  test_ctor (zope.configuration.tests.test_fields.GlobalInterfaceTests)
181  test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalInterfaceTests)
182  test__validate_w_value_type (zope.configuration.tests.test_fields.GlobalObjectTests)
183  test__validate_wo_value_type (zope.configuration.tests.test_fields.GlobalObjectTests)
184  test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalObjectTests)
185  test_fromUnicode_rejects_slash (zope.configuration.tests.test_fields.GlobalObjectTests)
186  test_fromUnicode_w_resolve_but_validation_fails (zope.configuration.tests.test_fields.GlobalObjectTests)
187  test_fromUnicode_w_resolve_dots (zope.configuration.tests.test_fields.GlobalObjectTests)
188  test_fromUnicode_w_resolve_fails (zope.configuration.tests.test_fields.GlobalObjectTests)
189  test_fromUnicode_w_resolve_success (zope.configuration.tests.test_fields.GlobalObjectTests)
190  test_fromUnicode_w_star_and_extra_ws (zope.configuration.tests.test_fields.GlobalObjectTests)
191  test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.GlobalObjectTests)
192  test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.MessageIDTests)
193  test_domain_decodes_bytes (zope.configuration.tests.test_fields.MessageIDTests)
194  test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.MessageIDTests)
195  test_w_empty_id (zope.configuration.tests.test_fields.MessageIDTests)
196  test_w_id_and_default (zope.configuration.tests.test_fields.MessageIDTests)
197  test_wo_domain (zope.configuration.tests.test_fields.MessageIDTests)
198  test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.PathTests)
199  test_fromUnicode_absolute (zope.configuration.tests.test_fields.PathTests)
200  test_fromUnicode_relative (zope.configuration.tests.test_fields.PathTests)
201  test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.PathTests)
202  test_class_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.TokensTests)
203  test_fromUnicode_empty (zope.configuration.tests.test_fields.TokensTests)
204  test_fromUnicode_invalid (zope.configuration.tests.test_fields.TokensTests)
205  test_fromUnicode_strips_ws (zope.configuration.tests.test_fields.TokensTests)
206  test_instance_conforms_to_IFromUnicode (zope.configuration.tests.test_fields.TokensTests)
207  test_no_dots (zope.configuration.tests.test_name.Test_getNormalizedName)
208  test_one_dot (zope.configuration.tests.test_name.Test_getNormalizedName)
209  test_relative (zope.configuration.tests.test_name.Test_getNormalizedName)
210  test_repeat_dot (zope.configuration.tests.test_name.Test_getNormalizedName)
211  test_repeat_inferred (zope.configuration.tests.test_name.Test_getNormalizedName)
212  test_repeat_plus (zope.configuration.tests.test_name.Test_getNormalizedName)
213  test_two_dots (zope.configuration.tests.test_name.Test_getNormalizedName)
214  test_absolute (zope.configuration.tests.test_name.Test_path)
215  test_relative_bogus_package (zope.configuration.tests.test_name.Test_path)
216  test_relative_empty (zope.configuration.tests.test_name.Test_path)
217  test_relative_w_file (zope.configuration.tests.test_name.Test_path)
218  test_class_in_module (zope.configuration.tests.test_name.Test_resolve)
219  test_class_w_same_name_as_module (zope.configuration.tests.test_name.Test_resolve)
220  test_function_in_module (zope.configuration.tests.test_name.Test_resolve)
221  test_function_in_module_relative (zope.configuration.tests.test_name.Test_resolve)
222  test_importable_but_not_attr_of_parent (zope.configuration.tests.test_name.Test_resolve)
223  test_nested_module (zope.configuration.tests.test_name.Test_resolve)
224  test_top_level_module (zope.configuration.tests.test_name.Test_resolve)
225  test_ctor_defaults (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
226  test_ctor_explicit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
227  test_endElementNS_context_end_raises_BaseException (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
228  test_endElementNS_context_end_raises_w_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
229  test_endElementNS_context_end_raises_wo_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
230  test_endElementNS_normal (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
231  test_endElementNS_w_ignore_depth_already_set (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
232  test_evaluateCondition_w_have_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
233  test_evaluateCondition_w_have_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
234  test_evaluateCondition_w_have_no_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
235  test_evaluateCondition_w_installed_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
236  test_evaluateCondition_w_installed_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
237  test_evaluateCondition_w_installed_no_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
238  test_evaluateCondition_w_not_have_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
239  test_evaluateCondition_w_not_have_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
240  test_evaluateCondition_w_not_have_too_many_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
241  test_evaluateCondition_w_not_installed_hit (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
242  test_evaluateCondition_w_not_installed_miss (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
243  test_evaluateCondition_w_not_installed_too_many_args (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
244  test_evaluateCondition_w_unknown_verb (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
245  test_setDocumentLocator (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
246  test_startElementNS_context_begin_raises_BaseException (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
247  test_startElementNS_context_begin_raises_w_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
248  test_startElementNS_context_begin_raises_wo_testing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
249  test_startElementNS_normal (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
250  test_startElementNS_w_ignore_depth_already_set (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
251  test_startElementNS_w_zcml_condition_failing (zope.configuration.tests.test_xmlconfig.ConfigurationHandlerTests)
252  test___repr___w_eline_ecolumn_dont_match_line_column (zope.configuration.tests.test_xmlconfig.ParserInfoTests)
253  test___repr___w_eline_ecolumn_match_line_column (zope.configuration.tests.test_xmlconfig.ParserInfoTests)
254  test___str___w_eline_ecolumn_dont_match_line_column_bad_file (zope.configuration.tests.test_xmlconfig.ParserInfoTests)
255  test___str___w_eline_ecolumn_match_line_column (zope.configuration.tests.test_xmlconfig.ParserInfoTests)
256  test___str___w_good_file (zope.configuration.tests.test_xmlconfig.ParserInfoTests)
257  test_both_file_and_files_passed (zope.configuration.tests.test_xmlconfig.Test_exclude)
258  test_neither_file_nor_files_passed (zope.configuration.tests.test_xmlconfig.Test_exclude)
259  test_w_file_passed (zope.configuration.tests.test_xmlconfig.Test_exclude)
260  test_w_files_passed_and_package (zope.configuration.tests.test_xmlconfig.Test_exclude)
261  test_w_subpackage (zope.configuration.tests.test_xmlconfig.Test_exclude)
262  test_w_execute (zope.configuration.tests.test_xmlconfig.Test_file)
263  test_wo_execute_w_context (zope.configuration.tests.test_xmlconfig.Test_file)
264  test_wo_execute_wo_context_w_package (zope.configuration.tests.test_xmlconfig.Test_file)
265  test_wo_execute_wo_context_wo_package (zope.configuration.tests.test_xmlconfig.Test_file)
266  test_both_file_and_files_passed (zope.configuration.tests.test_xmlconfig.Test_include)
267  test_neither_file_nor_files_passed (zope.configuration.tests.test_xmlconfig.Test_include)
268  test_neither_file_nor_files_passed_already_seen (zope.configuration.tests.test_xmlconfig.Test_include)
269  test_w_file_passed (zope.configuration.tests.test_xmlconfig.Test_include)
270  test_w_files_passed_and_package (zope.configuration.tests.test_xmlconfig.Test_include)
271  test_actions_have_parents_includepath (zope.configuration.tests.test_xmlconfig.Test_includeOverrides)
272  test_file_missing_and_dot_in_not_present (zope.configuration.tests.test_xmlconfig.Test_openInOrPlain)
273  test_file_missing_but_dot_in_present (zope.configuration.tests.test_xmlconfig.Test_openInOrPlain)
274  test_file_present (zope.configuration.tests.test_xmlconfig.Test_openInOrPlain)
275  test_w_empty_xml (zope.configuration.tests.test_xmlconfig.Test_processxmlfile)
276  test_w_valid_xml_fp (zope.configuration.tests.test_xmlconfig.Test_processxmlfile)
277  test_w_execute (zope.configuration.tests.test_xmlconfig.Test_string)
278  test_wo_execute_w_context (zope.configuration.tests.test_xmlconfig.Test_string)
279  test_wo_execute_wo_context (zope.configuration.tests.test_xmlconfig.Test_string)
280  test_w_testing_passed (zope.configuration.tests.test_xmlconfig.Test_testxmlconfig)
281  test_w_testing_passed (zope.configuration.tests.test_xmlconfig.Test_xmlconfig)
282  test_wo_testing_passed (zope.configuration.tests.test_xmlconfig.Test_xmlconfig)
283  test___call__ (zope.configuration.tests.test_xmlconfig.XMLConfigTests)
284  test_ctor (zope.configuration.tests.test_xmlconfig.XMLConfigTests)
285  test_ctor_w_global_context_missing (zope.configuration.tests.test_xmlconfig.XMLConfigTests)
286  test_ctor_w_module (zope.configuration.tests.test_xmlconfig.XMLConfigTests)
287  test___str___not_a_sax_error (zope.configuration.tests.test_xmlconfig.ZopeSAXParseExceptionTests)
288  test___str___w_a_sax_error (zope.configuration.tests.test_xmlconfig.ZopeSAXParseExceptionTests)
289  test___str___uses_repr_of_info (zope.configuration.tests.test_xmlconfig.ZopeXMLConfigurationErrorTests)
290  test_ctor_w_package (zope.configuration.tests.test_zopeconfigure.ZopeConfigureTests)
291  test_ctor_wo_package (zope.configuration.tests.test_zopeconfigure.ZopeConfigureTests)
292   Ran 285 tests with 0 failures, 0 errors and 0 skipped.
293 Tearing down left over layers:
294   Tear down zope.testrunner.layer.UnitTests.
295 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
296 Running Sphinx v7.2.6
297 making output directory... done
298 WARNING: html_static_path entry '_static' does not exist
299 building [mo]: targets for 0 po files that are out of date
300 writing output... 
301 building [doctest]: targets for 12 source files that are out of date
302 updating environment: [new config] 12 added, 0 changed, 0 removed
303 \e[2Kreading sources... [  8%] api\r\e[2Kreading sources... [ 17%] api/config\r\e[2Kreading sources... [ 25%] api/docutils\r\e[2Kreading sources... [ 33%] api/exceptions\r\e[2Kreading sources... [ 42%] api/fields\r\e[2Kreading sources... [ 50%] api/interfaces\r\e[2Kreading sources... [ 58%] api/name\r\e[2Kreading sources... [ 67%] api/xmlconfig\r\e[2Kreading sources... [ 75%] api/zopeconfigure\r\e[2Kreading sources... [ 83%] hacking\r\e[2Kreading sources... [ 92%] index\r\e[2Kreading sources... [100%] narr\r
304 looking for now-outdated files... none found
305 pickling environment... done
306 checking consistency... done
307 running tests...
309 Document: narr
310 --------------
311 1 items passed all tests:
312  166 tests in default
313 166 tests in 1 items.
314 166 passed and 0 failed.
315 Test passed.
316 1 items passed all tests:
317    2 tests in default (cleanup code)
318 2 tests in 1 items.
319 2 passed and 0 failed.
320 Test passed.
322 Doctest summary
323 ===============
324   166 tests
325     0 failures in tests
326     0 failures in setup code
327     0 failures in cleanup code
328 build succeeded, 1 warning.
330 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.
331   py$(PYV): OK
332   congratulations :)