summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_validators.py
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of SynchronousTestCase.Julian Berman2021-10-311-29/+24
* fix prefixItems index reporting in ValidationErrorJonathan Hashkes2021-10-171-4/+4
* Deprecate jsonschema.validators.validators and .meta_schemas.Julian Berman2021-08-261-12/+12
* StyleJulian Berman2021-08-261-3/+3
* Add test cases for error details hidden behind a $refJulian Berman2021-08-261-0/+62
* Remove 2-arg-using form of is_valid from tests.Julian Berman2021-08-251-2/+2
* Test iter_errors independent of a draft validator.Julian Berman2021-08-251-47/+31
* Set __qualname__ for validator classes.Julian Berman2021-08-251-1/+33
* Properly set the failing validator for min/maxContains.Julian Berman2021-08-251-0/+88
* Ensure message_for allows only one error.Julian Berman2021-08-251-5/+11
* Add a test for the 2019-09 $id lookup.Julian Berman2021-08-251-0/+13
* Fix items' instance path as well.Julian Berman2021-08-241-0/+52
* Slightly nicer error message for not.Julian Berman2021-08-231-1/+1
* Remove a test that is only relevant for Py2+3 combined codebases.Julian Berman2021-08-231-6/+0
* Fix the schema path used by prefixItems errors.Julian Berman2021-08-231-1/+50
* Reimplement contains.Julian Berman2021-08-181-7/+5
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-181-35/+200
* Remove more unneeded u prefixes.Julian Berman2021-08-181-69/+69
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-181-45/+45
* Fix Draft2020-12Validator's name to be Draft202012Validator.Julian Berman2021-08-181-0/+8
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-44/+29
* Julian/jsonschema#782: Update validation message for unevaluatedProperties an...Harald Nezbeda2021-07-201-0/+34
* Julian/jsonschema#782: Fixes failing stylesHarald Nezbeda2021-07-201-0/+19
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-2/+17
* Extend sequance and mapping checkHarald Nezbeda2021-07-091-19/+58
* Add test case with custom sequance typeHarald Nezbeda2021-07-091-1/+37
* Remove default types (in favor of the TypeChecker API).Julian Berman2021-05-041-220/+0
* 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