Description
Adds support for rerunning only the tests that failed in a previous Tasty test run. This can shorten feedback loops when fixing failures in a large test suite.
It is useful during development, CI debugging, and regression work where repeated full test runs are expensive. It is a test support library and should not replace full test runs before release.