Skip to content

Commit a11c839

Browse files
Fix fuzzer to include instrumentation
1 parent b1c1d00 commit a11c839

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)