summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_validators.py
Commit message (Expand)AuthorAgeFilesLines
* Sigh, ugly, but assrtRegexpMatches is deprecated.Julian Berman2020-10-041-2/+2
* Kill jsonschema.compat as well.Julian Berman2020-08-051-5/+1
* Don't include `if` in the schema_path of errors.Julian Berman2020-06-201-2/+2
* add json_path error attributeDamien Tardy-Panis2020-02-241-0/+40
* Add an explicit test for #611.Julian Berman2019-10-111-0/+6
* Revert "Respect ECMA regex syntax for schemas."v3.1.1Julian Berman2019-10-091-3/+3
* Use JS regex syntaxZac Hatfield-Dodds2019-10-071-3/+3
* Style.Julian Berman2019-09-221-1/+0
* Moved upstream via json-schema-org/JSON-Schema-Test-Suite#277.Julian Berman2019-09-221-29/+0
* Minor style.Julian Berman2019-09-051-1/+0
* But rename helpers anyways for anyone who doesn't check the docs.Julian Berman2019-08-161-1/+1
* Yeah, fine...Julian Berman2019-08-041-1/+1
* Mark the boolean schema bug with the issue numberJulian Berman2019-08-041-2/+3
* Minor style.Julian Berman2019-05-051-3/+3
* Bai lambda.v3.0.1Julian Berman2019-03-011-6/+6
* Minor test docstring style.Julian Berman2019-03-011-1/+1
* Add a test to check that id_of is copied in validators.extendJaakko Kantojärvi2019-02-281-0/+22
* Trust the spec, not the metaschema, on enum.Julian Berman2019-02-251-0/+16
* Don't allow accessing DEFAULT_TYPES on new style validators.v3.0.0Julian Berman2019-02-231-16/+60
* Add a test for $ref's validation details.Julian Berman2019-01-311-0/+29
* Be less specific about what exception gets raised here.Julian Berman2019-01-301-2/+4
* Preserve the old behavior of defining default types.Julian Berman2019-01-261-10/+29
* Combine these test cases.Julian Berman2019-01-261-3/+1
* Intentionally break mixing the new and old type interfaces.Julian Berman2019-01-261-16/+23
* Forgot an important one.Julian Berman2019-01-231-0/+2
* Ensure error properties are properly set for boolean schemas.Julian Berman2019-01-231-0/+21
* Make sure DEFAULT_TYPES is still present on instances.Julian Berman2019-01-231-1/+22
* Unused.Julian Berman2019-01-221-7/+1
* Enable the first of these tests.Julian Berman2019-01-221-20/+9
* This test is awful, but make it at least run everywhere.Julian Berman2019-01-151-11/+19
* Split out dependencies for draft 3.Julian Berman2019-01-141-2/+26
* And tests for the same for if/then/else.Julian Berman2019-01-111-0/+29
* Fix the error properties for propertyNames.Julian Berman2019-01-111-0/+14
* Make validate use best_match.Julian Berman2019-01-031-5/+11
* Minor style change on imports.Julian Berman2019-01-031-19/+18
* Get rid of the actual dependency on mock.Julian Berman2018-12-291-13/+13
* Make the way instances and schemas are passed to ValidatorTestMixin better.Julian Berman2018-12-271-29/+23
* Make exceptions hashable (but not comparable)Stuart Berg2018-12-051-3/+7
* And the last stray warning.Julian Berman2018-11-251-3/+12
* At least kill the last remaining use of mock.MockJulian Berman2018-11-251-1/+1
* Move another compat import into compat.pyJulian Berman2018-11-251-7/+1
* Flush another set of warnings, in a terrible way.Julian Berman2018-11-241-3/+7
* A third, and kill having two separate mixins.Julian Berman2018-11-241-33/+17
* Kill another warning, promote the test to run always.Julian Berman2018-11-241-5/+12
* This is embarassingly terribly written that it requires this.Julian Berman2018-11-241-0/+8
* Kill one unintended warning.Julian Berman2018-11-241-8/+16
* Minor style, and remove a test that already exists.Julian Berman2018-11-181-11/+5
* Fix - lines too longOpemipo Ogunkola2018-11-151-3/+5
* Fix the warning messageOpemipo Ogunkola2018-11-141-1/+1
* Update the warning mesageOpemipo Ogunkola2018-11-141-4/+4