summaryrefslogtreecommitdiff
path: root/jsonschema/tests/_suite.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split this up in prep.Julian Berman2018-08-181-2/+5
* And now get rid of this abomination.Julian Berman2018-08-181-7/+2
* Make the legacy type check tests actually run that way.Julian Berman2018-08-171-9/+7
* More non-really-running code.Julian Berman2018-08-091-3/+3
* Less hard to read.Julian Berman2018-05-121-1/+4
* Layout changed for Draft7 format tests.Julian Berman2018-05-041-0/+11
* Apparently only 3.6 can handle bytes JSON. Whoppee...Julian Berman2017-11-191-2/+2
* StyleJulian Berman2017-10-231-1/+1
* More encapsulation.Julian Berman2017-10-231-2/+10
* Slightly clearer verbiage now.Julian Berman2017-10-231-9/+9
* Shuffle around the other benchmark.Julian Berman2017-10-231-2/+8
* Style.Julian Berman2017-10-191-5/+6
* Really all of this needs tests :/, but extract the test suite loading.Julian Berman2017-10-191-0/+172