server icon indicating copy to clipboard operation
server copied to clipboard

Use the `flaky` package for flaky tests

Open Askaholic opened this issue 3 years ago • 1 comments
trafficstars

Right now we're just marking flaky tests with a pytest mark to document that they are flaky. However, I just stumbled across this python package which would actually be really useful:

https://pypi.org/project/flaky/

We should replace our pytest mark with the decorator from this package.

Askaholic avatar Mar 12 '22 00:03 Askaholic

Looks really nice!

BlackYps avatar Mar 12 '22 12:03 BlackYps