index
:
delta/jsonschema.git
azure
baserock/morph
best-match
ci-cache
cli
codeco
dependabot/pip/docs/jinja2-2.11.3
dependabot/pip/docs/lxml-4.6.2
dependabot/pip/docs/pygments-2.7.4
dependabot/pip/docs/urllib3-1.26.3
deprecations
draft2019-09
draft2020-12
draft6
draft7
drafts
gha
install-checks
main
master
no-leaking-boolean-schemas
patch-1
perf
perf_cache_resolving
pre-commit-ci-update-config
protocol
py310
release-notes
test-split
tox4
type-checker-default-types
warnings
windows
github.com: Julian/jsonschema.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonschema
/
tests
/
test_validators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
flake8 -> ruff, a mostly painless affair.
Julian Berman
2023-03-15
1
-3
/
+3
*
Three more exception-related deprecations.
Julian Berman
2023-02-23
1
-3
/
+3
*
Style
Julian Berman
2023-02-22
1
-2
/
+0
*
These pass now actually.
Julian Berman
2023-02-22
1
-6
/
+2
*
Resolve $ref using the referencing library.
Julian Berman
2023-02-21
1
-0
/
+1
*
Make an evolve test not refer to reference resolution.
Julian Berman
2023-02-21
1
-7
/
+14
*
Deprecate Validator.resolver.
Julian Berman
2023-02-21
1
-4
/
+3
*
Minor regrouping of some to-be-modified/deprecated RefResolver tests.
Julian Berman
2023-02-21
1
-32
/
+32
*
Deprecate jsonschema.RefResolver from both places it is importable.
Julian Berman
2023-02-21
1
-16
/
+16
*
Don't leak into _VALIDATORS during tests either.
Julian Berman
2023-02-15
1
-0
/
+11
*
Fix instantiating validators with cached refs-to-bool schemas.
v4.17.3
Julian Berman
2022-11-29
1
-0
/
+15
*
Emit a better error message for unevaluatedProperties with a subschema.
Julian Berman
2022-11-17
1
-1
/
+20
*
Enable format validation by default in check_schema.
v4.17.0
Julian Berman
2022-11-01
1
-0
/
+10
*
Update the Draft 3 and 4 metaschemas.
Julian Berman
2022-11-01
1
-2
/
+20
*
Support validator classes whose metaschema uses a different dialect.
v4.13.0
Julian Berman
2022-08-19
1
-0
/
+32
*
Remove some old unnecessary explicit object superclasses.
Julian Berman
2022-08-18
1
-5
/
+5
*
Warn at runtime when subclassing validator classes.
v4.12.0
Julian Berman
2022-08-18
1
-4
/
+5
*
Use an explicit default provided to validator_for in all cases.
v4.10.3
Julian Berman
2022-08-18
1
-0
/
+4
*
Fix one more Validator.evolve issue for downstream Validators.
v4.10.2
Julian Berman
2022-08-17
1
-1
/
+3
*
Fix calling Validator.evolve for some downstream users.
v4.10.1
Julian Berman
2022-08-17
1
-0
/
+32
*
Replace references to draft 3 in a few more doc examples.
Julian Berman
2022-08-16
1
-12
/
+12
*
Prefer 'keyword' over 'validator' in docs.
Julian Berman
2022-08-16
1
-1
/
+1
*
Don't let best_match traverse into applicators with equally bad sub-errors.
Julian Berman
2022-07-26
1
-3
/
+7
*
Gut the meat of the recursiveRef implementation for draft2019
Julian Berman
2022-06-28
1
-1
/
+1
*
Only validate unevaluated props/items on applicable types
Laurie O
2022-05-18
1
-0
/
+10
*
Ensure proper sorting of list in error message
Sorin Sbarnea
2022-05-05
1
-2
/
+2
*
Update hyperlinks from the GitHub organization move.
Julian Berman
2022-03-21
1
-3
/
+3
*
Use future import for type annotations
Stephen Rosen
2022-01-05
1
-7
/
+8
*
Parenthesize dict-tuple to pacify pypy3.7 parser
Stephen Rosen
2022-01-05
1
-6
/
+6
*
Setup mypy in `tox -e typing` and get it to pass
Stephen Rosen
2022-01-05
1
-6
/
+7
*
Shorten the protocol test.
v4.3.0
Julian Berman
2021-12-15
1
-15
/
+3
*
Fix references to IValidator; add protocol tests
Stephen Rosen
2021-12-13
1
-1
/
+22
*
Add in some missing internal draft2019-09 tests.
Julian Berman
2021-11-03
1
-0
/
+6
*
Remove uses of SynchronousTestCase.
Julian Berman
2021-10-31
1
-29
/
+24
*
fix prefixItems index reporting in ValidationError
Jonathan Hashkes
2021-10-17
1
-4
/
+4
*
Deprecate jsonschema.validators.validators and .meta_schemas.
Julian Berman
2021-08-26
1
-12
/
+12
*
Style
Julian Berman
2021-08-26
1
-3
/
+3
*
Add test cases for error details hidden behind a $ref
Julian Berman
2021-08-26
1
-0
/
+62
*
Remove 2-arg-using form of is_valid from tests.
Julian Berman
2021-08-25
1
-2
/
+2
*
Test iter_errors independent of a draft validator.
Julian Berman
2021-08-25
1
-47
/
+31
*
Set __qualname__ for validator classes.
Julian Berman
2021-08-25
1
-1
/
+33
*
Properly set the failing validator for min/maxContains.
Julian Berman
2021-08-25
1
-0
/
+88
*
Ensure message_for allows only one error.
Julian Berman
2021-08-25
1
-5
/
+11
*
Add a test for the 2019-09 $id lookup.
Julian Berman
2021-08-25
1
-0
/
+13
*
Fix items' instance path as well.
Julian Berman
2021-08-24
1
-0
/
+52
*
Slightly nicer error message for not.
Julian Berman
2021-08-23
1
-1
/
+1
*
Remove a test that is only relevant for Py2+3 combined codebases.
Julian Berman
2021-08-23
1
-6
/
+0
*
Fix the schema path used by prefixItems errors.
Julian Berman
2021-08-23
1
-1
/
+50
*
Reimplement contains.
Julian Berman
2021-08-18
1
-7
/
+5
*
Tidy up validation error messages, particularly using f-strings.
Julian Berman
2021-08-18
1
-35
/
+200
[next]