summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_jsonschema_test_suite.py
Commit message (Expand)AuthorAgeFilesLines
* Resolve $ref using the referencing library.Julian Berman2023-02-211-294/+12
* Move reference resolution to a (private) Validator method.Julian Berman2023-02-211-17/+35
* 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
* More type sprinkling in the suite loader.Julian Berman2022-12-051-36/+36
* Minor fix for test case class names (for format tests).Julian Berman2022-11-281-0/+2
* Deprecate jsonschema.draftN_format_checker attributes.v4.16.0Julian Berman2022-09-091-14/+14
* Fix more $ref cases when the lookup URL is different from an $idJulian Berman2022-09-091-0/+10
* Fix $id in the presence of $ref on draft 6 and 7.Julian Berman2022-08-281-19/+5
* 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
* Add support for referencing schemas across different drafts.Julian Berman2022-08-161-0/+3
* Fix the skip for <3.9 leading zero ipv4 tests.Julian Berman2022-08-061-3/+1
* Fix the skip test renames.Julian Berman2022-08-061-5/+21
* Add a way to run the test suite with xfail instead of skip.Julian Berman2022-08-051-20/+183
* Minor tidying.Julian Berman2022-07-111-34/+21
* Gut the meat of the recursiveRef implementation for draft2019Julian Berman2022-06-281-0/+12
* Temporarily remove the future-keywords tests which were removed upstream.Julian Berman2022-06-281-4/+0
* Temporarily skip 2 tests which need fixing.Julian Berman2022-06-251-0/+14
* Revert "Skip the failing unevaluated* tests until #949 is merged."Laurie O2022-05-191-15/+0
* Skip the failing unevaluated* tests until #949 is merged.Julian Berman2022-05-181-0/+15
* Revert "Extend dynamicRef keyword"v4.5.1Julian Berman2022-05-051-1/+9
* Unskip two passing tests.Julian Berman2022-05-051-16/+0
* Skip more complex email validation tests.Julian Berman2022-04-291-0/+6
* Extend dynamicRef keywordHarald Nezbeda2022-01-101-9/+1
* Skip the vocabulary tests that don't pass yet.Julian Berman2022-01-041-0/+8
* Revert "Temporarily skip the failing tests from #866."DrGFreeman2021-11-031-60/+0
* Temporarily skip the failing tests from #866.Julian Berman2021-11-031-0/+60
* Skip more more new leap second tests.Julian Berman2021-10-191-0/+10
* Skip the tests which tickle known bugs.Julian Berman2021-10-071-8/+56
* Temporarily simplify _finditem, and unskip some tests.Julian Berman2021-08-251-36/+0
* Bit of coverage tweaking.v4.0.0a6Julian Berman2021-08-251-3/+3
* Remove 3.6-related code.Julian Berman2021-08-251-23/+0
* Skip more new leap second tests.Julian Berman2021-08-241-2/+27
* Unskip more passing tests.Julian Berman2021-08-241-86/+16
* Run the unicode and float-overflow optional tests on all drafts.Julian Berman2021-08-181-0/+8
* May as well add support for Draft 2019 as well.Julian Berman2021-08-181-0/+38
* Remove the $defs validator.Julian Berman2021-08-181-27/+3
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-1/+1
* Julian/jsonschema#782: Remove ecmascript validation, extend dynamicRef skip d...Harald Nezbeda2021-07-211-62/+4
* Julian/jsonschema#782: Implements dynamicRef validationsHarald Nezbeda2021-07-201-1/+17
* Julian/jsonschema#782: Split format and regular test cases on draft2020-12Harald Nezbeda2021-07-191-3/+94
* Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-191-0/+14
* Julian/jsonschema#686: Fixes unique and equal checksHarald Nezbeda2021-07-091-160/+0
* Rename the test skip (to match the renamed tests).Julian Berman2021-06-291-2/+2
* And skip a few more new ref tests.Julian Berman2021-06-261-0/+28
* Skip the tests which tickle known bugs.Julian Berman2021-06-241-0/+34
* Remove default types (in favor of the TypeChecker API).Julian Berman2021-05-041-30/+0
* Style.Julian Berman2021-04-281-0/+1