summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the benchmark to pass the right type for remotes again.Julian Berman2023-02-211-2/+2
* Flail to get Sphinx to find references again.Julian Berman2023-02-212-6/+5
* Resolve $ref using the referencing library.Julian Berman2023-02-217-382/+131
* Move Validator._resolver to _ref_resolver.Julian Berman2023-02-211-17/+17
* Make an evolve test not refer to reference resolution.Julian Berman2023-02-211-7/+14
* Deprecate Validator.resolver.Julian Berman2023-02-214-6/+39
* Move reference resolution to a (private) Validator method.Julian Berman2023-02-213-50/+63
* Inline a function that will be RefResolver specific.Julian Berman2023-02-211-9/+6
* Offload a small initial bit of id-related code to referencing.Julian Berman2023-02-212-29/+14
* 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-217-26/+53
* Move to retrieving schemas from the jsonschema-specifications registry.Julian Berman2023-02-2122-1346/+22
* Style, and don't interfere with a test.Julian Berman2023-02-211-1/+1
* Add a microbenchmark for validator creation.Julian Berman2023-02-211-0/+14
* Don't leak into _VALIDATORS during tests either.Julian Berman2023-02-151-0/+11
* More specific type.Julian Berman2023-02-151-1/+2
* Fix some (irrelevantly) broken JSON pointers in CLI tests.Julian Berman2023-02-091-2/+2
* Minor spelling and style.Julian Berman2022-12-262-5/+6
* Remove some old test skips that should never be triggered.Julian Berman2022-12-221-29/+5
* Merge pull request #1022 from DanielNoord/error-strJulian Berman2022-12-211-1/+8
|\
| * Use ``ClassVar`` for ``_Error`` attributesDaniël van Noord2022-12-211-51/+36
| * Add ``_VerboseError``Daniël van Noord2022-11-301-33/+55
* | Handle the upstream change to the previously broken draft 3 test.Julian Berman2022-12-211-1/+0
* | Add a few examples of jsonschema.validators.validator_for.Julian Berman2022-12-191-0/+37
* | 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
* | Add a docstring-ish for exceptions.relevance.Julian Berman2022-12-011-0/+9
* | Handle the TypeVar for format checker callables.Julian Berman2022-11-301-0/+1
|/
* Fix instantiating validators with cached refs-to-bool schemas.v4.17.3Julian Berman2022-11-292-2/+18
* Try fixing more Sphinx refs which fail only on Ubuntu...v4.17.2Julian Berman2022-11-292-4/+5
* Durations without trailing units aren't valid durations.Julian Berman2022-11-281-1/+3
* Empty strings are not valid relative JSON pointers.Julian Berman2022-11-281-0/+3
* Minor fix for test case class names (for format tests).Julian Berman2022-11-281-0/+2
* Un-bundle single-vocabulary meta-schemas.Julian Berman2022-11-1716-2/+578
* Emit a better error message for unevaluatedProperties with a subschema.Julian Berman2022-11-172-9/+37
* Satisfy mypy's new default.Julian Berman2022-11-111-1/+1
* 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-012-2/+18
* Update the Draft 3 and 4 metaschemas.Julian Berman2022-11-013-18/+31
* Deprecate the CLI (via import or running normally).Julian Berman2022-11-013-2/+31
* Fix the grammar on ErrorTree's repr when it has 1 error.Julian Berman2022-10-052-2/+18
* Ignore PyCQA/flake8-bugbear#287.Julian Berman2022-10-051-1/+1
* Deprecate jsonschema.draftN_format_checker attributes.v4.16.0Julian Berman2022-09-093-23/+134
* Fix more $ref cases when the lookup URL is different from an $idJulian Berman2022-09-092-10/+27