summaryrefslogtreecommitdiff
path: root/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate meta_validateJulian Berman2012-06-191-0/+7
* ErrorTrees, to make programmatic poking at validation easier.Julian Berman2012-06-181-7/+48
* Provide error details for each ValidationError.Julian Berman2012-06-181-0/+81
* Split off deprecation tests.Julian Berman2012-06-101-0/+1
* Deprecate stop_on_error in favor of iter_errors.Julian Berman2012-06-081-13/+26
* Minor style changesJulian Berman2012-06-071-21/+20
* Rename property in test schema.Glenn Maynard2012-06-071-1/+1
* Test .errors propagation for SchemaError.Glenn Maynard2012-06-071-0/+7
* Fix an exception when a "properties" value is not an object.Glenn Maynard2012-06-061-0/+3
* Deprecate {string,number}_types for a more robust thing.Julian Berman2012-06-051-1/+15
* Removed two more stale 2.5 things.Julian Berman2012-06-031-9/+1
* Moved irrelevant type tests to test_ methods.Julian Berman2012-06-031-6/+18
* Fix divisibleBy when the item isn't a number.Glenn Maynard2012-05-311-0/+1
* Replace multiple_types_with_properties and multiple_types_with_items withGlenn Maynard2012-05-311-22/+2
* Fix verification for minimum and maximum.Glenn Maynard2012-05-311-0/+3
* Fix quotes (for consistency).Glenn Maynard2012-05-311-2/+2
* Fix "items" verification.Glenn Maynard2012-05-311-0/+11
* Fix "properties" verification.Glenn Maynard2012-05-301-0/+11
* Minor formatting and cleanup.Julian Berman2012-04-201-9/+11
* An initial stab at making jsonschema Python 3.x compatible.Michael Droettboom2012-04-201-140/+161
* Removed the securetypes stuff.Julian Berman2012-04-191-46/+2
* Change defaults for unknown type and unknown propertyJulian Berman2012-04-191-2/+2
* Upping the epsilon for checking floats' divisibleByJulian Berman2012-02-191-0/+2
* Meta schema validationJulian Berman2012-02-101-0/+5
* Added basic extends support. forthcoming (I hope)Julian Berman2012-01-301-0/+50
* Make the error message for additionals prettierJulian Berman2012-01-301-0/+25
* Fixed additional{Properties,Items} to appropriately typecheck.Julian Berman2012-01-291-2/+6
* Minor cleanup + 'privatize' of _uniqJulian Berman2012-01-201-6/+6
* Adding uniqueItems with optional (recommended) dep on securetypes.Julian Berman2012-01-181-3/+63
* Decimal test.Julian Berman2012-01-151-5/+21
* Make {max,min}{Items,Length} stricter, and 'clean up' type checking.Julian Berman2012-01-151-0/+5
* Broke 2.5 test support.Julian Berman2012-01-011-0/+8
* A docstring, and unknown_type/unknown_property.Julian Berman2012-01-011-26/+36
* Parametrized Tests, Or, How I Learned To Stop Worrying and Make My Tests Look...Julian Berman2012-01-011-222/+393
* Hey. Let's try not stopping on errors too.Julian Berman2011-12-311-0/+18
* disallowedJulian Berman2011-12-311-0/+23
* Py2.5+ Support.Julian Berman2011-12-301-69/+87
* Renaming to jsonschemaJulian Berman2011-12-301-0/+241