testing.PassRate

Creates a test runner that requires a pass rate of at least `threshold` to pass.

Reference version

Signature

function testing.PassRate(threshold: float) -> testing.TestSetRunner

Creates a test runner that requires a pass rate of at least threshold to pass.

Source:<builtin>/testing/runners.bamlbytes 25573571