summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_validators.py
Commit message (Expand)AuthorAgeFilesLines
* This allows defining custom typesJohn Anderson2013-10-171-0/+5
* Cleanups to last commitChase Sterling2013-08-251-0/+17
* Fix error paths when additionalItems is used with items keyword. fix #122Chase Sterling2013-08-241-4/+4
* Be sure to test schema_path somewhere.Julian Berman2013-07-271-0/+17
* Remove ValidatorMixin.Julian Berman2013-05-211-14/+1
* Spacing.Julian Berman2013-05-211-0/+1
* Make sure to copy validators on extend.Julian Berman2013-05-211-1/+2
* Tidy the implementation a bit, + break the tests separately.Julian Berman2013-05-211-16/+25
* Added validator_for to provide direct access to validatorsDaniel Gonzalez (pegasus)2013-05-211-2/+21
* Add jsonschema.validators.extendJulian Berman2013-05-201-2/+13
* MagicJulian Berman2013-05-201-6/+5
* Add version to create.Julian Berman2013-05-201-1/+13
* Make everything 5x slower.Julian Berman2013-05-201-1/+41
* Move tests into package.Julian Berman2013-05-171-0/+734