First release of `tasty-flaky`, adding retry logic to flaky tests

Hey everyone,

I’m experiencing some annoyances with flaky tests, which is unfortunately out of my control (looking at you, extremely aggressive rate-limiting APIs such as polygon.io).

To mitigate this, I released tasty-flaky, a simple package that allows adding delay and retry logic to any test supported by tasty.

Happy testing!

5 Likes