summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded backtick from docstring of validators.extend()Sergey Fedoseev2021-03-031-1/+1
* 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
* Module docstringJulian Berman2021-03-021-0/+6
* Minor style fixes.Julian Berman2021-03-021-12/+15
* Merge branch 'main' into DavidKorczynski/mainJulian Berman2021-03-021-1/+1
|\
| * Fix test to windows path matchingMilly2021-02-201-1/+1
* | Make fuzzer friendly for pytest.davkor2021-01-261-1/+1
* | Add suggestions from Zacdavkor2021-01-261-2/+2
* | fuzzer: fix remaining style CI complaintsdavkor2021-01-211-0/+3
* | Removed os importdavkor2021-01-211-1/+0
* | Fix up syntaxdavkor2021-01-211-1/+3
* | Added fuzzer to be run with OSS-Fuzzdavkor2021-01-211-0/+35
|/
* Make utils.indent exit stage left.Julian Berman2020-11-173-12/+8
* Actually exercise Validator.is_type on an unknown type.Julian Berman2020-11-171-0/+5
* Work around danielrichman/strict-rfc3339#5.Julian Berman2020-10-242-21/+1
* Cope with IPv6Address now allowing zone IDs in 3.9.Julian Berman2020-10-201-1/+2
* Vanilla flake8.Julian Berman2020-10-202-11/+18
* And now tidy up the tests.Julian Berman2020-10-151-45/+45
* Minor formatting and wording.Julian Berman2020-10-151-6/+6
* Merge remote-tracking branch 'origin/master' into fix_issue669Julian Berman2020-10-154-6/+21
|\
| * Handle multipleOf overflowZac-HD2020-10-052-40/+13
| * Temporarily skip the failing tests for #743.Julian Berman2020-10-041-0/+39
| * Sigh, ugly, but assrtRegexpMatches is deprecated.Julian Berman2020-10-041-2/+2
| * Minor doc formatting.Julian Berman2020-08-292-3/+6
* | Optimizing test cases and add invalid '--base-uri' testwillson-chen2020-09-281-26/+45
* | Optimize the input parameters of '--base-uri'willson-chen2020-09-142-67/+4
* | Support --base-uri. and local full path and remote URIwillson-chen2020-09-032-64/+17
* | support for cli specifying --base-uri local or remote and add test caseswillson-chen2020-08-292-14/+152
* | Resolve conflictswilson chen2020-08-291-1/+28
* | Merge branch 'master' into fix_issue669wilson chen2020-08-2912-106/+195
|\ \ | |/
| * Move the latest validator CLI test to where it must go now.Julian Berman2020-08-261-17/+15
| * Simplify the schemas in the tests for CLI validator detection.Julian Berman2020-08-261-25/+21
| * add test casewillson-chen2020-08-241-1/+52
| * Delete the failed test casewillson-chen2020-08-201-10/+1
| * Fix the bug of processing arguments[validator] in parse_argswillson-chen2020-08-201-2/+3
| * use correct format check globallyHillel Arnold2020-08-191-5/+7
| * renames message and functionHillel Arnold2020-08-191-7/+7
| * better handling for Python 3.6Hillel Arnold2020-08-191-4/+6
| * fix formatting errorHillel Arnold2020-08-191-4/+3
| * skip tests on python 3.6Hillel Arnold2020-08-191-0/+23
| * unskip testsHillel Arnold2020-08-181-20/+0
| * Merge remote-tracking branch 'upstream/master' into issue-685Hillel Arnold2020-08-182-19/+112
| |\
| | * Temporarily skip the tests that will be unskipped by #722.Julian Berman2020-08-141-0/+20
| | * Validate IP addresses using the ipaddress module.Julian Berman2020-08-131-19/+12
| | * Skip more tests for #686.Julian Berman2020-08-131-0/+80
| * | improve date parsingHillel Arnold2020-08-131-1/+4
| |/
| * isorted.Julian Berman2020-08-1210-12/+13