Skip to documentation
SLOP

tiny.hypothesis.fuzz

Reference tiny.hypothesis fuzz

Defined in tiny.hypothesis.

Called byCallstest sourcelib.hypothesis.src.testingtest: fuzz: no failures passestiny.hypothesisfuzzWithSettingstiny.hypothesisfuzz
Static calls · unresolved targets: 1 · external targets: 0.

Source

Source: lib/hypothesis/src/testing.zig:138

zig
pub fn fuzz(    context: anytype,    comptime fuzzFn: fn (context: @TypeOf(context), input: []const u8) anyerror!void,    options: FuzzInputOptions,) anyerror!void {    return fuzzWithSettings(context, fuzzFn, options, .{});}

Source: lib/hypothesis/src/root.zig:60

zig
pub const fuzz = testing.fuzz;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433