summaryrefslogtreecommitdiff
path: root/jsonschema/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix an additional unintentional resolution scope change in RefResolverv4.18.0a6Julian Berman2023-04-271-2/+9
* Re-enable (but deprecate) automatic reference retrieval.Julian Berman2023-04-251-3/+3
* Ignore non-str $ids for *deprecated* RefResolver resolution.v4.18.0a5Julian Berman2023-04-251-0/+9
* Wrap raised referencing exceptions in a RefResolutionError subclass.v4.18.0a4Julian Berman2023-04-171-0/+34
* Bump the minimum jsonschema-specifications/rpds versions to avoid #1059v4.18.0a2Julian Berman2023-03-201-0/+31
* Enable ruff's simplify rules too.Julian Berman2023-03-151-9/+6
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-152-4/+4
* Replace the other usages of pyrsistent with rpds.Julian Berman2023-03-061-4/+2
* Three more exception-related deprecations.Julian Berman2023-02-234-8/+55
* Improve error messages for deprecation tests when they fail.Julian Berman2023-02-231-107/+37
* Re-add the direct test of RefResolver's deprecation.Julian Berman2023-02-231-0/+14
* StyleJulian Berman2023-02-221-2/+0
* These pass now actually.Julian Berman2023-02-221-6/+2
* Tighten up a type in the tests.Julian Berman2023-02-211-3/+3
* Resolve $ref using the referencing library.Julian Berman2023-02-213-307/+17
* Make an evolve test not refer to reference resolution.Julian Berman2023-02-211-7/+14
* Deprecate Validator.resolver.Julian Berman2023-02-212-4/+19
* Move reference resolution to a (private) Validator method.Julian Berman2023-02-211-17/+35
* Minor regrouping of some to-be-modified/deprecated RefResolver tests.Julian Berman2023-02-211-32/+32
* Load the test suite into a referencing.Registry for running tests.Julian Berman2023-02-211-5/+32
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-213-19/+19
* Don't leak into _VALIDATORS during tests either.Julian Berman2023-02-151-0/+11
* Fix some (irrelevantly) broken JSON pointers in CLI tests.Julian Berman2023-02-091-2/+2
* Minor spelling and style.Julian Berman2022-12-261-1/+1
* Remove some old test skips that should never be triggered.Julian Berman2022-12-221-29/+5
* Handle the upstream change to the previously broken draft 3 test.Julian Berman2022-12-211-1/+0
* Just pre-calculate the remotes in the suite loader.Julian Berman2022-12-051-9/+7
* Introduce _Case in the test suite loader.Julian Berman2022-12-051-37/+68
* More type sprinkling in the suite loader.Julian Berman2022-12-052-87/+73
* Use the newer attrs interface in the test suite loader.Julian Berman2022-12-051-17/+20
* Fix instantiating validators with cached refs-to-bool schemas.v4.17.3Julian Berman2022-11-291-0/+15
* Minor fix for test case class names (for format tests).Julian Berman2022-11-281-0/+2
* Emit a better error message for unevaluatedProperties with a subschema.Julian Berman2022-11-171-1/+20
* Re-add the second test for importing jsonschema.cliJulian Berman2022-11-021-0/+17
* 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
* Deprecate the CLI (via import or running normally).Julian Berman2022-11-012-2/+20
* Fix the grammar on ErrorTree's repr when it has 1 error.Julian Berman2022-10-051-1/+15
* Deprecate jsonschema.draftN_format_checker attributes.v4.16.0Julian Berman2022-09-092-14/+113
* Fix more $ref cases when the lookup URL is different from an $idJulian Berman2022-09-091-0/+10
* Don't show type checker functions in TypeChecker reprs.Julian Berman2022-08-301-0/+4
* Fix $id in the presence of $ref on draft 6 and 7.Julian Berman2022-08-281-19/+5
* Don't skip tests while debugging.Julian Berman2022-08-281-1/+1
* Remove the TODO for draft 7 content assertions.Julian Berman2022-08-281-23/+0
* Fix unevaluatedItems on draft2019.Julian Berman2022-08-201-56/+1
* We've wontfixed the upstream issue.Julian Berman2022-08-201-2/+2
* Deprecate FormatChecker.cls_checks.Julian Berman2022-08-202-2/+19
* 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-184-10/+10
* Warn at runtime when subclassing validator classes.v4.12.0Julian Berman2022-08-182-4/+30