summaryrefslogtreecommitdiff
path: root/jsonschema/tests
Commit message (Expand)AuthorAgeFilesLines
* Apply built-in formats only to strings, otherwise ignore.Julian Berman2013-10-302-3/+23
* Move ErrorTree closer to its friends.Julian Berman2013-10-302-64/+63
* Merge branch 'best-match'Julian Berman2013-10-281-0/+210
|\
| * Remove __eq__, since it causes hashability issues on Py3 that I don't want to...Julian Berman2013-10-271-1/+2
| * Update best_match docs.Julian Berman2013-10-271-1/+1
| * Different strategy that's a lot more robust.Julian Berman2013-10-271-68/+89
| * Initial stab at best_match.Julian Berman2013-10-271-2/+150
| * Sort errors based on their paths.Julian Berman2013-10-271-0/+40
* | Format can apply to instances of any type.Julian Berman2013-10-281-0/+18
|/
* This allows defining custom typesJohn Anderson2013-10-171-0/+5
* Less confusing skip messageJulian Berman2013-09-221-3/+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
* Fix docstring link typoJulian Berman2013-06-201-1/+1
* Show skipped format checkers.Julian Berman2013-06-171-1/+1
* 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
* Some module docstrings.Julian Berman2013-05-182-0/+14
* Bit of cleanup.Julian Berman2013-05-171-24/+28
* Move tests into package.Julian Berman2013-05-175-0/+1043