summaryrefslogtreecommitdiff
path: root/jsonschema/tests
Commit message (Expand)AuthorAgeFilesLines
* Vanilla flake8.Julian Berman2020-10-201-4/+9
* And now tidy up the tests.Julian Berman2020-10-151-45/+45
* Merge remote-tracking branch 'origin/master' into fix_issue669Julian Berman2020-10-152-5/+7
|\
| * Handle multipleOf overflowZac-HD2020-10-051-39/+0
| * 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-291-3/+5
* | Optimizing test cases and add invalid '--base-uri' testwillson-chen2020-09-281-26/+45
* | Optimize the input parameters of '--base-uri'willson-chen2020-09-141-53/+0
* | Support --base-uri. and local full path and remote URIwillson-chen2020-09-031-41/+8
* | support for cli specifying --base-uri local or remote and add test caseswillson-chen2020-08-291-1/+128
* | Resolve conflictswilson chen2020-08-291-1/+28
* | Merge branch 'master' into fix_issue669wilson chen2020-08-294-60/+149
|\ \ | |/
| * 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
| * renames message and functionHillel Arnold2020-08-191-7/+7
| * 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
| * Temporarily skip the tests that will be unskipped by #722.Julian Berman2020-08-141-0/+20
| * Skip more tests for #686.Julian Berman2020-08-131-0/+80
| * isorted.Julian Berman2020-08-124-5/+3
| * fix bug about hostname by import fqdnwillson-chen2020-08-071-20/+0
* | Add the specified base-uri function in the CLIwillson-chen2020-08-181-10/+20
* | --base-uri flag instead -rwillson-chen2020-08-151-1/+1
* | fix issue_669willson-chen2020-08-131-0/+17
|/
* Kill jsonschema.compat as well.Julian Berman2020-08-055-34/+22
* Same for content type validation, skip only the invalid ones.Julian Berman2020-08-031-0/+3
* Format passes by default, so only skip invalid tests when missing the checker.Julian Berman2020-08-031-3/+8
* Skip the complex email validation tests.Julian Berman2020-07-251-0/+21
* Don't include `if` in the schema_path of errors.Julian Berman2020-06-201-2/+2
* Skip some additional tests.Julian Berman2020-06-091-0/+100
* Cope with the format test structure change upstream.Julian Berman2020-06-091-6/+6
* 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
* Merge remote-tracking branch 'M2Mobi/master'Julian Berman2020-05-081-0/+40
|\
| * add json_path error attributeDamien Tardy-Panis2020-02-241-0/+40
* | non-bmp-regex moved to optionalJulian Berman2020-05-021-0/+4
* | zeroTerminatedFloats moved to required.Julian Berman2020-04-291-2/+0
* | Fix Py3.Julian Berman2020-03-281-4/+4
* | Make sure no args shows help info.Julian Berman2020-03-281-0/+11
* | Bit shorter.Julian Berman2020-03-281-5/+5
* | Keep going when encountering invalid instance files.Julian Berman2020-03-281-0/+20
* | Fill in the remaining missing tests.Julian Berman2020-03-271-26/+313
* | Introduce TestCLI.assertOutput.Julian Berman2020-03-251-150/+266
* | Separate out the tests that spawn subprocesses.Julian Berman2020-03-241-15/+17