agent0.hyperfuzz

Fuzz testing for Hyperdrive.

Submodules

Exceptions

FuzzAssertionException

Custom exception to throw when fuzz testing assertion fails, adds additional data to the exception.

Package Contents

exception agent0.hyperfuzz.FuzzAssertionException(*args, exception_data: dict[str, Any] | None = None)

Bases: Exception

Custom exception to throw when fuzz testing assertion fails, adds additional data to the exception.

exception_data = None