osu/osu.Game.Tests
Dean Herbert a8c699610a Fix lead in tests not waiting for player to start running
The tests are only meant to ensure that gameplay eventually starts.

The case where failures can occur is where the master clock is behind
the player clock (due to being in lead-in time). Because the test is
running in real-time, it can take arbitrary amounts of time to catch up.

If it took too long, the test would fail.
2022-08-25 18:00:14 +09:00
..
Audio Remove the nullable disable annotation in the test project. 2022-07-31 22:02:07 +08:00
Beatmaps Remove unused RulesetStore from BeatmapManager constructor 2022-07-28 16:19:05 +09:00
Chat
Collections/IO Replace BeatmapCollection with RealmBeatmapCollection 2022-07-27 19:35:09 +09:00
Database Add more missing realm Refresh() calls to new beatmap import tests 2022-08-01 17:06:46 +09:00
Editing Update multiple tests to use new assert output for easier to understand failures 2022-08-09 19:19:54 +09:00
Extensions Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
Gameplay Fix test regressions on windows due to Reset never being called 2022-08-24 11:50:20 +09:00
Input
Localisation
Models
Mods Change ruleset mod description types 2022-08-10 16:09:11 -04:00
NonVisual Merge branch 'master' into ruleset-localization 2022-08-20 21:39:10 -04:00
Online Change ruleset mod description types 2022-08-10 16:09:11 -04:00
OnlinePlay Make WaitingOnFrames non-bindable 2022-08-24 16:03:38 +09:00
Resources Add test coverage of new imports not correctly being filtered by collection filter 2022-08-12 15:06:34 +09:00
Rulesets Apply IRenderer changes 2022-08-02 19:50:57 +09:00
Scores/IO
ScrollAlgorithms
Skins Fix missing DummyRenderer in skin resources tests 2022-08-08 13:06:01 +09:00
Testing
Utils Remove the nullable disable annotate in the test project. 2022-06-30 23:06:49 +08:00
Visual Fix lead in tests not waiting for player to start running 2022-08-25 18:00:14 +09:00
ImportTest.cs Remove CollectionManager 2022-07-27 18:45:33 +09:00
osu.Game.Tests.csproj Update various dependencies 2022-08-17 16:57:56 +09:00
tests.ruleset
WaveformTestBeatmap.cs