You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test suite where all tests are somewhat flaky. I. e. 1-2 tests out of ~4000 fail almost every time. So I'd like to account for exactly that - rerun up to 2 tests, then fail.
How could the API look like? pytest.mark.flaky on a class/module just marks all tests as flaky - and should likely continue working this way.
The text was updated successfully, but these errors were encountered:
I have a test suite where all tests are somewhat flaky. I. e. 1-2 tests out of ~4000 fail almost every time. So I'd like to account for exactly that - rerun up to 2 tests, then fail.
How could the API look like?
pytest.mark.flaky
on a class/module just marks all tests as flaky - and should likely continue working this way.The text was updated successfully, but these errors were encountered: