Structs§
- Failed
Test Info - Information about a failed test.
- Retry
Attempt - Result of a single retry attempt.
- Retry
Config - Configuration for retry behavior.
- Retry
Result - Aggregated result of all retry attempts for a test run.
- Retry
Stats - Statistics about a retry session.
Enums§
- Backoff
Strategy - Strategy for computing delay between retries.
Functions§
- build_
retry_ result - Build a RetryResult from an original run and retry attempts.
- compute_
retry_ stats - Compute retry statistics from a RetryResult.
- extract_
failed_ tests - Extract the names of failed tests from a result.
- failed_
tests_ as_ filter - Create a filter string from failed test names for re-running.
- merge_
all_ retries - Merge results from multiple retry attempts progressively.
- merge_
retry_ result - Merge an original result with a retry result. Tests that passed in the retry override their failed status in the original.
- tests_
still_ failing - Determine which tests still need retrying after an attempt.