summaryrefslogtreecommitdiff
path: root/src/zope/schema/tests
Commit message (Expand)AuthorAgeFilesLines
* Include a field's interface in equality and hashing.issue40Jason Madden2018-08-311-70/+92
* Refactor Collection-related tests to share code and reduce duplication.Jason Madden2018-08-301-315/+139
* Let subclasses of Collection and Object define attributes that can be omitted...issue23Jason Madden2018-08-291-6/+72
* Add [Mutable]Sequence and [Mutable]Mapping and make List, Dict and Tuple exte...Jason Madden2018-08-241-22/+163
* SchemaNotFullyImplemented has correct field; Decimal raises a better exceptio...Jason Madden2018-08-242-2/+12
* SchemaNotProvided also needs to provide the field and value.Jason Madden2018-08-201-1/+8
* Give ValidationErrors more context information.Jason Madden2018-08-202-35/+183
* Make ValidationError sorting make a bit more sense. It is clearly defined to ...Jason Madden2018-08-141-0/+1
* 100% test coverage on Python 3Jason Madden2018-08-143-14/+12
* Add the ability for Object to check schema invariants.Jason Madden2018-08-141-27/+79
* Handle Unicode token values with non-ascii chars.Jason Madden2018-08-132-0/+19
* Allow `missing_value` without setting `min` and `max`Jason Madden2018-08-132-12/+56
* ``Field`` instances are hashable on Python 3Jason Madden2018-08-101-0/+28
* 100% coverage.py36Jason Madden2017-07-1011-165/+21
* Remove the u/b BWC functions. (#28)Jason Madden2016-09-1510-369/+359
* fix test on python 3.2Jean-François Roche2014-01-211-8/+8
* be more explicit in commentJean-François Roche2014-01-211-1/+2
* change test orderJean-François Roche2014-01-211-25/+28
* add field event, enable subscriber to be triggered after a zope schema field ...Jean-François Roche2014-01-172-9/+159
* test pep 8Johannes Raggam2013-11-241-8/+9
* test pep 8Johannes Raggam2013-11-2411-283/+493
* don't raise RequiredMissing when a field's defaultFactory returns its missing...David Glick2013-09-051-0/+7
* add ability to bypass exceptions from duplicate checking when rendering a voc...Elizabeth Leddy2013-06-171-0/+7
* Fixed a bug where bytes values were turned into tokens inproperly in Python 3.Stephan Richter2013-02-241-0/+7
* Normalize imports.Tres Seaver2013-02-101-2/+2
* Added `createFieldProperties` function which maps schema fields into FieldPro...Sebastian Wehrmann2013-01-231-0/+27
* Move doctests for scalar fields to Sphinx.Tres Seaver2012-12-311-253/+253
* Further defend against hash randomization effects.Tres Seaver2012-11-211-2/+5
* Don't assert equality to True.Tres Seaver2012-11-211-8/+8
* fix KeyError on DefaultProperty if field doesn't have defaultFactory. this co...David Glick2012-11-091-0/+8
* Merge jinty-native_string branch:Tres Seaver2012-05-041-13/+9
* Coverage.Tres Seaver2012-05-041-93/+133
* Coverage.Tres Seaver2012-05-041-0/+94
* Coverage.Tres Seaver2012-05-041-43/+361
* Coverage.Tres Seaver2012-05-041-96/+248
* Coalesce more out-of-module tests.Tres Seaver2012-04-261-204/+0
* Coalesce out-of-module tests.Tres Seaver2012-04-263-123/+9
* Improved assertions for string types.Tres Seaver2012-04-263-206/+144
* Fix up test failures under Py3k.Tres Seaver2012-04-252-34/+24
* Coverage for z.s._f.DottedName.Tres Seaver2012-04-252-62/+105
* Coverage for z.s._f.Id.Tres Seaver2012-04-251-0/+79
* Coverage for z.s._f.URI.Tres Seaver2012-04-251-0/+76
* Coverage for z.s._f.Dict.Tres Seaver2012-04-252-142/+107
* Coverage for z.s._f.Object.Tres Seaver2012-04-252-344/+279
* Coverage for z.s._bi.ValidationError.Tres Seaver2012-04-251-0/+11
* Coverage for z.s._f.{Tuple,List,Set,Frozenset}.Tres Seaver2012-04-254-616/+354
* Coverage for z.s._f.AbstractCollection.Tres Seaver2012-04-251-0/+62
* Collapse out-of-module field tests into in-module tests.Tres Seaver2012-04-259-671/+662
* Coverage for z.s._f.Choice.Tres Seaver2012-04-253-244/+203
* Moar coverage for z.s._f.Choice.Tres Seaver2012-04-231-0/+27