summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_validators.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-3/+3
* Three more exception-related deprecations.Julian Berman2023-02-231-3/+3
* StyleJulian Berman2023-02-221-2/+0
* These pass now actually.Julian Berman2023-02-221-6/+2
* Resolve $ref using the referencing library.Julian Berman2023-02-211-0/+1
* Make an evolve test not refer to reference resolution.Julian Berman2023-02-211-7/+14
* Deprecate Validator.resolver.Julian Berman2023-02-211-4/+3
* Minor regrouping of some to-be-modified/deprecated RefResolver tests.Julian Berman2023-02-211-32/+32
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-211-16/+16
* Don't leak into _VALIDATORS during tests either.Julian Berman2023-02-151-0/+11
* Fix instantiating validators with cached refs-to-bool schemas.v4.17.3Julian Berman2022-11-291-0/+15
* Emit a better error message for unevaluatedProperties with a subschema.Julian Berman2022-11-171-1/+20
* Enable format validation by default in check_schema.v4.17.0Julian Berman2022-11-011-0/+10
* Update the Draft 3 and 4 metaschemas.Julian Berman2022-11-011-2/+20
* Support validator classes whose metaschema uses a different dialect.v4.13.0Julian Berman2022-08-191-0/+32
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-181-5/+5
* Warn at runtime when subclassing validator classes.v4.12.0Julian Berman2022-08-181-4/+5
* Use an explicit default provided to validator_for in all cases.v4.10.3Julian Berman2022-08-181-0/+4
* Fix one more Validator.evolve issue for downstream Validators.v4.10.2Julian Berman2022-08-171-1/+3
* Fix calling Validator.evolve for some downstream users.v4.10.1Julian Berman2022-08-171-0/+32
* Replace references to draft 3 in a few more doc examples.Julian Berman2022-08-161-12/+12
* Prefer 'keyword' over 'validator' in docs.Julian Berman2022-08-161-1/+1
* Don't let best_match traverse into applicators with equally bad sub-errors.Julian Berman2022-07-261-3/+7
* Gut the meat of the recursiveRef implementation for draft2019Julian Berman2022-06-281-1/+1
* Only validate unevaluated props/items on applicable typesLaurie O2022-05-181-0/+10
* Ensure proper sorting of list in error messageSorin Sbarnea2022-05-051-2/+2
* Update hyperlinks from the GitHub organization move.Julian Berman2022-03-211-3/+3
* Use future import for type annotationsStephen Rosen2022-01-051-7/+8
* Parenthesize dict-tuple to pacify pypy3.7 parserStephen Rosen2022-01-051-6/+6
* Setup mypy in `tox -e typing` and get it to passStephen Rosen2022-01-051-6/+7
* Shorten the protocol test.v4.3.0Julian Berman2021-12-151-15/+3
* Fix references to IValidator; add protocol testsStephen Rosen2021-12-131-1/+22
* Add in some missing internal draft2019-09 tests.Julian Berman2021-11-031-0/+6
* 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