FAForever / server

The servercode for the Forged Alliance Forever lobby

Home Page:http://www.faforever.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the `flaky` package for flaky tests

Askaholic opened this issue · comments

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.

Looks really nice!