FAForever / server

The servercode for the Forged Alliance Forever lobby
http://www.faforever.com
GNU General Public License v3.0
67 stars 62 forks source link

Issue/#890 Add 'flaky' package to rerun flaky tests #988

Closed Askaholic closed 9 months ago

Askaholic commented 9 months ago

The pytest log output seems to get a little garbled when a flaky test fails twice so in the case of a real issue it may be necessary to run the test locally without the 'flaky' package in order to be able to make sense of the logs for debugging.

The test report generated by the 'flaky' package also seems to be completely unhelpful so I disabled it using the command line switch.

Closes #890