summaryrefslogtreecommitdiff
path: root/jsonschema/tests/_suite.py
Commit message (Expand)AuthorAgeFilesLines
* Enable ruff's simplify rules too.Julian Berman2023-03-151-9/+6
* Tighten up a type in the tests.Julian Berman2023-02-211-3/+3
* Resolve $ref using the referencing library.Julian Berman2023-02-211-13/+4
* 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-211-2/+2
* 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-051-51/+37
* Use the newer attrs interface in the test suite loader.Julian Berman2022-12-051-17/+20
* Don't skip tests while debugging.Julian Berman2022-08-281-1/+1
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-181-3/+3
* Better error message for network access in test runs.Julian Berman2022-08-171-2/+2
* Tweak remote URIs when running the upstream test suite.Julian Berman2022-08-171-4/+1
* Complain if the test suite hits the network while running.Julian Berman2022-08-051-0/+8
* Add a way to run the test suite with xfail instead of skip.Julian Berman2022-08-051-1/+6
* Add a permanent way to drop into a debugger from the suite.Julian Berman2022-08-051-0/+2
* docs: Fix a few typosTim Gates2022-07-051-1/+1
* Gut the meat of the recursiveRef implementation for draft2019Julian Berman2022-06-281-0/+1
* Deprecate jsonschema.validators.validators and .meta_schemas.Julian Berman2021-08-261-3/+3
* Remove more dead code.Julian Berman2021-08-251-6/+0
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-181-1/+1
* Don't check schemas in test suite runs.Julian Berman2021-08-181-7/+2
* Fix the names of internal test cases for newer drafts.Julian Berman2021-08-171-1/+1
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-3/+3
* Remove pathlib2 compatibility code.Harald Nezbeda2021-07-191-5/+1
* Fix IDs of remotes in the test suite on Windows.Julian Berman2021-04-121-1/+1
* Kill jsonschema.compat as well.Julian Berman2020-08-051-6/+1
* Add support for the comment field in upstream tests.Julian Berman2020-06-091-0/+2
* Sigh. Windows... Use utf-8 everywhere.Julian Berman2020-06-071-1/+1
* FilePath -> pathlibJulian Berman2020-06-071-15/+19
* Fix the benchmark runner for the whole suite.Julian Berman2020-06-071-1/+4
* Fix the benchmarks...Julian Berman2019-08-031-6/+6
* Fix a test suite bug where id_of wasn't carried along for ref resolution.Julian Berman2019-08-031-2/+4
* Cowboy code fixing benchmarking.Julian Berman2019-02-251-5/+6
* Kill some coverage noise.Julian Berman2018-12-271-5/+5
* Maybe better luck for now with a maintained thing...Julian Berman2018-09-301-1/+1
* Ugh except not on Linux.Julian Berman2018-09-301-1/+1
* Bytes for the path name.Julian Berman2018-09-301-1/+1
* Turn - into _, because we like pretty things.Julian Berman2018-09-291-3/+4
* And now fix the docstring.Julian Berman2018-09-231-3/+2
* When you do crazy things, even simpler crazy things are invisible...Julian Berman2018-09-231-1/+1
* Hacks on hacks on hacks.Julian Berman2018-09-231-1/+28
* Call spades spades.Julian Berman2018-09-031-7/+7
* Swapzies.Julian Berman2018-09-031-2/+1
* I think this also will help.Julian Berman2018-09-021-10/+5
* Closer to the structure we want now.Julian Berman2018-09-021-4/+6
* Clarity.Julian Berman2018-09-021-1/+1
* Default names.Julian Berman2018-09-021-1/+2
* Hopefully even closer to producing TestSuites.Julian Berman2018-09-021-0/+16
* Dead.Julian Berman2018-08-191-1/+0