X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fda2561f79e10826dbdeb900b6124d642766229f..eaa048925e4443cc0e2b57b795f2852bedb4287f:/fuzz.py diff --git a/fuzz.py b/fuzz.py index f5f655e..83e02f4 100644 --- a/fuzz.py +++ b/fuzz.py @@ -8,7 +8,8 @@ a coverage-guided fuzzer I'm working on. import re import hypothesmith -from hypothesis import HealthCheck, given, settings, strategies as st +from hypothesis import HealthCheck, given, settings +from hypothesis import strategies as st import black from blib2to3.pgen2.tokenize import TokenError @@ -78,6 +79,7 @@ if __name__ == "__main__": # (if you want only bounded fuzzing, just use `pytest fuzz.py`) try: import sys + import atheris except ImportError: pass