1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
4 Running tests at level 1
5 Running zope.testrunner.layer.UnitTests tests:
6 Set up zope.testrunner.layer.UnitTests.
8 test___eq___different_type (zope.schema.tests.test__bootstrapfields.BoolTests)
9 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.BoolTests)
10 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.BoolTests)
11 test__validate_w_bool (zope.schema.tests.test__bootstrapfields.BoolTests)
12 test__validate_w_int (zope.schema.tests.test__bootstrapfields.BoolTests)
13 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.BoolTests)
14 test_ctor_defaults (zope.schema.tests.test__bootstrapfields.BoolTests)
15 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.BoolTests)
16 test_fromUnicode_hit (zope.schema.tests.test__bootstrapfields.BoolTests)
17 test_fromUnicode_miss (zope.schema.tests.test__bootstrapfields.BoolTests)
18 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.BoolTests)
19 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.BoolTests)
20 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.BoolTests)
21 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.BoolTests)
22 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.BoolTests)
23 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.BoolTests)
24 test_is_hashable (zope.schema.tests.test__bootstrapfields.BoolTests)
25 test_set_w_bool (zope.schema.tests.test__bootstrapfields.BoolTests)
26 test_set_w_int (zope.schema.tests.test__bootstrapfields.BoolTests)
27 test_validate_wrong_type (zope.schema.tests.test__bootstrapfields.BoolTests)
28 test___eq___different_type (zope.schema.tests.test__bootstrapfields.ComplexTests)
29 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.ComplexTests)
30 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.ComplexTests)
31 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.ComplexTests)
32 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.ComplexTests)
33 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.ComplexTests)
34 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.ComplexTests)
35 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.ComplexTests)
36 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.ComplexTests)
37 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.ComplexTests)
38 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.ComplexTests)
39 test_is_hashable (zope.schema.tests.test__bootstrapfields.ComplexTests)
40 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.ComplexTests)
41 test_validate_max (zope.schema.tests.test__bootstrapfields.ComplexTests)
42 test_validate_min (zope.schema.tests.test__bootstrapfields.ComplexTests)
43 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.ComplexTests)
44 test___eq___different_type (zope.schema.tests.test__bootstrapfields.ContainerTests)
45 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.ContainerTests)
46 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.ContainerTests)
47 test__validate_collection_but_not_iterable (zope.schema.tests.test__bootstrapfields.ContainerTests)
48 test__validate_not_collection_but_iterable (zope.schema.tests.test__bootstrapfields.ContainerTests)
49 test__validate_not_collection_not_iterable (zope.schema.tests.test__bootstrapfields.ContainerTests)
50 test__validate_w_collections (zope.schema.tests.test__bootstrapfields.ContainerTests)
51 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.ContainerTests)
52 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.ContainerTests)
53 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.ContainerTests)
54 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.ContainerTests)
55 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.ContainerTests)
56 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.ContainerTests)
57 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.ContainerTests)
58 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.ContainerTests)
59 test_is_hashable (zope.schema.tests.test__bootstrapfields.ContainerTests)
60 test_validate_not_required (zope.schema.tests.test__bootstrapfields.ContainerTests)
61 test_validate_required (zope.schema.tests.test__bootstrapfields.ContainerTests)
62 test___eq___different_type (zope.schema.tests.test__bootstrapfields.DecimalTests)
63 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.DecimalTests)
64 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.DecimalTests)
65 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.DecimalTests)
66 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.DecimalTests)
67 test_fromUnicode_hit (zope.schema.tests.test__bootstrapfields.DecimalTests)
68 test_fromUnicode_miss (zope.schema.tests.test__bootstrapfields.DecimalTests)
69 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.DecimalTests)
70 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.DecimalTests)
71 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.DecimalTests)
72 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.DecimalTests)
73 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.DecimalTests)
74 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.DecimalTests)
75 test_is_hashable (zope.schema.tests.test__bootstrapfields.DecimalTests)
76 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.DecimalTests)
77 test_validate_max (zope.schema.tests.test__bootstrapfields.DecimalTests)
78 test_validate_min (zope.schema.tests.test__bootstrapfields.DecimalTests)
79 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.DecimalTests)
80 test_validate_not_required (zope.schema.tests.test__bootstrapfields.DecimalTests)
81 test_validate_required (zope.schema.tests.test__bootstrapfields.DecimalTests)
82 test___get___w_defaultFactory_not_ICAF_no_check (zope.schema.tests.test__bootstrapfields.DefaultPropertyTests)
83 test___get___w_defaultFactory_w_ICAF_w_check (zope.schema.tests.test__bootstrapfields.DefaultPropertyTests)
84 test___get___wo_defaultFactory_hit (zope.schema.tests.test__bootstrapfields.DefaultPropertyTests)
85 test___get___wo_defaultFactory_miss (zope.schema.tests.test__bootstrapfields.DefaultPropertyTests)
86 test__get___wo_defaultFactory_in_dict (zope.schema.tests.test__bootstrapfields.DefaultPropertyTests)
87 test___eq___different_type (zope.schema.tests.test__bootstrapfields.FieldTests)
88 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.FieldTests)
89 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.FieldTests)
90 test_bind (zope.schema.tests.test__bootstrapfields.FieldTests)
91 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.FieldTests)
92 test_ctor_defaults (zope.schema.tests.test__bootstrapfields.FieldTests)
93 test_ctor_description_none (zope.schema.tests.test__bootstrapfields.FieldTests)
94 test_ctor_description_preserved (zope.schema.tests.test__bootstrapfields.FieldTests)
95 test_ctor_order_madness (zope.schema.tests.test__bootstrapfields.FieldTests)
96 test_ctor_w_both_title_and_description (zope.schema.tests.test__bootstrapfields.FieldTests)
97 test_ctor_w_title_wo_description (zope.schema.tests.test__bootstrapfields.FieldTests)
98 test_ctor_wo_title_w_description (zope.schema.tests.test__bootstrapfields.FieldTests)
99 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.FieldTests)
100 test_explicit_constraint_default (zope.schema.tests.test__bootstrapfields.FieldTests)
101 test_explicit_defaultFactory (zope.schema.tests.test__bootstrapfields.FieldTests)
102 test_explicit_defaultFactory_returning_missing_value (zope.schema.tests.test__bootstrapfields.FieldTests)
103 test_explicit_required_readonly_missingValue (zope.schema.tests.test__bootstrapfields.FieldTests)
104 test_getDoc (zope.schema.tests.test__bootstrapfields.FieldTests)
105 test_get_hit (zope.schema.tests.test__bootstrapfields.FieldTests)
106 test_get_miss (zope.schema.tests.test__bootstrapfields.FieldTests)
107 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.FieldTests)
108 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.FieldTests)
109 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.FieldTests)
110 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.FieldTests)
111 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.FieldTests)
112 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.FieldTests)
113 test_is_hashable (zope.schema.tests.test__bootstrapfields.FieldTests)
114 test_query_hit (zope.schema.tests.test__bootstrapfields.FieldTests)
115 test_query_miss_no_default (zope.schema.tests.test__bootstrapfields.FieldTests)
116 test_query_miss_w_default (zope.schema.tests.test__bootstrapfields.FieldTests)
117 test_set_hit (zope.schema.tests.test__bootstrapfields.FieldTests)
118 test_set_readonly (zope.schema.tests.test__bootstrapfields.FieldTests)
119 test_validate_constraint_fails (zope.schema.tests.test__bootstrapfields.FieldTests)
120 test_validate_constraint_raises_StopValidation (zope.schema.tests.test__bootstrapfields.FieldTests)
121 test_validate_constraint_raises_custom_exception (zope.schema.tests.test__bootstrapfields.FieldTests)
122 test_validate_constraint_raises_custom_exception_no_overwrite (zope.schema.tests.test__bootstrapfields.FieldTests)
123 test_validate_missing_and_required (zope.schema.tests.test__bootstrapfields.FieldTests)
124 test_validate_missing_not_required (zope.schema.tests.test__bootstrapfields.FieldTests)
125 test_validate_wrong_type (zope.schema.tests.test__bootstrapfields.FieldTests)
126 test___eq___different_type (zope.schema.tests.test__bootstrapfields.IntTests)
127 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.IntTests)
128 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.IntTests)
129 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.IntTests)
130 test_ctor_defaults (zope.schema.tests.test__bootstrapfields.IntTests)
131 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.IntTests)
132 test_fromUnicode_hit (zope.schema.tests.test__bootstrapfields.IntTests)
133 test_fromUnicode_miss (zope.schema.tests.test__bootstrapfields.IntTests)
134 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.IntTests)
135 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.IntTests)
136 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.IntTests)
137 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.IntTests)
138 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.IntTests)
139 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.IntTests)
140 test_is_hashable (zope.schema.tests.test__bootstrapfields.IntTests)
141 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.IntTests)
142 test_validate_max (zope.schema.tests.test__bootstrapfields.IntTests)
143 test_validate_min (zope.schema.tests.test__bootstrapfields.IntTests)
144 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.IntTests)
145 test_validate_not_required (zope.schema.tests.test__bootstrapfields.IntTests)
146 test_validate_required (zope.schema.tests.test__bootstrapfields.IntTests)
147 test___eq___different_type (zope.schema.tests.test__bootstrapfields.IntegralTests)
148 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.IntegralTests)
149 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.IntegralTests)
150 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.IntegralTests)
151 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.IntegralTests)
152 test_fromUnicode_hit (zope.schema.tests.test__bootstrapfields.IntegralTests)
153 test_fromUnicode_miss (zope.schema.tests.test__bootstrapfields.IntegralTests)
154 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.IntegralTests)
155 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.IntegralTests)
156 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.IntegralTests)
157 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.IntegralTests)
158 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.IntegralTests)
159 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.IntegralTests)
160 test_is_hashable (zope.schema.tests.test__bootstrapfields.IntegralTests)
161 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.IntegralTests)
162 test_validate_max (zope.schema.tests.test__bootstrapfields.IntegralTests)
163 test_validate_min (zope.schema.tests.test__bootstrapfields.IntegralTests)
164 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.IntegralTests)
165 test_validate_not_required (zope.schema.tests.test__bootstrapfields.IntegralTests)
166 test_validate_required (zope.schema.tests.test__bootstrapfields.IntegralTests)
167 test___eq___different_type (zope.schema.tests.test__bootstrapfields.IterableTests)
168 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.IterableTests)
169 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.IterableTests)
170 test__validate_collection_but_not_iterable (zope.schema.tests.test__bootstrapfields.IterableTests)
171 test__validate_not_collection_but_iterable (zope.schema.tests.test__bootstrapfields.IterableTests)
172 test__validate_not_collection_not_iterable (zope.schema.tests.test__bootstrapfields.IterableTests)
173 test__validate_w_collections (zope.schema.tests.test__bootstrapfields.IterableTests)
174 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.IterableTests)
175 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.IterableTests)
176 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.IterableTests)
177 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.IterableTests)
178 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.IterableTests)
179 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.IterableTests)
180 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.IterableTests)
181 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.IterableTests)
182 test_is_hashable (zope.schema.tests.test__bootstrapfields.IterableTests)
183 test_validate_not_required (zope.schema.tests.test__bootstrapfields.IterableTests)
184 test_validate_required (zope.schema.tests.test__bootstrapfields.IterableTests)
185 test_ctor_defaults (zope.schema.tests.test__bootstrapfields.MinMaxLenTests)
186 test_validate_too_long (zope.schema.tests.test__bootstrapfields.MinMaxLenTests)
187 test_validate_too_short (zope.schema.tests.test__bootstrapfields.MinMaxLenTests)
188 test___eq___different_type (zope.schema.tests.test__bootstrapfields.NumberTests)
189 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.NumberTests)
190 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.NumberTests)
191 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.NumberTests)
192 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.NumberTests)
193 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.NumberTests)
194 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.NumberTests)
195 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.NumberTests)
196 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.NumberTests)
197 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.NumberTests)
198 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.NumberTests)
199 test_is_hashable (zope.schema.tests.test__bootstrapfields.NumberTests)
200 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.NumberTests)
201 test_validate_max (zope.schema.tests.test__bootstrapfields.NumberTests)
202 test_validate_min (zope.schema.tests.test__bootstrapfields.NumberTests)
203 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.NumberTests)
204 test___eq___different_type (zope.schema.tests.test__bootstrapfields.ObjectTests)
205 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.ObjectTests)
206 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.ObjectTests)
207 test__validate_w_empty_schema (zope.schema.tests.test__bootstrapfields.ObjectTests)
208 test__validate_w_value_not_providing_schema (zope.schema.tests.test__bootstrapfields.ObjectTests)
209 test__validate_w_value_providing_schema (zope.schema.tests.test__bootstrapfields.ObjectTests)
210 test__validate_w_value_providing_schema_but_invalid_fields (zope.schema.tests.test__bootstrapfields.ObjectTests)
211 test__validate_w_value_providing_schema_but_missing_fields (zope.schema.tests.test__bootstrapfields.ObjectTests)
212 test_bound_field_of_collection_with_choice (zope.schema.tests.test__bootstrapfields.ObjectTests)
213 test_class_conforms_to_IObject (zope.schema.tests.test__bootstrapfields.ObjectTests)
214 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.ObjectTests)
215 test_ctor_w_bad_schema (zope.schema.tests.test__bootstrapfields.ObjectTests)
216 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.ObjectTests)
217 test_getDoc (zope.schema.tests.test__bootstrapfields.ObjectTests)
218 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.ObjectTests)
219 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.ObjectTests)
220 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.ObjectTests)
221 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.ObjectTests)
222 test_instance_conforms_to_IObject (zope.schema.tests.test__bootstrapfields.ObjectTests)
223 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.ObjectTests)
224 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.ObjectTests)
225 test_is_hashable (zope.schema.tests.test__bootstrapfields.ObjectTests)
226 test_schema_defined_by_subclass (zope.schema.tests.test__bootstrapfields.ObjectTests)
227 test_set_allows_IBOAE_subscr_to_replace_value (zope.schema.tests.test__bootstrapfields.ObjectTests)
228 test_set_emits_IBOAE (zope.schema.tests.test__bootstrapfields.ObjectTests)
229 test_validate_not_required (zope.schema.tests.test__bootstrapfields.ObjectTests)
230 test_validate_required (zope.schema.tests.test__bootstrapfields.ObjectTests)
231 test_validate_w_cycles (zope.schema.tests.test__bootstrapfields.ObjectTests)
232 test_validate_w_cycles_collection_not_valid (zope.schema.tests.test__bootstrapfields.ObjectTests)
233 test_validate_w_cycles_object_not_valid (zope.schema.tests.test__bootstrapfields.ObjectTests)
234 test_validates_invariants_by_default (zope.schema.tests.test__bootstrapfields.ObjectTests)
235 test_ctor_default_too_large (zope.schema.tests.test__bootstrapfields.OrderableTests)
236 test_ctor_default_too_small (zope.schema.tests.test__bootstrapfields.OrderableTests)
237 test_ctor_defaults (zope.schema.tests.test__bootstrapfields.OrderableTests)
238 test___eq___different_type (zope.schema.tests.test__bootstrapfields.PasswordTests)
239 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.PasswordTests)
240 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.PasswordTests)
241 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.PasswordTests)
242 test_constraint (zope.schema.tests.test__bootstrapfields.PasswordTests)
243 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.PasswordTests)
244 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.PasswordTests)
245 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.PasswordTests)
246 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.PasswordTests)
247 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.PasswordTests)
248 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.PasswordTests)
249 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.PasswordTests)
250 test_is_hashable (zope.schema.tests.test__bootstrapfields.PasswordTests)
251 test_set_normal (zope.schema.tests.test__bootstrapfields.PasswordTests)
252 test_set_unchanged (zope.schema.tests.test__bootstrapfields.PasswordTests)
253 test_validate_not_required (zope.schema.tests.test__bootstrapfields.PasswordTests)
254 test_validate_required (zope.schema.tests.test__bootstrapfields.PasswordTests)
255 test_validate_unchanged_already_set (zope.schema.tests.test__bootstrapfields.PasswordTests)
256 test_validate_unchanged_not_already_set (zope.schema.tests.test__bootstrapfields.PasswordTests)
257 test___eq___different_type (zope.schema.tests.test__bootstrapfields.RationalTests)
258 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.RationalTests)
259 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.RationalTests)
260 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.RationalTests)
261 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.RationalTests)
262 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.RationalTests)
263 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.RationalTests)
264 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.RationalTests)
265 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.RationalTests)
266 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.RationalTests)
267 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.RationalTests)
268 test_is_hashable (zope.schema.tests.test__bootstrapfields.RationalTests)
269 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.RationalTests)
270 test_validate_max (zope.schema.tests.test__bootstrapfields.RationalTests)
271 test_validate_min (zope.schema.tests.test__bootstrapfields.RationalTests)
272 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.RationalTests)
273 test___eq___different_type (zope.schema.tests.test__bootstrapfields.RealTests)
274 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.RealTests)
275 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.RealTests)
276 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.RealTests)
277 test_ctor_real_min_max (zope.schema.tests.test__bootstrapfields.RealTests)
278 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.RealTests)
279 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.RealTests)
280 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.RealTests)
281 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.RealTests)
282 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.RealTests)
283 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.RealTests)
284 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.RealTests)
285 test_is_hashable (zope.schema.tests.test__bootstrapfields.RealTests)
286 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.RealTests)
287 test_validate_max (zope.schema.tests.test__bootstrapfields.RealTests)
288 test_validate_min (zope.schema.tests.test__bootstrapfields.RealTests)
289 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.RealTests)
290 test___eq___different_type (zope.schema.tests.test__bootstrapfields.TextLineTests)
291 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.TextLineTests)
292 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.TextLineTests)
293 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.TextLineTests)
294 test_constraint (zope.schema.tests.test__bootstrapfields.TextLineTests)
295 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.TextLineTests)
296 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.TextLineTests)
297 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.TextLineTests)
298 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.TextLineTests)
299 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.TextLineTests)
300 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.TextLineTests)
301 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.TextLineTests)
302 test_is_hashable (zope.schema.tests.test__bootstrapfields.TextLineTests)
303 test_validate_not_required (zope.schema.tests.test__bootstrapfields.TextLineTests)
304 test_validate_required (zope.schema.tests.test__bootstrapfields.TextLineTests)
305 test_validate_wrong_types (zope.schema.tests.test__bootstrapfields.TextLineTests)
306 test___eq___different_type (zope.schema.tests.test__bootstrapfields.TextTests)
307 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.TextTests)
308 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.TextTests)
309 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.TextTests)
310 test_ctor_defaults (zope.schema.tests.test__bootstrapfields.TextTests)
311 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.TextTests)
312 test_fromUnicode_hit (zope.schema.tests.test__bootstrapfields.TextTests)
313 test_fromUnicode_miss (zope.schema.tests.test__bootstrapfields.TextTests)
314 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.TextTests)
315 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.TextTests)
316 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.TextTests)
317 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.TextTests)
318 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.TextTests)
319 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.TextTests)
320 test_is_hashable (zope.schema.tests.test__bootstrapfields.TextTests)
321 test_normalization (zope.schema.tests.test__bootstrapfields.TextTests)
322 test_normalization_after_pickle (zope.schema.tests.test__bootstrapfields.TextTests)
323 test_validate_not_required (zope.schema.tests.test__bootstrapfields.TextTests)
324 test_validate_required (zope.schema.tests.test__bootstrapfields.TextTests)
325 test_validate_w_invalid_default (zope.schema.tests.test__bootstrapfields.TextTests)
326 test_validate_wrong_types (zope.schema.tests.test__bootstrapfields.TextTests)
327 test___get__ (zope.schema.tests.test__bootstrapfields.ValidatedPropertyTests)
328 test___set___not_missing_w_check (zope.schema.tests.test__bootstrapfields.ValidatedPropertyTests)
329 test___set___not_missing_wo_check (zope.schema.tests.test__bootstrapfields.ValidatedPropertyTests)
330 test___set___w_missing_wo_check (zope.schema.tests.test__bootstrapfields.ValidatedPropertyTests)
331 fromBytes (zope.schema._bootstrapfields.Bool)
332 fromUnicode (zope.schema._bootstrapfields.Bool)
333 Complex (zope.schema._bootstrapfields)
334 Decimal (zope.schema._bootstrapfields)
335 __init__ (zope.schema._bootstrapfields.Field)
336 Integral (zope.schema._bootstrapfields)
337 Number (zope.schema._bootstrapfields)
338 Rational (zope.schema._bootstrapfields)
339 Real (zope.schema._bootstrapfields)
340 fromUnicode (zope.schema._bootstrapfields.Text)
341 test_TOO_LARGE_repr (zope.schema.tests.test__bootstrapinterfaces.TestOutOfBounds)
342 test_TOO_SMALL_repr (zope.schema.tests.test__bootstrapinterfaces.TestOutOfBounds)
343 test___cmp___hit (zope.schema.tests.test__bootstrapinterfaces.ValidationErrorTests)
344 test___cmp___no_args (zope.schema.tests.test__bootstrapinterfaces.ValidationErrorTests)
345 test___eq___no_args (zope.schema.tests.test__bootstrapinterfaces.ValidationErrorTests)
346 test___eq___w_args (zope.schema.tests.test__bootstrapinterfaces.ValidationErrorTests)
347 test_doc (zope.schema.tests.test__bootstrapinterfaces.ValidationErrorTests)
348 test___eq___different_type (zope.schema.tests.test__field.ASCIILineTests)
349 test___eq___same_type_different_attrs (zope.schema.tests.test__field.ASCIILineTests)
350 test___eq___same_type_same_attrs (zope.schema.tests.test__field.ASCIILineTests)
351 test_class_conforms_to_iface (zope.schema.tests.test__field.ASCIILineTests)
352 test_constraint (zope.schema.tests.test__field.ASCIILineTests)
353 test_equal_instances_have_same_hash (zope.schema.tests.test__field.ASCIILineTests)
354 test_hash_across_unequal_instances (zope.schema.tests.test__field.ASCIILineTests)
355 test_iface_consistent_ro (zope.schema.tests.test__field.ASCIILineTests)
356 test_iface_is_first_in_sro (zope.schema.tests.test__field.ASCIILineTests)
357 test_implements_consistent__sro__ (zope.schema.tests.test__field.ASCIILineTests)
358 test_instance_conforms_to_iface (zope.schema.tests.test__field.ASCIILineTests)
359 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.ASCIILineTests)
360 test_is_hashable (zope.schema.tests.test__field.ASCIILineTests)
361 test_validate_not_required (zope.schema.tests.test__field.ASCIILineTests)
362 test_validate_required (zope.schema.tests.test__field.ASCIILineTests)
363 test_validate_wrong_types (zope.schema.tests.test__field.ASCIILineTests)
364 test___eq___different_type (zope.schema.tests.test__field.ASCIITests)
365 test___eq___same_type_different_attrs (zope.schema.tests.test__field.ASCIITests)
366 test___eq___same_type_same_attrs (zope.schema.tests.test__field.ASCIITests)
367 test__validate_empty (zope.schema.tests.test__field.ASCIITests)
368 test__validate_non_empty_hit (zope.schema.tests.test__field.ASCIITests)
369 test__validate_non_empty_miss (zope.schema.tests.test__field.ASCIITests)
370 test_class_conforms_to_iface (zope.schema.tests.test__field.ASCIITests)
371 test_equal_instances_have_same_hash (zope.schema.tests.test__field.ASCIITests)
372 test_hash_across_unequal_instances (zope.schema.tests.test__field.ASCIITests)
373 test_iface_consistent_ro (zope.schema.tests.test__field.ASCIITests)
374 test_iface_is_first_in_sro (zope.schema.tests.test__field.ASCIITests)
375 test_implements_consistent__sro__ (zope.schema.tests.test__field.ASCIITests)
376 test_instance_conforms_to_iface (zope.schema.tests.test__field.ASCIITests)
377 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.ASCIITests)
378 test_is_hashable (zope.schema.tests.test__field.ASCIITests)
379 test_validate_wrong_types (zope.schema.tests.test__field.ASCIITests)
380 test___eq___different_type (zope.schema.tests.test__field.BytesLineTests)
381 test___eq___same_type_different_attrs (zope.schema.tests.test__field.BytesLineTests)
382 test___eq___same_type_same_attrs (zope.schema.tests.test__field.BytesLineTests)
383 test_class_conforms_to_iface (zope.schema.tests.test__field.BytesLineTests)
384 test_constraint (zope.schema.tests.test__field.BytesLineTests)
385 test_equal_instances_have_same_hash (zope.schema.tests.test__field.BytesLineTests)
386 test_fromBytes (zope.schema.tests.test__field.BytesLineTests)
387 test_hash_across_unequal_instances (zope.schema.tests.test__field.BytesLineTests)
388 test_iface_consistent_ro (zope.schema.tests.test__field.BytesLineTests)
389 test_iface_is_first_in_sro (zope.schema.tests.test__field.BytesLineTests)
390 test_implements_consistent__sro__ (zope.schema.tests.test__field.BytesLineTests)
391 test_instance_conforms_to_iface (zope.schema.tests.test__field.BytesLineTests)
392 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.BytesLineTests)
393 test_is_hashable (zope.schema.tests.test__field.BytesLineTests)
394 test_validate_not_required (zope.schema.tests.test__field.BytesLineTests)
395 test_validate_required (zope.schema.tests.test__field.BytesLineTests)
396 test_validate_wrong_types (zope.schema.tests.test__field.BytesLineTests)
397 test___eq___different_type (zope.schema.tests.test__field.BytesTests)
398 test___eq___same_type_different_attrs (zope.schema.tests.test__field.BytesTests)
399 test___eq___same_type_same_attrs (zope.schema.tests.test__field.BytesTests)
400 test_class_conforms_to_iface (zope.schema.tests.test__field.BytesTests)
401 test_equal_instances_have_same_hash (zope.schema.tests.test__field.BytesTests)
402 test_fromBytes (zope.schema.tests.test__field.BytesTests)
403 test_fromUnicode_hit (zope.schema.tests.test__field.BytesTests)
404 test_fromUnicode_miss (zope.schema.tests.test__field.BytesTests)
405 test_hash_across_unequal_instances (zope.schema.tests.test__field.BytesTests)
406 test_iface_consistent_ro (zope.schema.tests.test__field.BytesTests)
407 test_iface_is_first_in_sro (zope.schema.tests.test__field.BytesTests)
408 test_implements_consistent__sro__ (zope.schema.tests.test__field.BytesTests)
409 test_instance_conforms_to_iface (zope.schema.tests.test__field.BytesTests)
410 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.BytesTests)
411 test_is_hashable (zope.schema.tests.test__field.BytesTests)
412 test_validate_not_required (zope.schema.tests.test__field.BytesTests)
413 test_validate_required (zope.schema.tests.test__field.BytesTests)
414 test_validate_w_invalid_default (zope.schema.tests.test__field.BytesTests)
415 test_validate_wrong_types (zope.schema.tests.test__field.BytesTests)
416 test___eq___different_type (zope.schema.tests.test__field.ChoiceTests)
417 test___eq___same_type_different_attrs (zope.schema.tests.test__field.ChoiceTests)
418 test___eq___same_type_same_attrs (zope.schema.tests.test__field.ChoiceTests)
419 test__validate_int (zope.schema.tests.test__field.ChoiceTests)
420 test__validate_mixed (zope.schema.tests.test__field.ChoiceTests)
421 test__validate_source_is_ICSB_bound (zope.schema.tests.test__field.ChoiceTests)
422 test__validate_source_is_ICSB_unbound (zope.schema.tests.test__field.ChoiceTests)
423 test__validate_string (zope.schema.tests.test__field.ChoiceTests)
424 test__validate_tuple (zope.schema.tests.test__field.ChoiceTests)
425 test__validate_w_named_vocabulary (zope.schema.tests.test__field.ChoiceTests)
426 test__validate_w_named_vocabulary_invalid (zope.schema.tests.test__field.ChoiceTests)
427 test__validate_w_named_vocabulary_passes_context (zope.schema.tests.test__field.ChoiceTests)
428 test__validate_w_named_vocabulary_raises_LookupError (zope.schema.tests.test__field.ChoiceTests)
429 test_bind_w_preconstructed_vocabulary (zope.schema.tests.test__field.ChoiceTests)
430 test_bind_w_voc_is_ICSB (zope.schema.tests.test__field.ChoiceTests)
431 test_bind_w_voc_is_ICSB_but_not_ISource (zope.schema.tests.test__field.ChoiceTests)
432 test_bind_w_voc_not_ICSB (zope.schema.tests.test__field.ChoiceTests)
433 test_class_conforms_to_iface (zope.schema.tests.test__field.ChoiceTests)
434 test_ctor_both_vocabulary_and_source (zope.schema.tests.test__field.ChoiceTests)
435 test_ctor_both_vocabulary_and_values (zope.schema.tests.test__field.ChoiceTests)
436 test_ctor_invalid_source (zope.schema.tests.test__field.ChoiceTests)
437 test_ctor_invalid_vocabulary (zope.schema.tests.test__field.ChoiceTests)
438 test_ctor_w_named_vocabulary (zope.schema.tests.test__field.ChoiceTests)
439 test_ctor_w_preconstructed_vocabulary (zope.schema.tests.test__field.ChoiceTests)
440 test_ctor_w_unicode_non_ascii_values (zope.schema.tests.test__field.ChoiceTests)
441 test_ctor_w_values (zope.schema.tests.test__field.ChoiceTests)
442 test_ctor_wo_values_vocabulary_or_source (zope.schema.tests.test__field.ChoiceTests)
443 test_equal_instances_have_same_hash (zope.schema.tests.test__field.ChoiceTests)
444 test_fromUnicode_hit (zope.schema.tests.test__field.ChoiceTests)
445 test_fromUnicode_miss (zope.schema.tests.test__field.ChoiceTests)
446 test_hash_across_unequal_instances (zope.schema.tests.test__field.ChoiceTests)
447 test_iface_consistent_ro (zope.schema.tests.test__field.ChoiceTests)
448 test_iface_is_first_in_sro (zope.schema.tests.test__field.ChoiceTests)
449 test_implements_consistent__sro__ (zope.schema.tests.test__field.ChoiceTests)
450 test_instance_conforms_to_iface (zope.schema.tests.test__field.ChoiceTests)
451 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.ChoiceTests)
452 test_is_hashable (zope.schema.tests.test__field.ChoiceTests)
453 test___eq___different_type (zope.schema.tests.test__field.CollectionTests)
454 test___eq___same_type_different_attrs (zope.schema.tests.test__field.CollectionTests)
455 test___eq___same_type_same_attrs (zope.schema.tests.test__field.CollectionTests)
456 test__validate_miss_uniqueness (zope.schema.tests.test__field.CollectionTests)
457 test__validate_wrong_contained_type (zope.schema.tests.test__field.CollectionTests)
458 test_bind_w_value_Type (zope.schema.tests.test__field.CollectionTests)
459 test_bind_wo_value_Type (zope.schema.tests.test__field.CollectionTests)
460 test_class_conforms_to_iface (zope.schema.tests.test__field.CollectionTests)
461 test_ctor_defaults (zope.schema.tests.test__field.CollectionTests)
462 test_ctor_explicit (zope.schema.tests.test__field.CollectionTests)
463 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.CollectionTests)
464 test_equal_instances_have_same_hash (zope.schema.tests.test__field.CollectionTests)
465 test_hash_across_unequal_instances (zope.schema.tests.test__field.CollectionTests)
466 test_iface_consistent_ro (zope.schema.tests.test__field.CollectionTests)
467 test_iface_is_first_in_sro (zope.schema.tests.test__field.CollectionTests)
468 test_implements_consistent__sro__ (zope.schema.tests.test__field.CollectionTests)
469 test_instance_conforms_to_iface (zope.schema.tests.test__field.CollectionTests)
470 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.CollectionTests)
471 test_is_hashable (zope.schema.tests.test__field.CollectionTests)
472 test_schema_defined_by_subclass (zope.schema.tests.test__field.CollectionTests)
473 test_validate_max_length (zope.schema.tests.test__field.CollectionTests)
474 test_validate_min_length (zope.schema.tests.test__field.CollectionTests)
475 test_validate_min_length_and_max_length (zope.schema.tests.test__field.CollectionTests)
476 test_validate_not_required (zope.schema.tests.test__field.CollectionTests)
477 test_validate_required (zope.schema.tests.test__field.CollectionTests)
478 test___eq___different_type (zope.schema.tests.test__field.DateTests)
479 test___eq___same_type_different_attrs (zope.schema.tests.test__field.DateTests)
480 test___eq___same_type_same_attrs (zope.schema.tests.test__field.DateTests)
481 test_class_conforms_to_iface (zope.schema.tests.test__field.DateTests)
482 test_equal_instances_have_same_hash (zope.schema.tests.test__field.DateTests)
483 test_hash_across_unequal_instances (zope.schema.tests.test__field.DateTests)
484 test_iface_consistent_ro (zope.schema.tests.test__field.DateTests)
485 test_iface_is_first_in_sro (zope.schema.tests.test__field.DateTests)
486 test_implements_consistent__sro__ (zope.schema.tests.test__field.DateTests)
487 test_instance_conforms_to_iface (zope.schema.tests.test__field.DateTests)
488 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.DateTests)
489 test_is_hashable (zope.schema.tests.test__field.DateTests)
490 test_missing_value_no_min_or_max (zope.schema.tests.test__field.DateTests)
491 test_validate_max (zope.schema.tests.test__field.DateTests)
492 test_validate_min (zope.schema.tests.test__field.DateTests)
493 test_validate_min_and_max (zope.schema.tests.test__field.DateTests)
494 test_validate_not_required (zope.schema.tests.test__field.DateTests)
495 test_validate_required (zope.schema.tests.test__field.DateTests)
496 test_validate_wrong_types (zope.schema.tests.test__field.DateTests)
497 test___eq___different_type (zope.schema.tests.test__field.DatetimeTests)
498 test___eq___same_type_different_attrs (zope.schema.tests.test__field.DatetimeTests)
499 test___eq___same_type_same_attrs (zope.schema.tests.test__field.DatetimeTests)
500 test_class_conforms_to_iface (zope.schema.tests.test__field.DatetimeTests)
501 test_equal_instances_have_same_hash (zope.schema.tests.test__field.DatetimeTests)
502 test_hash_across_unequal_instances (zope.schema.tests.test__field.DatetimeTests)
503 test_iface_consistent_ro (zope.schema.tests.test__field.DatetimeTests)
504 test_iface_is_first_in_sro (zope.schema.tests.test__field.DatetimeTests)
505 test_implements_consistent__sro__ (zope.schema.tests.test__field.DatetimeTests)
506 test_instance_conforms_to_iface (zope.schema.tests.test__field.DatetimeTests)
507 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.DatetimeTests)
508 test_is_hashable (zope.schema.tests.test__field.DatetimeTests)
509 test_missing_value_no_min_or_max (zope.schema.tests.test__field.DatetimeTests)
510 test_validate_max (zope.schema.tests.test__field.DatetimeTests)
511 test_validate_min (zope.schema.tests.test__field.DatetimeTests)
512 test_validate_min_and_max (zope.schema.tests.test__field.DatetimeTests)
513 test_validate_not_required (zope.schema.tests.test__field.DatetimeTests)
514 test_validate_required (zope.schema.tests.test__field.DatetimeTests)
515 test_validate_wrong_types (zope.schema.tests.test__field.DatetimeTests)
516 test___eq___different_type (zope.schema.tests.test__field.DictTests)
517 test___eq___same_type_different_attrs (zope.schema.tests.test__field.DictTests)
518 test___eq___same_type_same_attrs (zope.schema.tests.test__field.DictTests)
519 test_bind_binds_key_and_value_types (zope.schema.tests.test__field.DictTests)
520 test_bind_without_key_and_value_types (zope.schema.tests.test__field.DictTests)
521 test_class_conforms_to_iface (zope.schema.tests.test__field.DictTests)
522 test_ctor_key_type_not_IField (zope.schema.tests.test__field.DictTests)
523 test_ctor_value_type_not_IField (zope.schema.tests.test__field.DictTests)
524 test_equal_instances_have_same_hash (zope.schema.tests.test__field.DictTests)
525 test_hash_across_unequal_instances (zope.schema.tests.test__field.DictTests)
526 test_iface_consistent_ro (zope.schema.tests.test__field.DictTests)
527 test_iface_is_first_in_sro (zope.schema.tests.test__field.DictTests)
528 test_implements_consistent__sro__ (zope.schema.tests.test__field.DictTests)
529 test_instance_conforms_to_iface (zope.schema.tests.test__field.DictTests)
530 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.DictTests)
531 test_is_hashable (zope.schema.tests.test__field.DictTests)
532 test_mapping (zope.schema.tests.test__field.DictTests)
533 test_mutable_mapping (zope.schema.tests.test__field.DictTests)
534 test_validate_invalid_key_type (zope.schema.tests.test__field.DictTests)
535 test_validate_invalid_value_type (zope.schema.tests.test__field.DictTests)
536 test_validate_max_length (zope.schema.tests.test__field.DictTests)
537 test_validate_min_length (zope.schema.tests.test__field.DictTests)
538 test_validate_min_length_and_max_length (zope.schema.tests.test__field.DictTests)
539 test_validate_not_required (zope.schema.tests.test__field.DictTests)
540 test_validate_required (zope.schema.tests.test__field.DictTests)
541 test_validate_wrong_types (zope.schema.tests.test__field.DictTests)
542 test___eq___different_type (zope.schema.tests.test__field.DottedNameTests)
543 test___eq___same_type_different_attrs (zope.schema.tests.test__field.DottedNameTests)
544 test___eq___same_type_same_attrs (zope.schema.tests.test__field.DottedNameTests)
545 test_class_conforms_to_iface (zope.schema.tests.test__field.DottedNameTests)
546 test_ctor_defaults (zope.schema.tests.test__field.DottedNameTests)
547 test_ctor_max_dots_invalid (zope.schema.tests.test__field.DottedNameTests)
548 test_ctor_max_dots_valid (zope.schema.tests.test__field.DottedNameTests)
549 test_ctor_min_dots_invalid (zope.schema.tests.test__field.DottedNameTests)
550 test_ctor_min_dots_valid (zope.schema.tests.test__field.DottedNameTests)
551 test_equal_instances_have_same_hash (zope.schema.tests.test__field.DottedNameTests)
552 test_fromUnicode_dotted_name_ok (zope.schema.tests.test__field.DottedNameTests)
553 test_fromUnicode_invalid (zope.schema.tests.test__field.DottedNameTests)
554 test_hash_across_unequal_instances (zope.schema.tests.test__field.DottedNameTests)
555 test_iface_consistent_ro (zope.schema.tests.test__field.DottedNameTests)
556 test_iface_is_first_in_sro (zope.schema.tests.test__field.DottedNameTests)
557 test_implements_consistent__sro__ (zope.schema.tests.test__field.DottedNameTests)
558 test_instance_conforms_to_iface (zope.schema.tests.test__field.DottedNameTests)
559 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.DottedNameTests)
560 test_is_hashable (zope.schema.tests.test__field.DottedNameTests)
561 test_validate_not_a_dotted_name (zope.schema.tests.test__field.DottedNameTests)
562 test_validate_not_required (zope.schema.tests.test__field.DottedNameTests)
563 test_validate_required (zope.schema.tests.test__field.DottedNameTests)
564 test_validate_w_max_dots (zope.schema.tests.test__field.DottedNameTests)
565 test_validate_w_min_dots (zope.schema.tests.test__field.DottedNameTests)
566 test_validate_wrong_types (zope.schema.tests.test__field.DottedNameTests)
567 test___eq___different_type (zope.schema.tests.test__field.FloatTests)
568 test___eq___same_type_different_attrs (zope.schema.tests.test__field.FloatTests)
569 test___eq___same_type_same_attrs (zope.schema.tests.test__field.FloatTests)
570 test_class_conforms_to_iface (zope.schema.tests.test__field.FloatTests)
571 test_equal_instances_have_same_hash (zope.schema.tests.test__field.FloatTests)
572 test_fromUnicode_hit (zope.schema.tests.test__field.FloatTests)
573 test_fromUnicode_miss (zope.schema.tests.test__field.FloatTests)
574 test_hash_across_unequal_instances (zope.schema.tests.test__field.FloatTests)
575 test_iface_consistent_ro (zope.schema.tests.test__field.FloatTests)
576 test_iface_is_first_in_sro (zope.schema.tests.test__field.FloatTests)
577 test_implements_consistent__sro__ (zope.schema.tests.test__field.FloatTests)
578 test_instance_conforms_to_iface (zope.schema.tests.test__field.FloatTests)
579 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.FloatTests)
580 test_is_hashable (zope.schema.tests.test__field.FloatTests)
581 test_missing_value_no_min_or_max (zope.schema.tests.test__field.FloatTests)
582 test_validate_max (zope.schema.tests.test__field.FloatTests)
583 test_validate_min (zope.schema.tests.test__field.FloatTests)
584 test_validate_min_and_max (zope.schema.tests.test__field.FloatTests)
585 test_validate_not_required (zope.schema.tests.test__field.FloatTests)
586 test_validate_required (zope.schema.tests.test__field.FloatTests)
587 test___eq___different_type (zope.schema.tests.test__field.FrozenSetTests)
588 test___eq___same_type_different_attrs (zope.schema.tests.test__field.FrozenSetTests)
589 test___eq___same_type_same_attrs (zope.schema.tests.test__field.FrozenSetTests)
590 test__validate_miss_uniqueness (zope.schema.tests.test__field.FrozenSetTests)
591 test__validate_wrong_contained_type (zope.schema.tests.test__field.FrozenSetTests)
592 test_bind_w_value_Type (zope.schema.tests.test__field.FrozenSetTests)
593 test_bind_wo_value_Type (zope.schema.tests.test__field.FrozenSetTests)
594 test_class_conforms_to_iface (zope.schema.tests.test__field.FrozenSetTests)
595 test_ctor_defaults (zope.schema.tests.test__field.FrozenSetTests)
596 test_ctor_disallows_unique (zope.schema.tests.test__field.FrozenSetTests)
597 test_ctor_explicit (zope.schema.tests.test__field.FrozenSetTests)
598 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.FrozenSetTests)
599 test_equal_instances_have_same_hash (zope.schema.tests.test__field.FrozenSetTests)
600 test_hash_across_unequal_instances (zope.schema.tests.test__field.FrozenSetTests)
601 test_iface_consistent_ro (zope.schema.tests.test__field.FrozenSetTests)
602 test_iface_is_first_in_sro (zope.schema.tests.test__field.FrozenSetTests)
603 test_implements_consistent__sro__ (zope.schema.tests.test__field.FrozenSetTests)
604 test_instance_conforms_to_iface (zope.schema.tests.test__field.FrozenSetTests)
605 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.FrozenSetTests)
606 test_is_hashable (zope.schema.tests.test__field.FrozenSetTests)
607 test_schema_defined_by_subclass (zope.schema.tests.test__field.FrozenSetTests)
608 test_validate_max_length (zope.schema.tests.test__field.FrozenSetTests)
609 test_validate_min_length (zope.schema.tests.test__field.FrozenSetTests)
610 test_validate_min_length_and_max_length (zope.schema.tests.test__field.FrozenSetTests)
611 test_validate_not_required (zope.schema.tests.test__field.FrozenSetTests)
612 test_validate_required (zope.schema.tests.test__field.FrozenSetTests)
613 test_validate_wrong_types (zope.schema.tests.test__field.FrozenSetTests)
614 test___eq___different_type (zope.schema.tests.test__field.IdTests)
615 test___eq___same_type_different_attrs (zope.schema.tests.test__field.IdTests)
616 test___eq___same_type_same_attrs (zope.schema.tests.test__field.IdTests)
617 test_class_conforms_to_iface (zope.schema.tests.test__field.IdTests)
618 test_equal_instances_have_same_hash (zope.schema.tests.test__field.IdTests)
619 test_fromUnicode_dotted_name_ok (zope.schema.tests.test__field.IdTests)
620 test_fromUnicode_invalid (zope.schema.tests.test__field.IdTests)
621 test_fromUnicode_url_ok (zope.schema.tests.test__field.IdTests)
622 test_hash_across_unequal_instances (zope.schema.tests.test__field.IdTests)
623 test_iface_consistent_ro (zope.schema.tests.test__field.IdTests)
624 test_iface_is_first_in_sro (zope.schema.tests.test__field.IdTests)
625 test_implements_consistent__sro__ (zope.schema.tests.test__field.IdTests)
626 test_instance_conforms_to_iface (zope.schema.tests.test__field.IdTests)
627 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.IdTests)
628 test_is_hashable (zope.schema.tests.test__field.IdTests)
629 test_validate_not_a_uri (zope.schema.tests.test__field.IdTests)
630 test_validate_not_required (zope.schema.tests.test__field.IdTests)
631 test_validate_required (zope.schema.tests.test__field.IdTests)
632 test_validate_wrong_types (zope.schema.tests.test__field.IdTests)
633 test___eq___different_type (zope.schema.tests.test__field.InterfaceFieldTests)
634 test___eq___same_type_different_attrs (zope.schema.tests.test__field.InterfaceFieldTests)
635 test___eq___same_type_same_attrs (zope.schema.tests.test__field.InterfaceFieldTests)
636 test_class_conforms_to_iface (zope.schema.tests.test__field.InterfaceFieldTests)
637 test_equal_instances_have_same_hash (zope.schema.tests.test__field.InterfaceFieldTests)
638 test_hash_across_unequal_instances (zope.schema.tests.test__field.InterfaceFieldTests)
639 test_iface_consistent_ro (zope.schema.tests.test__field.InterfaceFieldTests)
640 test_iface_is_first_in_sro (zope.schema.tests.test__field.InterfaceFieldTests)
641 test_implements_consistent__sro__ (zope.schema.tests.test__field.InterfaceFieldTests)
642 test_instance_conforms_to_iface (zope.schema.tests.test__field.InterfaceFieldTests)
643 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.InterfaceFieldTests)
644 test_is_hashable (zope.schema.tests.test__field.InterfaceFieldTests)
645 test_validate_not_required (zope.schema.tests.test__field.InterfaceFieldTests)
646 test_validate_required (zope.schema.tests.test__field.InterfaceFieldTests)
647 test_validate_wrong_types (zope.schema.tests.test__field.InterfaceFieldTests)
648 test___eq___different_type (zope.schema.tests.test__field.ListTests)
649 test___eq___same_type_different_attrs (zope.schema.tests.test__field.ListTests)
650 test___eq___same_type_same_attrs (zope.schema.tests.test__field.ListTests)
651 test__validate_miss_uniqueness (zope.schema.tests.test__field.ListTests)
652 test__validate_wrong_contained_type (zope.schema.tests.test__field.ListTests)
653 test_bind_w_value_Type (zope.schema.tests.test__field.ListTests)
654 test_bind_wo_value_Type (zope.schema.tests.test__field.ListTests)
655 test_class_conforms_to_iface (zope.schema.tests.test__field.ListTests)
656 test_ctor_defaults (zope.schema.tests.test__field.ListTests)
657 test_ctor_explicit (zope.schema.tests.test__field.ListTests)
658 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.ListTests)
659 test_equal_instances_have_same_hash (zope.schema.tests.test__field.ListTests)
660 test_hash_across_unequal_instances (zope.schema.tests.test__field.ListTests)
661 test_iface_consistent_ro (zope.schema.tests.test__field.ListTests)
662 test_iface_is_first_in_sro (zope.schema.tests.test__field.ListTests)
663 test_implements_consistent__sro__ (zope.schema.tests.test__field.ListTests)
664 test_instance_conforms_to_iface (zope.schema.tests.test__field.ListTests)
665 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.ListTests)
666 test_is_hashable (zope.schema.tests.test__field.ListTests)
667 test_mutable_sequence (zope.schema.tests.test__field.ListTests)
668 test_schema_defined_by_subclass (zope.schema.tests.test__field.ListTests)
669 test_sequence (zope.schema.tests.test__field.ListTests)
670 test_validate_max_length (zope.schema.tests.test__field.ListTests)
671 test_validate_min_length (zope.schema.tests.test__field.ListTests)
672 test_validate_min_length_and_max_length (zope.schema.tests.test__field.ListTests)
673 test_validate_not_required (zope.schema.tests.test__field.ListTests)
674 test_validate_required (zope.schema.tests.test__field.ListTests)
675 test_validate_wrong_types (zope.schema.tests.test__field.ListTests)
676 test___eq___different_type (zope.schema.tests.test__field.MappingTests)
677 test___eq___same_type_different_attrs (zope.schema.tests.test__field.MappingTests)
678 test___eq___same_type_same_attrs (zope.schema.tests.test__field.MappingTests)
679 test_bind_binds_key_and_value_types (zope.schema.tests.test__field.MappingTests)
680 test_bind_without_key_and_value_types (zope.schema.tests.test__field.MappingTests)
681 test_class_conforms_to_iface (zope.schema.tests.test__field.MappingTests)
682 test_ctor_key_type_not_IField (zope.schema.tests.test__field.MappingTests)
683 test_ctor_value_type_not_IField (zope.schema.tests.test__field.MappingTests)
684 test_equal_instances_have_same_hash (zope.schema.tests.test__field.MappingTests)
685 test_hash_across_unequal_instances (zope.schema.tests.test__field.MappingTests)
686 test_iface_consistent_ro (zope.schema.tests.test__field.MappingTests)
687 test_iface_is_first_in_sro (zope.schema.tests.test__field.MappingTests)
688 test_implements_consistent__sro__ (zope.schema.tests.test__field.MappingTests)
689 test_instance_conforms_to_iface (zope.schema.tests.test__field.MappingTests)
690 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.MappingTests)
691 test_is_hashable (zope.schema.tests.test__field.MappingTests)
692 test_mapping (zope.schema.tests.test__field.MappingTests)
693 test_mutable_mapping (zope.schema.tests.test__field.MappingTests)
694 test_validate_invalid_key_type (zope.schema.tests.test__field.MappingTests)
695 test_validate_invalid_value_type (zope.schema.tests.test__field.MappingTests)
696 test_validate_max_length (zope.schema.tests.test__field.MappingTests)
697 test_validate_min_length (zope.schema.tests.test__field.MappingTests)
698 test_validate_min_length_and_max_length (zope.schema.tests.test__field.MappingTests)
699 test_validate_not_required (zope.schema.tests.test__field.MappingTests)
700 test_validate_required (zope.schema.tests.test__field.MappingTests)
701 test_validate_wrong_types (zope.schema.tests.test__field.MappingTests)
702 test___eq___different_type (zope.schema.tests.test__field.MutableMappingTests)
703 test___eq___same_type_different_attrs (zope.schema.tests.test__field.MutableMappingTests)
704 test___eq___same_type_same_attrs (zope.schema.tests.test__field.MutableMappingTests)
705 test_bind_binds_key_and_value_types (zope.schema.tests.test__field.MutableMappingTests)
706 test_bind_without_key_and_value_types (zope.schema.tests.test__field.MutableMappingTests)
707 test_class_conforms_to_iface (zope.schema.tests.test__field.MutableMappingTests)
708 test_ctor_key_type_not_IField (zope.schema.tests.test__field.MutableMappingTests)
709 test_ctor_value_type_not_IField (zope.schema.tests.test__field.MutableMappingTests)
710 test_equal_instances_have_same_hash (zope.schema.tests.test__field.MutableMappingTests)
711 test_hash_across_unequal_instances (zope.schema.tests.test__field.MutableMappingTests)
712 test_iface_consistent_ro (zope.schema.tests.test__field.MutableMappingTests)
713 test_iface_is_first_in_sro (zope.schema.tests.test__field.MutableMappingTests)
714 test_implements_consistent__sro__ (zope.schema.tests.test__field.MutableMappingTests)
715 test_instance_conforms_to_iface (zope.schema.tests.test__field.MutableMappingTests)
716 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.MutableMappingTests)
717 test_is_hashable (zope.schema.tests.test__field.MutableMappingTests)
718 test_mapping (zope.schema.tests.test__field.MutableMappingTests)
719 test_mutable_mapping (zope.schema.tests.test__field.MutableMappingTests)
720 test_validate_invalid_key_type (zope.schema.tests.test__field.MutableMappingTests)
721 test_validate_invalid_value_type (zope.schema.tests.test__field.MutableMappingTests)
722 test_validate_max_length (zope.schema.tests.test__field.MutableMappingTests)
723 test_validate_min_length (zope.schema.tests.test__field.MutableMappingTests)
724 test_validate_min_length_and_max_length (zope.schema.tests.test__field.MutableMappingTests)
725 test_validate_not_required (zope.schema.tests.test__field.MutableMappingTests)
726 test_validate_required (zope.schema.tests.test__field.MutableMappingTests)
727 test_validate_wrong_types (zope.schema.tests.test__field.MutableMappingTests)
728 test___eq___different_type (zope.schema.tests.test__field.MutableSequenceTests)
729 test___eq___same_type_different_attrs (zope.schema.tests.test__field.MutableSequenceTests)
730 test___eq___same_type_same_attrs (zope.schema.tests.test__field.MutableSequenceTests)
731 test__validate_miss_uniqueness (zope.schema.tests.test__field.MutableSequenceTests)
732 test__validate_wrong_contained_type (zope.schema.tests.test__field.MutableSequenceTests)
733 test_bind_w_value_Type (zope.schema.tests.test__field.MutableSequenceTests)
734 test_bind_wo_value_Type (zope.schema.tests.test__field.MutableSequenceTests)
735 test_class_conforms_to_iface (zope.schema.tests.test__field.MutableSequenceTests)
736 test_ctor_defaults (zope.schema.tests.test__field.MutableSequenceTests)
737 test_ctor_explicit (zope.schema.tests.test__field.MutableSequenceTests)
738 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.MutableSequenceTests)
739 test_equal_instances_have_same_hash (zope.schema.tests.test__field.MutableSequenceTests)
740 test_hash_across_unequal_instances (zope.schema.tests.test__field.MutableSequenceTests)
741 test_iface_consistent_ro (zope.schema.tests.test__field.MutableSequenceTests)
742 test_iface_is_first_in_sro (zope.schema.tests.test__field.MutableSequenceTests)
743 test_implements_consistent__sro__ (zope.schema.tests.test__field.MutableSequenceTests)
744 test_instance_conforms_to_iface (zope.schema.tests.test__field.MutableSequenceTests)
745 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.MutableSequenceTests)
746 test_is_hashable (zope.schema.tests.test__field.MutableSequenceTests)
747 test_mutable_sequence (zope.schema.tests.test__field.MutableSequenceTests)
748 test_schema_defined_by_subclass (zope.schema.tests.test__field.MutableSequenceTests)
749 test_sequence (zope.schema.tests.test__field.MutableSequenceTests)
750 test_validate_max_length (zope.schema.tests.test__field.MutableSequenceTests)
751 test_validate_min_length (zope.schema.tests.test__field.MutableSequenceTests)
752 test_validate_min_length_and_max_length (zope.schema.tests.test__field.MutableSequenceTests)
753 test_validate_not_required (zope.schema.tests.test__field.MutableSequenceTests)
754 test_validate_required (zope.schema.tests.test__field.MutableSequenceTests)
755 test_validate_wrong_types (zope.schema.tests.test__field.MutableSequenceTests)
756 test___eq___different_type (zope.schema.tests.test__field.NativeStringLineTests)
757 test___eq___same_type_different_attrs (zope.schema.tests.test__field.NativeStringLineTests)
758 test___eq___same_type_same_attrs (zope.schema.tests.test__field.NativeStringLineTests)
759 test_class_conforms_to_iface (zope.schema.tests.test__field.NativeStringLineTests)
760 test_equal_instances_have_same_hash (zope.schema.tests.test__field.NativeStringLineTests)
761 test_fromBytes (zope.schema.tests.test__field.NativeStringLineTests)
762 test_fromUnicode (zope.schema.tests.test__field.NativeStringLineTests)
763 test_hash_across_unequal_instances (zope.schema.tests.test__field.NativeStringLineTests)
764 test_iface_consistent_ro (zope.schema.tests.test__field.NativeStringLineTests)
765 test_iface_is_first_in_sro (zope.schema.tests.test__field.NativeStringLineTests)
766 test_implements_consistent__sro__ (zope.schema.tests.test__field.NativeStringLineTests)
767 test_instance_conforms_to_iface (zope.schema.tests.test__field.NativeStringLineTests)
768 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.NativeStringLineTests)
769 test_is_hashable (zope.schema.tests.test__field.NativeStringLineTests)
770 test___eq___different_type (zope.schema.tests.test__field.NativeStringTests)
771 test___eq___same_type_different_attrs (zope.schema.tests.test__field.NativeStringTests)
772 test___eq___same_type_same_attrs (zope.schema.tests.test__field.NativeStringTests)
773 test_class_conforms_to_iface (zope.schema.tests.test__field.NativeStringTests)
774 test_equal_instances_have_same_hash (zope.schema.tests.test__field.NativeStringTests)
775 test_fromBytes (zope.schema.tests.test__field.NativeStringTests)
776 test_fromUnicode (zope.schema.tests.test__field.NativeStringTests)
777 test_hash_across_unequal_instances (zope.schema.tests.test__field.NativeStringTests)
778 test_iface_consistent_ro (zope.schema.tests.test__field.NativeStringTests)
779 test_iface_is_first_in_sro (zope.schema.tests.test__field.NativeStringTests)
780 test_implements_consistent__sro__ (zope.schema.tests.test__field.NativeStringTests)
781 test_instance_conforms_to_iface (zope.schema.tests.test__field.NativeStringTests)
782 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.NativeStringTests)
783 test_is_hashable (zope.schema.tests.test__field.NativeStringTests)
784 test___eq___different_type (zope.schema.tests.test__bootstrapfields.NumberTests)
785 test___eq___same_type_different_attrs (zope.schema.tests.test__bootstrapfields.NumberTests)
786 test___eq___same_type_same_attrs (zope.schema.tests.test__bootstrapfields.NumberTests)
787 test_class_conforms_to_iface (zope.schema.tests.test__bootstrapfields.NumberTests)
788 test_equal_instances_have_same_hash (zope.schema.tests.test__bootstrapfields.NumberTests)
789 test_hash_across_unequal_instances (zope.schema.tests.test__bootstrapfields.NumberTests)
790 test_iface_consistent_ro (zope.schema.tests.test__bootstrapfields.NumberTests)
791 test_iface_is_first_in_sro (zope.schema.tests.test__bootstrapfields.NumberTests)
792 test_implements_consistent__sro__ (zope.schema.tests.test__bootstrapfields.NumberTests)
793 test_instance_conforms_to_iface (zope.schema.tests.test__bootstrapfields.NumberTests)
794 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__bootstrapfields.NumberTests)
795 test_is_hashable (zope.schema.tests.test__bootstrapfields.NumberTests)
796 test_missing_value_no_min_or_max (zope.schema.tests.test__bootstrapfields.NumberTests)
797 test_validate_max (zope.schema.tests.test__bootstrapfields.NumberTests)
798 test_validate_min (zope.schema.tests.test__bootstrapfields.NumberTests)
799 test_validate_min_and_max (zope.schema.tests.test__bootstrapfields.NumberTests)
800 test___eq___different_type (zope.schema.tests.test__field.PythonIdentifierTests)
801 test___eq___same_type_different_attrs (zope.schema.tests.test__field.PythonIdentifierTests)
802 test___eq___same_type_same_attrs (zope.schema.tests.test__field.PythonIdentifierTests)
803 test__validate_hit (zope.schema.tests.test__field.PythonIdentifierTests)
804 test__validate_miss (zope.schema.tests.test__field.PythonIdentifierTests)
805 test_class_conforms_to_iface (zope.schema.tests.test__field.PythonIdentifierTests)
806 test_equal_instances_have_same_hash (zope.schema.tests.test__field.PythonIdentifierTests)
807 test_fromUnicode_empty (zope.schema.tests.test__field.PythonIdentifierTests)
808 test_fromUnicode_normal (zope.schema.tests.test__field.PythonIdentifierTests)
809 test_fromUnicode_strips_ws (zope.schema.tests.test__field.PythonIdentifierTests)
810 test_hash_across_unequal_instances (zope.schema.tests.test__field.PythonIdentifierTests)
811 test_iface_consistent_ro (zope.schema.tests.test__field.PythonIdentifierTests)
812 test_iface_is_first_in_sro (zope.schema.tests.test__field.PythonIdentifierTests)
813 test_implements_consistent__sro__ (zope.schema.tests.test__field.PythonIdentifierTests)
814 test_instance_conforms_to_iface (zope.schema.tests.test__field.PythonIdentifierTests)
815 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.PythonIdentifierTests)
816 test_is_hashable (zope.schema.tests.test__field.PythonIdentifierTests)
817 test___eq___different_type (zope.schema.tests.test__field.SequenceTests)
818 test___eq___same_type_different_attrs (zope.schema.tests.test__field.SequenceTests)
819 test___eq___same_type_same_attrs (zope.schema.tests.test__field.SequenceTests)
820 test__validate_miss_uniqueness (zope.schema.tests.test__field.SequenceTests)
821 test__validate_wrong_contained_type (zope.schema.tests.test__field.SequenceTests)
822 test_bind_w_value_Type (zope.schema.tests.test__field.SequenceTests)
823 test_bind_wo_value_Type (zope.schema.tests.test__field.SequenceTests)
824 test_class_conforms_to_iface (zope.schema.tests.test__field.SequenceTests)
825 test_ctor_defaults (zope.schema.tests.test__field.SequenceTests)
826 test_ctor_explicit (zope.schema.tests.test__field.SequenceTests)
827 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.SequenceTests)
828 test_equal_instances_have_same_hash (zope.schema.tests.test__field.SequenceTests)
829 test_hash_across_unequal_instances (zope.schema.tests.test__field.SequenceTests)
830 test_iface_consistent_ro (zope.schema.tests.test__field.SequenceTests)
831 test_iface_is_first_in_sro (zope.schema.tests.test__field.SequenceTests)
832 test_implements_consistent__sro__ (zope.schema.tests.test__field.SequenceTests)
833 test_instance_conforms_to_iface (zope.schema.tests.test__field.SequenceTests)
834 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.SequenceTests)
835 test_is_hashable (zope.schema.tests.test__field.SequenceTests)
836 test_mutable_sequence (zope.schema.tests.test__field.SequenceTests)
837 test_schema_defined_by_subclass (zope.schema.tests.test__field.SequenceTests)
838 test_sequence (zope.schema.tests.test__field.SequenceTests)
839 test_validate_max_length (zope.schema.tests.test__field.SequenceTests)
840 test_validate_min_length (zope.schema.tests.test__field.SequenceTests)
841 test_validate_min_length_and_max_length (zope.schema.tests.test__field.SequenceTests)
842 test_validate_not_required (zope.schema.tests.test__field.SequenceTests)
843 test_validate_required (zope.schema.tests.test__field.SequenceTests)
844 test_validate_wrong_types (zope.schema.tests.test__field.SequenceTests)
845 test___eq___different_type (zope.schema.tests.test__field.SetTests)
846 test___eq___same_type_different_attrs (zope.schema.tests.test__field.SetTests)
847 test___eq___same_type_same_attrs (zope.schema.tests.test__field.SetTests)
848 test__validate_miss_uniqueness (zope.schema.tests.test__field.SetTests)
849 test__validate_wrong_contained_type (zope.schema.tests.test__field.SetTests)
850 test_bind_w_value_Type (zope.schema.tests.test__field.SetTests)
851 test_bind_wo_value_Type (zope.schema.tests.test__field.SetTests)
852 test_class_conforms_to_iface (zope.schema.tests.test__field.SetTests)
853 test_ctor_defaults (zope.schema.tests.test__field.SetTests)
854 test_ctor_disallows_unique (zope.schema.tests.test__field.SetTests)
855 test_ctor_explicit (zope.schema.tests.test__field.SetTests)
856 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.SetTests)
857 test_equal_instances_have_same_hash (zope.schema.tests.test__field.SetTests)
858 test_hash_across_unequal_instances (zope.schema.tests.test__field.SetTests)
859 test_iface_consistent_ro (zope.schema.tests.test__field.SetTests)
860 test_iface_is_first_in_sro (zope.schema.tests.test__field.SetTests)
861 test_implements_consistent__sro__ (zope.schema.tests.test__field.SetTests)
862 test_instance_conforms_to_iface (zope.schema.tests.test__field.SetTests)
863 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.SetTests)
864 test_is_hashable (zope.schema.tests.test__field.SetTests)
865 test_schema_defined_by_subclass (zope.schema.tests.test__field.SetTests)
866 test_validate_max_length (zope.schema.tests.test__field.SetTests)
867 test_validate_min_length (zope.schema.tests.test__field.SetTests)
868 test_validate_min_length_and_max_length (zope.schema.tests.test__field.SetTests)
869 test_validate_not_required (zope.schema.tests.test__field.SetTests)
870 test_validate_required (zope.schema.tests.test__field.SetTests)
871 test_validate_wrong_types (zope.schema.tests.test__field.SetTests)
872 test___eq___different_type (zope.schema.tests.test__field.StrippedNativeStringLineTests)
873 test___eq___same_type_different_attrs (zope.schema.tests.test__field.StrippedNativeStringLineTests)
874 test___eq___same_type_same_attrs (zope.schema.tests.test__field.StrippedNativeStringLineTests)
875 test_class_conforms_to_iface (zope.schema.tests.test__field.StrippedNativeStringLineTests)
876 test_equal_instances_have_same_hash (zope.schema.tests.test__field.StrippedNativeStringLineTests)
877 test_fromBytes (zope.schema.tests.test__field.StrippedNativeStringLineTests)
878 test_fromUnicode (zope.schema.tests.test__field.StrippedNativeStringLineTests)
879 test_hash_across_unequal_instances (zope.schema.tests.test__field.StrippedNativeStringLineTests)
880 test_iface_consistent_ro (zope.schema.tests.test__field.StrippedNativeStringLineTests)
881 test_iface_is_first_in_sro (zope.schema.tests.test__field.StrippedNativeStringLineTests) (skipped)
882 test_implements_consistent__sro__ (zope.schema.tests.test__field.StrippedNativeStringLineTests)
883 test_instance_conforms_to_iface (zope.schema.tests.test__field.StrippedNativeStringLineTests)
884 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.StrippedNativeStringLineTests)
885 test_is_hashable (zope.schema.tests.test__field.StrippedNativeStringLineTests)
886 test_strips (zope.schema.tests.test__field.StrippedNativeStringLineTests)
887 test___eq___different_type (zope.schema.tests.test__field.TimeTests)
888 test___eq___same_type_different_attrs (zope.schema.tests.test__field.TimeTests)
889 test___eq___same_type_same_attrs (zope.schema.tests.test__field.TimeTests)
890 test_class_conforms_to_iface (zope.schema.tests.test__field.TimeTests)
891 test_equal_instances_have_same_hash (zope.schema.tests.test__field.TimeTests)
892 test_hash_across_unequal_instances (zope.schema.tests.test__field.TimeTests)
893 test_iface_consistent_ro (zope.schema.tests.test__field.TimeTests)
894 test_iface_is_first_in_sro (zope.schema.tests.test__field.TimeTests)
895 test_implements_consistent__sro__ (zope.schema.tests.test__field.TimeTests)
896 test_instance_conforms_to_iface (zope.schema.tests.test__field.TimeTests)
897 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.TimeTests)
898 test_is_hashable (zope.schema.tests.test__field.TimeTests)
899 test_missing_value_no_min_or_max (zope.schema.tests.test__field.TimeTests)
900 test_validate_max (zope.schema.tests.test__field.TimeTests)
901 test_validate_min (zope.schema.tests.test__field.TimeTests)
902 test_validate_min_and_max (zope.schema.tests.test__field.TimeTests)
903 test_validate_not_required (zope.schema.tests.test__field.TimeTests)
904 test_validate_required (zope.schema.tests.test__field.TimeTests)
905 test___eq___different_type (zope.schema.tests.test__field.TimedeltaTests)
906 test___eq___same_type_different_attrs (zope.schema.tests.test__field.TimedeltaTests)
907 test___eq___same_type_same_attrs (zope.schema.tests.test__field.TimedeltaTests)
908 test_class_conforms_to_iface (zope.schema.tests.test__field.TimedeltaTests)
909 test_equal_instances_have_same_hash (zope.schema.tests.test__field.TimedeltaTests)
910 test_hash_across_unequal_instances (zope.schema.tests.test__field.TimedeltaTests)
911 test_iface_consistent_ro (zope.schema.tests.test__field.TimedeltaTests)
912 test_iface_is_first_in_sro (zope.schema.tests.test__field.TimedeltaTests)
913 test_implements_consistent__sro__ (zope.schema.tests.test__field.TimedeltaTests)
914 test_instance_conforms_to_iface (zope.schema.tests.test__field.TimedeltaTests)
915 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.TimedeltaTests)
916 test_is_hashable (zope.schema.tests.test__field.TimedeltaTests)
917 test_missing_value_no_min_or_max (zope.schema.tests.test__field.TimedeltaTests)
918 test_validate_max (zope.schema.tests.test__field.TimedeltaTests)
919 test_validate_min (zope.schema.tests.test__field.TimedeltaTests)
920 test_validate_min_and_max (zope.schema.tests.test__field.TimedeltaTests)
921 test_validate_not_required (zope.schema.tests.test__field.TimedeltaTests)
922 test_validate_required (zope.schema.tests.test__field.TimedeltaTests)
923 test___eq___different_type (zope.schema.tests.test__field.TupleTests)
924 test___eq___same_type_different_attrs (zope.schema.tests.test__field.TupleTests)
925 test___eq___same_type_same_attrs (zope.schema.tests.test__field.TupleTests)
926 test__validate_miss_uniqueness (zope.schema.tests.test__field.TupleTests)
927 test__validate_wrong_contained_type (zope.schema.tests.test__field.TupleTests)
928 test_bind_w_value_Type (zope.schema.tests.test__field.TupleTests)
929 test_bind_wo_value_Type (zope.schema.tests.test__field.TupleTests)
930 test_class_conforms_to_iface (zope.schema.tests.test__field.TupleTests)
931 test_ctor_defaults (zope.schema.tests.test__field.TupleTests)
932 test_ctor_explicit (zope.schema.tests.test__field.TupleTests)
933 test_ctor_w_non_field_value_type (zope.schema.tests.test__field.TupleTests)
934 test_equal_instances_have_same_hash (zope.schema.tests.test__field.TupleTests)
935 test_hash_across_unequal_instances (zope.schema.tests.test__field.TupleTests)
936 test_iface_consistent_ro (zope.schema.tests.test__field.TupleTests)
937 test_iface_is_first_in_sro (zope.schema.tests.test__field.TupleTests)
938 test_implements_consistent__sro__ (zope.schema.tests.test__field.TupleTests)
939 test_instance_conforms_to_iface (zope.schema.tests.test__field.TupleTests)
940 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.TupleTests)
941 test_is_hashable (zope.schema.tests.test__field.TupleTests)
942 test_mutable_sequence (zope.schema.tests.test__field.TupleTests)
943 test_schema_defined_by_subclass (zope.schema.tests.test__field.TupleTests)
944 test_sequence (zope.schema.tests.test__field.TupleTests)
945 test_validate_max_length (zope.schema.tests.test__field.TupleTests)
946 test_validate_min_length (zope.schema.tests.test__field.TupleTests)
947 test_validate_min_length_and_max_length (zope.schema.tests.test__field.TupleTests)
948 test_validate_not_required (zope.schema.tests.test__field.TupleTests)
949 test_validate_required (zope.schema.tests.test__field.TupleTests)
950 test_validate_wrong_types (zope.schema.tests.test__field.TupleTests)
951 test___eq___different_type (zope.schema.tests.test__field.URITests)
952 test___eq___same_type_different_attrs (zope.schema.tests.test__field.URITests)
953 test___eq___same_type_same_attrs (zope.schema.tests.test__field.URITests)
954 test_class_conforms_to_iface (zope.schema.tests.test__field.URITests)
955 test_equal_instances_have_same_hash (zope.schema.tests.test__field.URITests)
956 test_fromUnicode_invalid (zope.schema.tests.test__field.URITests)
957 test_fromUnicode_ok (zope.schema.tests.test__field.URITests)
958 test_hash_across_unequal_instances (zope.schema.tests.test__field.URITests)
959 test_iface_consistent_ro (zope.schema.tests.test__field.URITests)
960 test_iface_is_first_in_sro (zope.schema.tests.test__field.URITests)
961 test_implements_consistent__sro__ (zope.schema.tests.test__field.URITests)
962 test_instance_conforms_to_iface (zope.schema.tests.test__field.URITests)
963 test_instances_in_different_interfaces_not_equal (zope.schema.tests.test__field.URITests)
964 test_is_hashable (zope.schema.tests.test__field.URITests)
965 test_validate_not_a_uri (zope.schema.tests.test__field.URITests)
966 test_validate_not_required (zope.schema.tests.test__field.URITests)
967 test_validate_required (zope.schema.tests.test__field.URITests)
968 test_validate_wrong_types (zope.schema.tests.test__field.URITests)
969 DottedName (zope.schema._field)
970 Float (zope.schema._field)
971 PythonIdentifier (zope.schema._field)
972 URI (zope.schema._field)
973 _validate_sequence (zope.schema._field)
974 test_with_zope_i18nmessageid (zope.schema.tests.test__messageid.MessageIDTests)
975 test_without_zope_i18nmessageid (zope.schema.tests.test__messageid.MessageIDTests)
976 test___provides___w_field_no_provides (zope.schema.tests.test_accessors.FieldReadAccessorTests)
977 test___provides___w_field_w_provides (zope.schema.tests.test_accessors.FieldReadAccessorTests)
978 test___provides___w_field_w_provides_strict (zope.schema.tests.test_accessors.FieldReadAccessorTests)
979 test_bind (zope.schema.tests.test_accessors.FieldReadAccessorTests)
980 test_ctor_created_inside_interface (zope.schema.tests.test_accessors.FieldReadAccessorTests)
981 test_ctor_not_created_inside_interface (zope.schema.tests.test_accessors.FieldReadAccessorTests)
982 test_getSignatureInfo (zope.schema.tests.test_accessors.FieldReadAccessorTests)
983 test_getSignatureString (zope.schema.tests.test_accessors.FieldReadAccessorTests)
984 test_get_hit (zope.schema.tests.test_accessors.FieldReadAccessorTests)
985 test_get_miss (zope.schema.tests.test_accessors.FieldReadAccessorTests)
986 test_query_hit (zope.schema.tests.test_accessors.FieldReadAccessorTests)
987 test_query_miss_explicit_default (zope.schema.tests.test_accessors.FieldReadAccessorTests)
988 test_query_miss_implicit_default (zope.schema.tests.test_accessors.FieldReadAccessorTests)
989 test_set_no_writer (zope.schema.tests.test_accessors.FieldReadAccessorTests)
990 test_set_readonly (zope.schema.tests.test_accessors.FieldReadAccessorTests)
991 test_set_w_writer (zope.schema.tests.test_accessors.FieldReadAccessorTests)
992 test_ctor_created_inside_interface (zope.schema.tests.test_accessors.FieldWriteAccessorTests)
993 test_ctor_not_created_inside_interface (zope.schema.tests.test_accessors.FieldWriteAccessorTests)
994 test_getSignatureInfo (zope.schema.tests.test_accessors.FieldWriteAccessorTests)
995 test_getSignatureString (zope.schema.tests.test_accessors.FieldWriteAccessorTests)
996 test_w_only_read_accessor (zope.schema.tests.test_accessors.Test_accessors)
997 test_w_read_and_write_accessors (zope.schema.tests.test_accessors.Test_accessors)
998 test_equality (zope.schema.tests.test_equality.FieldEqualityTests)
999 test_creates_fieldproperties_on_class (zope.schema.tests.test_fieldproperty.CreateFieldPropertiesTests)
1000 test_fields_in_omit_are_not_created_on_class (zope.schema.tests.test_fieldproperty.CreateFieldPropertiesTests)
1001 test___get___from_class (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1002 test___get___from_instance_hit (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1003 test___get___from_instance_miss_uses_field_default (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1004 test___get___from_instance_pseudo_field_wo_default (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1005 test___set___not_readonly (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1006 test___set___w_readonly_and_already_set (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1007 test___set___w_readonly_not_already_set (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1008 test_basic (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1009 test_ctor_defaults (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1010 test_ctor_explicit (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1011 test_field_event (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1012 test_field_event_update (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1013 test_getValue_hit (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1014 test_getValue_miss (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1015 test_queryValue_hit (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1016 test_queryValue_miss (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1017 test_readonly (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1018 test_setValue (zope.schema.tests.test_fieldproperty.FieldPropertyStoredThroughFieldTests)
1019 test___get___from_class (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1020 test___get___from_instance_hit (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1021 test___get___from_instance_hit_after_bind (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1022 test___get___from_instance_miss_uses_field_default (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1023 test___get___from_instance_pseudo_field_wo_default (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1024 test___set___not_readonly (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1025 test___set___w_readonly_and_already_set (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1026 test___set___w_readonly_not_already_set (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1027 test_basic (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1028 test_ctor_defaults (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1029 test_ctor_explicit (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1030 test_field_Bool_default_is_None (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1031 test_field_Bool_is_required (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1032 test_field_event (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1033 test_field_event_update (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1034 test_query_value_with_default (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1035 test_query_value_without_default (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1036 test_readonly (zope.schema.tests.test_fieldproperty.FieldPropertyTests)
1037 test_bool_defaults_to_false (zope.schema.tests.test_interfaces.Test__fields)
1038 test_bool_not_required (zope.schema.tests.test_interfaces.Test__fields)
1039 test_empty_containers (zope.schema.tests.test_interfaces.Test__fields)
1040 test_w_fields (zope.schema.tests.test_interfaces.Test__fields)
1041 test_w_mixed (zope.schema.tests.test_interfaces.Test__fields)
1042 test_w_non_fields (zope.schema.tests.test_interfaces.Test__fields)
1043 test_non_fields (zope.schema.tests.test_interfaces.Test__is_field)
1044 test_w_explicitly_provided (zope.schema.tests.test_interfaces.Test__is_field)
1045 test_w_normal_fields (zope.schema.tests.test_interfaces.Test__is_field)
1046 test_derived (zope.schema.tests.test_schema.Test_getFieldNames)
1047 test_simple (zope.schema.tests.test_schema.Test_getFieldNames)
1048 test_derived (zope.schema.tests.test_schema.Test_getFieldNamesInOrder)
1049 test_simple (zope.schema.tests.test_schema.Test_getFieldNamesInOrder)
1050 test_derived (zope.schema.tests.test_schema.Test_getFields)
1051 test_simple (zope.schema.tests.test_schema.Test_getFields)
1052 test_derived (zope.schema.tests.test_schema.Test_getFieldsInOrder)
1053 test_simple (zope.schema.tests.test_schema.Test_getFieldsInOrder)
1054 test_schema_with_fields_ok (zope.schema.tests.test_schema.Test_getSchemaValidationErrors)
1055 test_schema_with_invalid_field (zope.schema.tests.test_schema.Test_getSchemaValidationErrors)
1056 test_schema_with_missing_field (zope.schema.tests.test_schema.Test_getSchemaValidationErrors)
1057 test_schema_wo_fields (zope.schema.tests.test_schema.Test_getSchemaValidationErrors)
1058 test_schema (zope.schema.tests.test_schema.Test_getValidationErrors)
1059 test_schema_with_field_errors (zope.schema.tests.test_schema.Test_getValidationErrors)
1060 test_schema_with_invariant_errors (zope.schema.tests.test_schema.Test_getValidationErrors)
1061 test_schema_with_invariant_ok (zope.schema.tests.test_schema.Test_getValidationErrors)
1062 test_contains (zope.schema.tests.test_states.StateSelectionTest)
1063 test_default_presentation (zope.schema.tests.test_states.StateSelectionTest)
1064 test_prebound_vocabulary (zope.schema.tests.test_states.StateSelectionTest)
1065 test_getVocabularyRegistry (zope.schema.tests.test_vocabulary.RegistryTests)
1066 test_setVocabularyRegistry (zope.schema.tests.test_vocabulary.RegistryTests)
1067 test__eq__and__hash__ (zope.schema.tests.test_vocabulary.SimpleTermTests)
1068 test_bytes_non_ascii_value (zope.schema.tests.test_vocabulary.SimpleTermTests)
1069 test_bytes_value (zope.schema.tests.test_vocabulary.SimpleTermTests)
1070 test_class_conforms_to_ITokenizedTerm (zope.schema.tests.test_vocabulary.SimpleTermTests)
1071 test_ctor_defaults (zope.schema.tests.test_vocabulary.SimpleTermTests)
1072 test_ctor_explicit (zope.schema.tests.test_vocabulary.SimpleTermTests)
1073 test_instance_conforms_to_ITokenizedTerm (zope.schema.tests.test_vocabulary.SimpleTermTests)
1074 test_unicode_non_ascii_value (zope.schema.tests.test_vocabulary.SimpleTermTests)
1075 test__eq__and__hash__ (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1076 test_class_conforms_to_IVocabularyTokenized (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1077 test_createTerm (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1078 test_ctor_additional_interfaces (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1079 test_fromItems (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1080 test_fromItems_triples (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1081 test_fromValues (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1082 test_getTermByToken_miss (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1083 test_getTerm_miss (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1084 test_instance_conforms_to_IVocabularyTokenized (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1085 test_nonunique_token_message (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1086 test_nonunique_token_messages (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1087 test_nonunique_tokens (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1088 test_nonunique_tokens_swallow (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1089 test_overriding_createTerm (zope.schema.tests.test_vocabulary.SimpleVocabularyTests)
1090 test_additional_interfaces (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1091 test_contains (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1092 test_get (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1093 test_get_term (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1094 test_implementation (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1095 test_indexes (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1096 test_len (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1097 test_nonunique_token_message (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1098 test_nonunique_value_message (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1099 test_nonunique_values_and_tokens (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1100 test_only_titled_if_triples (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1101 test_ordering (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1102 test_recursive_methods (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1103 test_termpath (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1104 test_values_and_items (zope.schema.tests.test_vocabulary.TreeVocabularyTests)
1105 Ran 1097 tests with 0 failures, 0 errors and 1 skipped.
1106 Tearing down left over layers:
1107 Tear down zope.testrunner.layer.UnitTests.
1108 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
1109 Running Sphinx v7.1.2
1110 making output directory... done
1111 WARNING: html_static_path entry '_static' does not exist
1112 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/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
1113 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://zopecomponent.readthedocs.io/en/latest', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
1114 loading intersphinx inventory from https://docs.python.org/objects.inv...
1115 loading intersphinx inventory from https://zopecomponent.readthedocs.io/en/latest/objects.inv...
1116 intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
1117 building [mo]: targets for 0 po files that are out of date
1119 building [doctest]: targets for 8 source files that are out of date
1120 updating environment: [new config] 8 added, 0 changed, 0 removed
1121 \e[2Kreading sources... [ 12%] api
\r\e[2Kreading sources... [ 25%] changelog
\r\e[2Kreading sources... [ 38%] fields
\r\e[2Kreading sources... [ 50%] hacking
\r\e[2Kreading sources... [ 62%] index
\r\e[2Kreading sources... [ 75%] narr
\r\e[2Kreading sources... [ 88%] sources
\r\e[2Kreading sources... [100%] validation
\r
1122 looking for now-outdated files... none found
1123 pickling environment... done
1124 checking consistency... done
1129 1 items passed all tests:
1130 299 tests in default
1131 299 tests in 1 items.
1132 299 passed and 0 failed.
1137 1 items passed all tests:
1138 128 tests in default
1139 128 tests in 1 items.
1140 128 passed and 0 failed.
1145 1 items passed all tests:
1147 22 tests in 1 items.
1148 22 passed and 0 failed.
1153 1 items passed all tests:
1155 25 tests in 1 items.
1156 25 passed and 0 failed.
1159 Document: validation
1160 --------------------
1161 1 items passed all tests:
1163 66 tests in 1 items.
1164 66 passed and 0 failed.
1171 0 failures in setup code
1172 0 failures in cleanup code
1173 build succeeded, 3 warnings.
1175 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.