Skip to content

Commit

Permalink
Merge pull request #965 from DavidKorczynski/patch-1
Browse files Browse the repository at this point in the history
Fix fuzzer to include instrumentation
  • Loading branch information
Julian committed Jun 8, 2022
2 parents b1c1d00 + a11c839 commit 158c36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonschema/tests/fuzz_validate.py
Expand Up @@ -36,6 +36,7 @@ def test_schemas(obj1, obj2):


def main():
atheris.instrument_all()
atheris.Setup(
sys.argv,
test_schemas.hypothesis.fuzz_one_input,
Expand Down

0 comments on commit 158c36d

Please sign in to comment.