osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
4 stars 2 forks source link

Improve robustness of `GameAutomationChecks` #229

Closed hburn7 closed 3 months ago

hburn7 commented 3 months ago

New tests have been added to cover the more complex scenarios for earning <=1000 score and to actually make sure we flag referees accurately. For example, new tests cover the fact that a referee should only be considered when there are too many players for an expected tournament team size. Previously, a 1v2 where a player earns 0 score would be flagged as a game that has a referee and would pass checks.