0.12.22
-
Add a
retryoption totest()andgroup()functions, as well
as@Retry()annotation for test files and aretry
configuration field fordart_test.yaml. A test with reties
enabled will be re-run if it fails for a reason other than a
TestFailure. -
Add a
--no-retryrunner flag that disables retries of failing tests. -
Fix a "concurrent modification during iteration" error when calling
addTearDown()from within a tear down.