We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2db7ac commit 7b352deCopy full SHA for 7b352de
tests/test_canonicalise.py
@@ -534,14 +534,3 @@ def test_validators_use_proper_draft():
534
}
535
cc = canonicalish(schema)
536
jsonschema.validators.validator_for(cc).check_schema(cc)
537
-
538
539
-# Expose fuzz targets in a form that FuzzBuzz can understand (no dotted names)
540
-fuzz_canonical_json_encoding = test_canonical_json_encoding.hypothesis.fuzz_one_input
541
-fuzz_merge_semantics = test_merge_semantics.hypothesis.fuzz_one_input
542
-fuzz_self_merge_eq_canonicalish = (
543
- test_self_merge_eq_canonicalish.hypothesis.fuzz_one_input
544
-)
545
-fuzz_canonicalises_to_equivalent_fixpoint = (
546
- _canonicalises_to_equivalent_fixpoint.hypothesis.fuzz_one_input
547
0 commit comments