Skip to content

Commit 7b352de

Browse files
committed
Replace fuzz targets
https://hypofuzz.com is a lot better for this usecase anyway.
1 parent d2db7ac commit 7b352de

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_canonicalise.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -534,14 +534,3 @@ def test_validators_use_proper_draft():
534534
}
535535
cc = canonicalish(schema)
536536
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

Comments
 (0)