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