Skip to content

Commit 158c36d

Browse files
authored
Merge pull request #965 from DavidKorczynski/patch-1
Fix fuzzer to include instrumentation
2 parents b1c1d00 + a11c839 commit 158c36d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonschema/tests/fuzz_validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_schemas(obj1, obj2):
3636

3737

3838
def main():
39+
atheris.instrument_all()
3940
atheris.Setup(
4041
sys.argv,
4142
test_schemas.hypothesis.fuzz_one_input,

0 commit comments

Comments
 (0)