osu/osu.Game.Tests
Bartłomiej Dach 19f02dc3d9 Ensure tests with no token have at least one hit
Because submission can be prevented by both not having been issued a
correct submission token, and by not actually registering any hits in
gameplay, ensure that tests that don't receive a token register at least
one hit, to avoid potentially having test cases that test the "no token"
flow pass erroneously because they never had any hits in the first
place.
2021-07-04 14:34:52 +02:00
..
Audio
Beatmaps Merge branch 'master' into fix-beatmap-import-fk-failure 2021-06-29 11:36:31 +09:00
Chat Trigger successes 2021-06-29 20:13:39 +09:00
Collections/IO Fix malformed database test failing in single-threaded mode 2021-06-15 22:53:43 +09:00
Database
Editing Add nested hitobject tests for few hitsounds check 2021-06-27 15:58:00 +02:00
Gameplay Use object initializer syntax for hit object application in tests 2021-06-16 16:07:22 +09:00
Input
Mods Fix incorrect existing test case 2021-06-22 17:41:27 +09:00
NonVisual Merge branch 'master' into rework-multiplayer-test-scenes 2021-06-29 15:39:59 +09:00
Online Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00
OnlinePlay Remove master clock state assertions 2021-06-11 17:59:31 +09:00
Resources Add animated assets for legacy health display test 2021-06-11 14:27:58 +02:00
Rulesets Mark ruleset skin provider test scene as headless 2021-06-28 11:29:43 +03:00
Scores/IO Add failing test for FK constraint conflict on reimporting modified beatmap with scores present 2021-06-23 17:34:56 +09:00
ScrollAlgorithms
Skins Remove redundant string interpolation 2021-06-09 17:34:47 +09:00
Testing Add failing test case 2021-06-25 10:05:50 +03:00
Visual Ensure tests with no token have at least one hit 2021-07-04 14:34:52 +02:00
ImportTest.cs Fix multiple tests eating host exceptions 2021-06-29 17:21:09 +09:00
osu.Game.Tests.csproj Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 2021-07-01 17:02:17 +00:00
tests.ruleset
WaveformTestBeatmap.cs