Want to create an interactive transcript for this episode?
Podcast: Test & Code
Episode: 213: Repeating Tests
Description: If a test fails in a test suite, I'm going to want to re-run the test. I may even want to re-run a test, or a subset of the suite, a bunch of times. Β There are a few pytest plugins that help with this:pytest-repeatpytest-rerunfailurespytest-flakefinderpytest-instafailWe talk about each of these in this episode.