Add tests

This commit is contained in:
smoogipoo
2019-08-01 17:31:08 +09:00
parent a2468e599b
commit f2b940f930
6 changed files with 725 additions and 0 deletions

View File

@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Osu.Tests
[TestCase("basic")]
[TestCase("colinear-perfect-curve")]
[TestCase("slider-ticks")]
[TestCase("repeat-slider")]
[TestCase("uneven-repeat-slider")]
public new void Test(string name)
{
base.Test(name);