summaryrefslogtreecommitdiff
path: root/tests.py
Commit message (Expand)AuthorAgeFilesLines
* cls_checks and tests.Julian Berman2013-02-011-6/+22
* Make sure to return the function.Julian Berman2013-02-011-0/+10
* Remove dead code.Julian Berman2013-01-311-2/+1
* OK this works. Non-ideal, but works.Julian Berman2013-01-311-2/+8
* Rework suite loader decorator.Julian Berman2013-01-311-25/+17
* Enable bignum tests, add two more, and correct number as well.Julian Berman2013-01-311-1/+1
* Disable format validation by default.Julian Berman2013-01-311-2/+26
* Test format error message.Julian Berman2013-01-311-3/+14
* Python is terrible.Julian Berman2013-01-311-2/+1
* Allow individual files of optional tests to be specified. Updated README.mdNorman Hooper2013-01-311-6/+8
* Removed "INCLUDE_OPTIONAL" constant in tests.pyNorman Hooper2013-01-311-4/+1
* Now tests.py can also run optional JSON testsNorman Hooper2013-01-311-3/+18
* Fixed any to accept any type, including unknown ones.Julian Berman2012-12-291-1/+10
* Revamp RefResolver.Julian Berman2012-12-291-30/+44
* Remove duplication.Julian Berman2012-12-241-43/+0
* Add params to __init__ for Validation and SchemaErrorJulian Berman2012-11-291-32/+31
* Fix sorted_errors.Julian Berman2012-11-171-1/+2
* Remove dead imports.Julian Berman2012-11-171-3/+3
* Never mind, this isn't necessary at all anymore.Julian Berman2012-11-171-4/+0
* Silence coverage.Julian Berman2012-11-171-1/+1
* Be gone!Julian Berman2012-11-171-93/+17
* Remove duplicated tests.Julian Berman2012-11-171-194/+0
* Non local refs.Julian Berman2012-11-071-1/+16
* Ref storeJulian Berman2012-11-061-0/+9
* RefResolverJulian Berman2012-11-061-1/+26
* Begrudgingly make 1 and True unique (and 0 and False).Julian Berman2012-10-311-4/+0
* Remove path from test nameJulian Berman2012-10-311-3/+9
* Git I don't even begin to understand you.Julian Berman2012-10-311-1/+2
* Use proper relative paths.Julian Berman2012-10-301-11/+17
* Use git subtree for JSON Test SuiteJulian Berman2012-10-301-1/+1
* Remove test duplication.Julian Berman2012-10-301-301/+5
* Disable some tests due to issue #43Chase Sterling2012-10-281-2/+5
* Merge branch 'master' into json-test-suiteChase Sterling2012-10-281-32/+1
|\
| * Remove deprecations.Julian Berman2012-10-281-32/+1
* | Make test method names into valid identifiers.Chase Sterling2012-10-281-3/+6
* | Fix nose trying to run helper functions as tests.Chase Sterling2012-10-281-35/+24
* | Add json based test cases, and a test runner for them.Chase Sterling2012-10-281-0/+47
|/
* Add support and test for decoding percent encoded characters in json pointer ...Chase Sterling2012-10-261-3/+6
* Add test cases for encoded ~ and / in $ref values.Chase Sterling2012-10-261-0/+14
* Merge branch 'json-ref' of http://github.com/redpie/jsonschemaJulian Berman2012-10-261-0/+17
|\
| * Add support for json-pointer references based on Chase Sterling's code.Kiall Mac Innes2012-10-221-0/+17
* | Make check_schema a classmethod.Julian Berman2012-10-261-12/+0
|/
* Deprecate meta_validate too.Julian Berman2012-09-281-0/+8
* Add schema as a parameter to init for Draft3Validators.Julian Berman2012-09-281-11/+26
* Add deprecation warning.Julian Berman2012-09-281-0/+8
* Fix unvalidated properties.Julian Berman2012-09-281-0/+4
* Test is_validJulian Berman2012-09-281-2/+21
* Refactor is_type.Julian Berman2012-09-281-6/+22
* Create Draft3Validator class.Julian Berman2012-09-281-36/+28
* More minor duplication removal.Julian Berman2012-09-271-3/+9