agent0.hyperfuzz ================ .. py:module:: agent0.hyperfuzz .. autoapi-nested-parse:: Fuzz testing for Hyperdrive. .. !! processed by numpydoc !! Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/agent0/hyperfuzz/fork_fuzz/index /autoapi/agent0/hyperfuzz/fuzz_assertion_exception/index /autoapi/agent0/hyperfuzz/system_fuzz/index /autoapi/agent0/hyperfuzz/unit_fuzz/index Exceptions ---------- .. autoapisummary:: agent0.hyperfuzz.FuzzAssertionException Package Contents ---------------- .. py:exception:: FuzzAssertionException(*args, exception_data: dict[str, Any] | None = None) Bases: :py:obj:`Exception` Custom exception to throw when fuzz testing assertion fails, adds additional data to the exception. .. !! processed by numpydoc !! .. py:attribute:: exception_data :value: None