summaryrefslogtreecommitdiff
path: root/jsonschema/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip more new leap second tests.Julian Berman2021-08-241-2/+27
* Unskip more passing tests.Julian Berman2021-08-241-86/+16
* Fix items' instance path as well.Julian Berman2021-08-241-0/+52
* Slightly nicer error message for not.Julian Berman2021-08-231-1/+1
* Remove a test that is only relevant for Py2+3 combined codebases.Julian Berman2021-08-231-6/+0
* Fix the schema path used by prefixItems errors.Julian Berman2021-08-231-1/+50
* Sigh, flake8.Julian Berman2021-08-211-2/+2
* And deprecate importing ErrorTree from jsonschema.validators.Julian Berman2021-08-211-3/+16
* Deprecate jsonschema.__version__.Julian Berman2021-08-202-2/+26
* More strict style, now via bugbear.Julian Berman2021-08-181-1/+3
* Reimplement contains.Julian Berman2021-08-181-7/+5
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-184-38/+222
* Run the unicode and float-overflow optional tests on all drafts.Julian Berman2021-08-181-0/+8
* Remove more unneeded u prefixes.Julian Berman2021-08-183-79/+79
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-182-46/+46
* 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 Draft2020-12Validator's name to be Draft202012Validator.Julian Berman2021-08-181-0/+8
* 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-046-57/+42
* Julian/jsonschema#782: Remove ecmascript validation, extend dynamicRef skip d...Harald Nezbeda2021-07-211-62/+4
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-211-3/+3
* Julian/jsonschema#782: Extend format testsHarald Nezbeda2021-07-201-0/+19
* Julian/jsonschema#782: Update validation message for unevaluatedProperties an...Harald Nezbeda2021-07-201-0/+34
* Julian/jsonschema#782: Fixes failing stylesHarald Nezbeda2021-07-202-3/+22
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-2/+17
* 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
* Remove pathlib2 compatibility code.Harald Nezbeda2021-07-191-5/+1
* Test only through _util.equal.Julian Berman2021-07-091-42/+31
* Extend sequance and mapping checkHarald Nezbeda2021-07-091-19/+58
* Add test case with custom sequance typeHarald Nezbeda2021-07-091-1/+37
* Add test for list_equal and dict_equalHarald Nezbeda2021-07-091-0/+135
* 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
* Revert an accidentally removed test.Julian Berman2021-06-261-0/+7
* Skip the tests which tickle known bugs.Julian Berman2021-06-242-7/+34
* Remove default types (in favor of the TypeChecker API).Julian Berman2021-05-042-250/+0
* Style.Julian Berman2021-04-281-0/+1
* Unsupport leap seconds.Julian Berman2021-04-281-0/+12
* Fix IDs of remotes in the test suite on Windows.Julian Berman2021-04-121-1/+1
* Skip tests that actually rely on location-independent IDs.Julian Berman2021-04-121-0/+30
* Allowing leading zeros is allowed by the JSON Schema spec...Julian Berman2021-04-121-0/+11
* Minor style fixes.Julian Berman2021-03-031-4/+7
* fixed fuzzer.davkor2021-03-031-4/+3
* Extra newline.Julian Berman2021-03-021-1/+0
* Go back to fuzz_* naming.Julian Berman2021-03-021-0/+0