API Reference¶
- hypofuzz.detection.in_hypofuzz_run() bool [source]¶
in_hypofuzz_run
returnsTrue
when HypoFuzz has been invoked viahypothesis fuzz
or another entrypoint, andFalse
otherwise. You can use this to check whether HypoFuzz is currently fuzzing (or about to start fuzzing), as opposed to just having been imported.