testing.Retry
Creates a test runner that retries a test up to `max_attempts` times. Tests fail if there are no passes after `max_attempts` attempts.
Reference version
Signature
Creates a test runner that retries a test up to max_attempts times.
Tests fail if there are no passes after max_attempts attempts.
Source:<builtin>/testing/runners.bamlbytes 1522–2470