1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
3 Running tests at level 1
4 Running zope.testrunner.layer.UnitTests tests:
5 Set up zope.testrunner.layer.UnitTests.
7 test_derived_dict (ZConfig.components.basic.tests.test_mapping.BasicSectionTypeTestCase)
8 test_simple_dict (ZConfig.components.basic.tests.test_mapping.BasicSectionTypeTestCase)
9 test_simple_empty_dict (ZConfig.components.basic.tests.test_mapping.BasicSectionTypeTestCase)
10 test_classic_arbitrary_field_disallowed_by_default (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
11 test_classic_arbitrary_field_missing (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
12 test_classic_arbitrary_field_present (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
13 test_format_arbitrary_field_disallowed_by_default (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
14 test_format_arbitrary_field_missing (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
15 test_format_arbitrary_field_present (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
16 test_safe_template_arbitrary_field_missing (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
17 test_safe_template_arbitrary_field_present (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
18 test_template_arbitrary_field_disallowed_by_default (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
19 test_template_arbitrary_field_missing (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
20 test_template_arbitrary_field_present (ZConfig.components.logger.tests.test_formatter.ArbitraryFieldsTestCase)
21 test_classic_explicit (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
22 test_classic_implicit (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
23 test_format (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
24 test_format_with_anonymous_placeholders (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
25 test_format_with_positional_placeholders (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
26 test_safe_template_with_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
27 test_safe_template_with_junk (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
28 test_safe_template_without_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
29 test_template_with_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
30 test_template_with_junk (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
31 test_template_without_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterClassWithoutStyleParamTestCase)
32 test_classic_explicit (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
33 test_classic_implicit (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
34 test_format (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
35 test_format_with_anonymous_placeholders (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
36 test_format_with_positional_placeholders (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
37 test_safe_template_with_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
38 test_safe_template_with_junk (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
39 test_safe_template_without_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
40 test_template_with_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
41 test_template_with_junk (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
42 test_template_without_braces (ZConfig.components.logger.tests.test_formatter.CustomFormatterFactoryWithoutStyleParamTestCase)
43 test_func_name_classic (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
44 test_func_name_format (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
45 test_func_name_template (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
46 test_levelno_integer_classic (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
47 test_levelno_integer_format (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
48 test_msecs_float_classic (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
49 test_msecs_float_format (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
50 test_relative_created_float_classic (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
51 test_relative_created_float_format (ZConfig.components.logger.tests.test_formatter.FieldTypesTestCase)
52 test_bad_values (ZConfig.components.logger.tests.test_formatter.LogFormatStyleTestCase)
53 test_classic (ZConfig.components.logger.tests.test_formatter.LogFormatStyleTestCase)
54 test_format (ZConfig.components.logger.tests.test_formatter.LogFormatStyleTestCase)
55 test_safe_template (ZConfig.components.logger.tests.test_formatter.LogFormatStyleTestCase)
56 test_template (ZConfig.components.logger.tests.test_formatter.LogFormatStyleTestCase)
57 test_classic_explicit (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
58 test_classic_implicit (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
59 test_format (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
60 test_format_with_anonymous_placeholders (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
61 test_format_with_positional_placeholders (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
62 test_safe_template_with_braces (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
63 test_safe_template_with_junk (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
64 test_safe_template_without_braces (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
65 test_template_with_braces (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
66 test_template_with_junk (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
67 test_template_without_braces (ZConfig.components.logger.tests.test_formatter.LoggerStyledFormatterTestCase)
68 test_classic_explicit (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
69 test_classic_implicit (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
70 test_format (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
71 test_format_with_anonymous_placeholders (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
72 test_format_with_positional_placeholders (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
73 test_format_with_traceback_info (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
74 test_safe_template_with_braces (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
75 test_safe_template_with_junk (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
76 test_safe_template_without_braces (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
77 test_template_with_braces (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
78 test_template_with_junk (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
79 test_template_without_braces (ZConfig.components.logger.tests.test_formatter.ZopeExceptionsFormatterTestCase)
80 test_config_without_handlers (ZConfig.components.logger.tests.test_logger.TestConfig)
81 test_config_without_logger (ZConfig.components.logger.tests.test_logger.TestConfig)
82 test_custom_formatter (ZConfig.components.logger.tests.test_logger.TestConfig)
83 test_delayed_stderr (ZConfig.components.logger.tests.test_logger.TestConfig)
84 test_delayed_stdout (ZConfig.components.logger.tests.test_logger.TestConfig)
85 test_encoded_stderr (ZConfig.components.logger.tests.test_logger.TestConfig)
86 test_encoded_stdout (ZConfig.components.logger.tests.test_logger.TestConfig)
87 test_factory_without_stream (ZConfig.components.logger.tests.test_logger.TestConfig)
88 test_with_email_notifier (ZConfig.components.logger.tests.test_logger.TestConfig)
89 test_with_email_notifier_with_credentials (ZConfig.components.logger.tests.test_logger.TestConfig)
90 test_with_email_notifier_with_invalid_credentials (ZConfig.components.logger.tests.test_logger.TestConfig)
91 test_with_encoded (ZConfig.components.logger.tests.test_logger.TestConfig)
92 test_with_http_logger_localhost (ZConfig.components.logger.tests.test_logger.TestConfig)
93 test_with_http_logger_remote_host (ZConfig.components.logger.tests.test_logger.TestConfig)
94 test_with_logfile (ZConfig.components.logger.tests.test_logger.TestConfig)
95 test_with_logfile_delayed (ZConfig.components.logger.tests.test_logger.TestConfig)
96 test_with_rotating_logfile (ZConfig.components.logger.tests.test_logger.TestConfig)
97 test_with_rotating_logfile_and_STD_should_fail (ZConfig.components.logger.tests.test_logger.TestConfig)
98 test_with_stderr (ZConfig.components.logger.tests.test_logger.TestConfig)
99 test_with_stdout (ZConfig.components.logger.tests.test_logger.TestConfig)
100 test_with_syslog (ZConfig.components.logger.tests.test_logger.TestConfig)
101 test_with_timed_rotating_logfile (ZConfig.components.logger.tests.test_logger.TestConfig)
102 test_with_timed_rotating_logfile_and_size_should_fail (ZConfig.components.logger.tests.test_logger.TestConfig)
103 test_close_files (ZConfig.components.logger.tests.test_logger.TestFunctions)
104 test_http_handler_url (ZConfig.components.logger.tests.test_logger.TestFunctions)
105 test_http_method (ZConfig.components.logger.tests.test_logger.TestFunctions)
106 test_log_format_bad_syntax_1 (ZConfig.components.logger.tests.test_logger.TestFunctions)
107 test_log_format_bad_syntax_2 (ZConfig.components.logger.tests.test_logger.TestFunctions)
108 test_log_format_func_name (ZConfig.components.logger.tests.test_logger.TestFunctions)
109 test_log_format_levelno_integer (ZConfig.components.logger.tests.test_logger.TestFunctions)
110 test_log_format_msecs_float (ZConfig.components.logger.tests.test_logger.TestFunctions)
111 test_log_format_ok (ZConfig.components.logger.tests.test_logger.TestFunctions)
112 test_log_format_relative_created_float (ZConfig.components.logger.tests.test_logger.TestFunctions)
113 test_log_format_unknown_key (ZConfig.components.logger.tests.test_logger.TestFunctions)
114 test_logging_level (ZConfig.components.logger.tests.test_logger.TestFunctions)
115 test_reopen_files_missing_wref (ZConfig.components.logger.tests.test_logger.TestFunctions)
116 test_resolve_deep (ZConfig.components.logger.tests.test_logger.TestFunctions)
117 test_syslog_facility (ZConfig.components.logger.tests.test_logger.TestFunctions)
118 test_filehandler_reopen (ZConfig.components.logger.tests.test_logger.TestReopeningLogfiles)
119 test_filehandler_reopen_thread_safety (ZConfig.components.logger.tests.test_logger.TestReopeningLogfiles)
120 test_logfile_reopening (ZConfig.components.logger.tests.test_logger.TestReopeningLogfiles)
121 test_with_logfile_delayed_reopened (ZConfig.components.logger.tests.test_logger.TestReopeningLogfiles)
122 test_filehandler_reopen (ZConfig.components.logger.tests.test_logger.TestReopeningRotatingLogfiles)
123 test_logfile_reopening (ZConfig.components.logger.tests.test_logger.TestReopeningRotatingLogfiles)
124 test_buffer (ZConfig.components.logger.tests.test_logger.TestStartupHandler)
125 test_logger_convenience_function_and_ommiting_name_to_get_root_logger (ZConfig.components.logger.tests.test_logger)
126 test_bogus_directive (ZConfig.tests.test_cfgimports.TestImportFromConfiguration)
127 test_empty_directive (ZConfig.tests.test_cfgimports.TestImportFromConfiguration)
128 test_missing_import (ZConfig.tests.test_cfgimports.TestImportFromConfiguration)
129 test_repeated_import (ZConfig.tests.test_cfgimports.TestImportFromConfiguration)
130 test_simple_import (ZConfig.tests.test_cfgimports.TestImportFromConfiguration)
131 test_bad_datatype (ZConfig.tests.test_cmdline.CommandLineTest)
132 test_bad_overrides (ZConfig.tests.test_cmdline.CommandLineTest)
133 test_loading (ZConfig.tests.test_cmdline.CommandLineTest)
134 test_named_sections (ZConfig.tests.test_cmdline.CommandLineTest)
135 test_reading_config (ZConfig.tests.test_cmdline.CommandLineTest)
136 test_reading_config_without_clopts (ZConfig.tests.test_cmdline.CommandLineTest)
137 test_section_contents (ZConfig.tests.test_cmdline.CommandLineTest)
138 test_too_many_keys (ZConfig.tests.test_cmdline.CommandLineTest)
139 test_unknown_key (ZConfig.tests.test_cmdline.CommandLineTest)
140 test_without_clopts (ZConfig.tests.test_cmdline.CommandLineTest)
141 test_bad_directive (ZConfig.tests.test_config.ConfigurationTestCase)
142 test_bad_key (ZConfig.tests.test_config.ConfigurationTestCase)
143 test_bad_section (ZConfig.tests.test_config.ConfigurationTestCase)
144 test_configuration_error_str (ZConfig.tests.test_config.ConfigurationTestCase)
145 test_define (ZConfig.tests.test_config.ConfigurationTestCase)
146 test_define_errors (ZConfig.tests.test_config.ConfigurationTestCase)
147 test_fragment_ident_disallowed (ZConfig.tests.test_config.ConfigurationTestCase)
148 test_include (ZConfig.tests.test_config.ConfigurationTestCase)
149 test_includes_with_defines (ZConfig.tests.test_config.ConfigurationTestCase)
150 test_load_from_abspath (ZConfig.tests.test_config.ConfigurationTestCase)
151 test_load_from_fileobj (ZConfig.tests.test_config.ConfigurationTestCase)
152 test_load_from_relpath (ZConfig.tests.test_config.ConfigurationTestCase)
153 test_simple_gets (ZConfig.tests.test_config.ConfigurationTestCase)
154 test_simple_sections (ZConfig.tests.test_config.ConfigurationTestCase)
155 test_type_errors (ZConfig.tests.test_config.ConfigurationTestCase)
156 test_rewriting_key_names (ZConfig.tests.test_cookbook.CookbookTestCase)
157 test_byte_size (ZConfig.tests.test_datatypes.DatatypeTestCase)
158 test_datatype_basickey (ZConfig.tests.test_datatypes.DatatypeTestCase)
159 test_datatype_boolean (ZConfig.tests.test_datatypes.DatatypeTestCase)
160 test_datatype_dotted_name (ZConfig.tests.test_datatypes.DatatypeTestCase)
161 test_datatype_dotted_suffix (ZConfig.tests.test_datatypes.DatatypeTestCase)
162 test_datatype_float (ZConfig.tests.test_datatypes.DatatypeTestCase)
163 test_datatype_identifier (ZConfig.tests.test_datatypes.DatatypeTestCase)
164 test_datatype_inet_address (ZConfig.tests.test_datatypes.DatatypeTestCase)
165 test_datatype_inet_binding_address (ZConfig.tests.test_datatypes.DatatypeTestCase)
166 test_datatype_inet_connection_address (ZConfig.tests.test_datatypes.DatatypeTestCase)
167 test_datatype_integer (ZConfig.tests.test_datatypes.DatatypeTestCase)
168 test_datatype_locale (ZConfig.tests.test_datatypes.DatatypeTestCase)
169 test_datatype_port (ZConfig.tests.test_datatypes.DatatypeTestCase)
170 test_datatype_socket_address (ZConfig.tests.test_datatypes.DatatypeTestCase)
171 test_existing_directory (ZConfig.tests.test_datatypes.DatatypeTestCase)
172 test_existing_dirpath (ZConfig.tests.test_datatypes.DatatypeTestCase)
173 test_existing_file (ZConfig.tests.test_datatypes.DatatypeTestCase)
174 test_existing_path (ZConfig.tests.test_datatypes.DatatypeTestCase)
175 test_ipaddr_or_hostname (ZConfig.tests.test_datatypes.DatatypeTestCase)
176 test_time_interval (ZConfig.tests.test_datatypes.DatatypeTestCase)
177 test_timedelta (ZConfig.tests.test_datatypes.DatatypeTestCase)
178 test_get_fallback_basic_key (ZConfig.tests.test_datatypes.RegistryTestCase)
179 test_register_shadow (ZConfig.tests.test_datatypes.RegistryTestCase)
180 test_registry_does_not_mask_toplevel_imports (ZConfig.tests.test_datatypes.RegistryTestCase)
181 test_subtypes (ZConfig.tests.test_info.AbstractTypeTestCase)
182 test_constructor_error (ZConfig.tests.test_info.BaseInfoTestCase)
183 test_repr (ZConfig.tests.test_info.BaseInfoTestCase)
184 test_adddefaultc (ZConfig.tests.test_info.BaseKeyInfoTestCase)
185 test_cant_instantiate (ZConfig.tests.test_info.BaseKeyInfoTestCase)
186 test_finish (ZConfig.tests.test_info.BaseKeyInfoTestCase)
187 test_add_with_default (ZConfig.tests.test_info.KeyInfoTestCase)
188 test_various (ZConfig.tests.test_info.SchemaTypeTestCase)
189 test_constructor_error (ZConfig.tests.test_info.SectionInfoTestCase)
190 test_misc (ZConfig.tests.test_info.SectionInfoTestCase)
191 test_getinfo_no_key (ZConfig.tests.test_info.SectionTypeTestCase)
192 test_getsectioninfo (ZConfig.tests.test_info.SectionTypeTestCase)
193 test_required_types_with_name (ZConfig.tests.test_info.SectionTypeTestCase)
194 test_order (ZConfig.tests.test_info.UnboundTestCase)
195 test_repr (ZConfig.tests.test_info.UnboundTestCase)
196 test_config_loader_abstract_schema (ZConfig.tests.test_loader.LoaderTestCase)
197 test_file_url_normalization (ZConfig.tests.test_loader.LoaderTestCase)
198 test_import_component_twice_1 (ZConfig.tests.test_loader.LoaderTestCase)
199 test_import_component_twice_2 (ZConfig.tests.test_loader.LoaderTestCase)
200 test_import_errors (ZConfig.tests.test_loader.LoaderTestCase)
201 test_import_from_package (ZConfig.tests.test_loader.LoaderTestCase)
202 test_import_from_package_extra_directory (ZConfig.tests.test_loader.LoaderTestCase)
203 test_import_from_package_with_directory_file (ZConfig.tests.test_loader.LoaderTestCase)
204 test_import_from_package_with_file (ZConfig.tests.test_loader.LoaderTestCase)
205 test_import_from_package_with_missing_file (ZConfig.tests.test_loader.LoaderTestCase)
206 test_import_two_components_one_package (ZConfig.tests.test_loader.LoaderTestCase)
207 test_isPath (ZConfig.tests.test_loader.LoaderTestCase)
208 test_open_resource_non_ascii (ZConfig.tests.test_loader.LoaderTestCase)
209 test_schema_caching (ZConfig.tests.test_loader.LoaderTestCase)
210 test_schema_loader_source_errors (ZConfig.tests.test_loader.LoaderTestCase)
211 test_simple_import_using_prefix (ZConfig.tests.test_loader.LoaderTestCase)
212 test_simple_import_with_cache (ZConfig.tests.test_loader.LoaderTestCase)
213 test_url_from_file (ZConfig.tests.test_loader.LoaderTestCase)
214 test_nonexistent_file_ioerror (ZConfig.tests.test_loader.TestNonExistentResources)
215 test_nonexistent_file_oserror (ZConfig.tests.test_loader.TestNonExistentResources)
216 test_package_loader_resource_error (ZConfig.tests.test_loader.TestOpenPackageResource)
217 test_resource (ZConfig.tests.test_loader.TestOpenPackageResource)
218 test_zip_import_component_from_config (ZConfig.tests.test_loader.TestResourcesInZip)
219 test_zip_import_component_from_schema (ZConfig.tests.test_loader.TestResourcesInZip)
220 test_construct_errors (ZConfig.tests.test_matcher.BaseMatcherTestCase)
221 test_create_child_bad_name (ZConfig.tests.test_matcher.BaseMatcherTestCase)
222 test_duplicate_section_names (ZConfig.tests.test_matcher.BaseMatcherTestCase)
223 test_repr (ZConfig.tests.test_matcher.BaseMatcherTestCase)
224 test_constructor_error (ZConfig.tests.test_matcher.SectionMatcherTestCase)
225 test_repr (ZConfig.tests.test_matcher.SectionValueTestCase)
226 test_str (ZConfig.tests.test_matcher.SectionValueTestCase)
227 test_comment (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
228 test_define_with_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
229 test_define_without_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
230 test_empty_named_section (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
231 test_empty_unnamed_section (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
232 test_import_with_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
233 test_import_without_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
234 test_include_with_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
235 test_include_without_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
236 test_named_section (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
237 test_option_with_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
238 test_option_without_substitutions (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
239 test_unnamed_section (ZConfig.tests.test_pygments.ZConfigLexerTestCase)
240 test_abstracttype_extension (ZConfig.tests.test_schema.SchemaTestCase)
241 test_abstracttype_extension_errors (ZConfig.tests.test_schema.SchemaTestCase)
242 test_app_datatype (ZConfig.tests.test_schema.SchemaTestCase)
243 test_app_sectiontype (ZConfig.tests.test_schema.SchemaTestCase)
244 test_arbitrary_key (ZConfig.tests.test_schema.SchemaTestCase)
245 test_arbitrary_key_bad_schema (ZConfig.tests.test_schema.SchemaTestCase)
246 test_arbitrary_key_missing (ZConfig.tests.test_schema.SchemaTestCase)
247 test_arbitrary_key_with_defaults (ZConfig.tests.test_schema.SchemaTestCase)
248 test_arbitrary_key_with_unkeyed_default (ZConfig.tests.test_schema.SchemaTestCase)
249 test_arbitrary_keys_with_others (ZConfig.tests.test_schema.SchemaTestCase)
250 test_arbitrary_multikey_optional (ZConfig.tests.test_schema.SchemaTestCase)
251 test_arbitrary_multikey_optional_empty (ZConfig.tests.test_schema.SchemaTestCase)
252 test_arbitrary_multikey_required (ZConfig.tests.test_schema.SchemaTestCase)
253 test_arbitrary_multikey_with_defaults (ZConfig.tests.test_schema.SchemaTestCase)
254 test_arbitrary_multikey_with_unkeyed_default (ZConfig.tests.test_schema.SchemaTestCase)
255 test_bad_handler_maps (ZConfig.tests.test_schema.SchemaTestCase)
256 test_datatype_casesensitivity (ZConfig.tests.test_schema.SchemaTestCase)
257 test_datatype_conversion_error (ZConfig.tests.test_schema.SchemaTestCase)
258 test_deeply_nested_sections (ZConfig.tests.test_schema.SchemaTestCase)
259 test_default_keys_rechecked_clash_in_derived_sectiontype (ZConfig.tests.test_schema.SchemaTestCase)
260 test_default_keys_rechecked_dont_clash_in_derived_sectiontype (ZConfig.tests.test_schema.SchemaTestCase)
261 test_disallowed_duplicate_attribute (ZConfig.tests.test_schema.SchemaTestCase)
262 test_duplicate_default_key_checked_in_schema (ZConfig.tests.test_schema.SchemaTestCase)
263 test_duplicate_section_names (ZConfig.tests.test_schema.SchemaTestCase)
264 test_empty_sections (ZConfig.tests.test_schema.SchemaTestCase)
265 test_error_abstracttype (ZConfig.tests.test_schema.SchemaTestCase)
266 test_error_bad_parent (ZConfig.tests.test_schema.SchemaTestCase)
267 test_error_component_section (ZConfig.tests.test_schema.SchemaTestCase)
268 test_error_extra_cdata (ZConfig.tests.test_schema.SchemaTestCase)
269 test_error_import_fragment (ZConfig.tests.test_schema.SchemaTestCase)
270 test_error_key_info (ZConfig.tests.test_schema.SchemaTestCase)
271 test_error_multikey (ZConfig.tests.test_schema.SchemaTestCase)
272 test_error_multisection (ZConfig.tests.test_schema.SchemaTestCase)
273 test_error_required_value (ZConfig.tests.test_schema.SchemaTestCase)
274 test_error_section (ZConfig.tests.test_schema.SchemaTestCase)
275 test_error_sectiontype (ZConfig.tests.test_schema.SchemaTestCase)
276 test_error_subclass (ZConfig.tests.test_schema.SchemaTestCase)
277 test_error_unknown_doc (ZConfig.tests.test_schema.SchemaTestCase)
278 test_extends_description_first_extended_wins (ZConfig.tests.test_schema.SchemaTestCase)
279 test_extends_description_override (ZConfig.tests.test_schema.SchemaTestCase)
280 test_extends_fragment_failure (ZConfig.tests.test_schema.SchemaTestCase)
281 test_getrequiredtypes (ZConfig.tests.test_schema.SchemaTestCase)
282 test_getunusedtypes (ZConfig.tests.test_schema.SchemaTestCase)
283 test_handler_ordering (ZConfig.tests.test_schema.SchemaTestCase)
284 test_key_default_element (ZConfig.tests.test_schema.SchemaTestCase)
285 test_key_example (ZConfig.tests.test_schema.SchemaTestCase)
286 test_key_required_but_missing (ZConfig.tests.test_schema.SchemaTestCase)
287 test_keytype_applies_to_default_key (ZConfig.tests.test_schema.SchemaTestCase)
288 test_keytype_identifier (ZConfig.tests.test_schema.SchemaTestCase)
289 test_load_abstracttype (ZConfig.tests.test_schema.SchemaTestCase)
290 test_metadefault (ZConfig.tests.test_schema.SchemaTestCase)
291 test_minimal_schema (ZConfig.tests.test_schema.SchemaTestCase)
292 test_multi_extends_datatype_conflict (ZConfig.tests.test_schema.SchemaTestCase)
293 test_multi_extends_explicit_datatype_OK (ZConfig.tests.test_schema.SchemaTestCase)
294 test_multi_extends_explicit_keytype_OK (ZConfig.tests.test_schema.SchemaTestCase)
295 test_multi_extends_implicit_OK (ZConfig.tests.test_schema.SchemaTestCase)
296 test_multi_extends_keytype_conflict (ZConfig.tests.test_schema.SchemaTestCase)
297 test_multikey_example (ZConfig.tests.test_schema.SchemaTestCase)
298 test_multikey_required (ZConfig.tests.test_schema.SchemaTestCase)
299 test_multiple_descriptions_is_error (ZConfig.tests.test_schema.SchemaTestCase)
300 test_multiple_examples_is_error (ZConfig.tests.test_schema.SchemaTestCase)
301 test_multisection_example (ZConfig.tests.test_schema.SchemaTestCase)
302 test_multisection_required (ZConfig.tests.test_schema.SchemaTestCase)
303 test_multivalued_keys (ZConfig.tests.test_schema.SchemaTestCase)
304 test_nested_abstract_sectiontype (ZConfig.tests.test_schema.SchemaTestCase)
305 test_nested_abstract_sectiontype_without_name (ZConfig.tests.test_schema.SchemaTestCase)
306 test_numeric_section_name (ZConfig.tests.test_schema.SchemaTestCase)
307 test_reserved_attribute_prefix (ZConfig.tests.test_schema.SchemaTestCase)
308 test_schema_example (ZConfig.tests.test_schema.SchemaTestCase)
309 test_schema_keytype (ZConfig.tests.test_schema.SchemaTestCase)
310 test_section_example (ZConfig.tests.test_schema.SchemaTestCase)
311 test_section_required_but_missing (ZConfig.tests.test_schema.SchemaTestCase)
312 test_section_value_mutation (ZConfig.tests.test_schema.SchemaTestCase)
313 test_sectiontype_as_schema (ZConfig.tests.test_schema.SchemaTestCase)
314 test_sectiontype_derived_keytype (ZConfig.tests.test_schema.SchemaTestCase)
315 test_sectiontype_example (ZConfig.tests.test_schema.SchemaTestCase)
316 test_sectiontype_extension (ZConfig.tests.test_schema.SchemaTestCase)
317 test_sectiontype_extension_errors (ZConfig.tests.test_schema.SchemaTestCase)
318 test_sectiontype_inherited_datatype (ZConfig.tests.test_schema.SchemaTestCase)
319 test_sectiontype_override_keytype (ZConfig.tests.test_schema.SchemaTestCase)
320 test_simple (ZConfig.tests.test_schema.SchemaTestCase)
321 test_simple_anonymous_section (ZConfig.tests.test_schema.SchemaTestCase)
322 test_simple_anonymous_section_without_name (ZConfig.tests.test_schema.SchemaTestCase)
323 test_simple_anynamed_section (ZConfig.tests.test_schema.SchemaTestCase)
324 test_simple_extends (ZConfig.tests.test_schema.SchemaTestCase)
325 test_unknown_datatype_name (ZConfig.tests.test_schema.SchemaTestCase)
326 test_description_dedent (ZConfig.tests.test_schema2html.TestRst)
327 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/ZConfig/tests/test_schema2html.py:106: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
328 settings=docutils.frontend.OptionParser(
329 test_parse_package (ZConfig.tests.test_schema2html.TestRst)$(PYTHON_DIR)/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later.
330 option = self.option_class(*args, **kwargs)
332 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/ZConfig/tests/test_schema2html.py:106: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
333 settings=docutils.frontend.OptionParser(
334 $(PYTHON_DIR)/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later.
335 option = self.option_class(*args, **kwargs)
336 test_parse_package_excluded_names (ZConfig.tests.test_schema2html.TestRst)
337 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/ZConfig/tests/test_schema2html.py:106: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
338 settings=docutils.frontend.OptionParser(
339 $(PYTHON_DIR)/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later.
340 option = self.option_class(*args, **kwargs)
341 test_parse_package_file (ZConfig.tests.test_schema2html.TestRst)
342 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/ZConfig/tests/test_schema2html.py:106: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
343 settings=docutils.frontend.OptionParser(
344 $(PYTHON_DIR)/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later.
345 option = self.option_class(*args, **kwargs)
346 test_parse_package_limited_names (ZConfig.tests.test_schema2html.TestRst)
347 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/ZConfig/tests/test_schema2html.py:106: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
348 settings=docutils.frontend.OptionParser(
349 $(PYTHON_DIR)/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later.
350 option = self.option_class(*args, **kwargs)
351 test_parse_package_schema (ZConfig.tests.test_schema2html.TestRst)
352 test_cover_all_schemas (ZConfig.tests.test_schema2html.TestSchema2HTML)
353 test_cover_logging_components (ZConfig.tests.test_schema2html.TestSchema2HTML)
354 test_html_section_example (ZConfig.tests.test_schema2html.TestSchema2HTML)
355 test_rst_section_example (ZConfig.tests.test_schema2html.TestSchema2HTML)
356 test_schema_only (ZConfig.tests.test_schema2html.TestSchema2HTML)
357 test_schema_only_redirect (ZConfig.tests.test_schema2html.TestSchema2HTML)
358 test_init_with_data (ZConfig.tests.test_schemaless.TestSection)
359 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/ZConfig/schemaless.txt
360 test_edge_cases (ZConfig.tests.test_subst.SubstitutionTestCase)
361 test_isname (ZConfig.tests.test_subst.SubstitutionTestCase)
362 test_non_nesting (ZConfig.tests.test_subst.SubstitutionTestCase)
363 test_simple_names (ZConfig.tests.test_subst.SubstitutionTestCase)
364 test_syntax_errors (ZConfig.tests.test_subst.SubstitutionTestCase)
365 test_undefined_names (ZConfig.tests.test_subst.SubstitutionTestCase)
366 test_bad_config (ZConfig.tests.test_validator.TestValidator)
367 test_good_config (ZConfig.tests.test_validator.TestValidator)
368 test_no_schema (ZConfig.tests.test_validator.TestValidator)
369 test_schema_only (ZConfig.tests.test_validator.TestValidator)
370 test_schema_only_redirect (ZConfig.tests.test_validator.TestValidator)
371 Ran 385 tests with 0 failures, 0 errors and 0 skipped.
372 Tearing down left over layers:
373 Tear down zope.testrunner.layer.UnitTests.