Salman Ahmed
|
0d22b9223b
|
Add unit test for inverse muting transferal
|
2021-08-03 12:50:54 +03:00 |
|
Salman Ahmed
|
ea02571da9
|
Inline parameterised test case
|
2021-08-03 12:49:39 +03:00 |
|
Salman Ahmed
|
026c632539
|
Add test coverage
|
2021-08-01 20:19:44 +03:00 |
|
Dean Herbert
|
50a2abbe7f
|
Merge pull request #12683 from frenzibyte/legacy-beatmap-combo-offset
Apply combo offsets "colour hax" only on beatmap skins
|
2021-07-23 14:30:18 +09:00 |
|
Salman Ahmed
|
20adfabc97
|
Remove unnecessary parentheses
I... forgot to amend that.
|
2021-07-22 16:42:07 +03:00 |
|
Salman Ahmed
|
cd7b90363a
|
Check nested hitobjects while asserting accent colour
|
2021-07-22 16:40:28 +03:00 |
|
emu1337
|
84fd59777c
|
Merge branch 'master' into diffspike-balance
|
2021-07-20 19:39:41 +02:00 |
|
Salman Ahmed
|
300b3f22b1
|
Remove no longer correct usage of "legacy" in offsets
|
2021-07-20 14:35:21 +03:00 |
|
Salman Ahmed
|
9d92b795fa
|
Revert making ComboOffset s legacy and define BeatmapSkinComboIndex instead
|
2021-07-20 14:15:43 +03:00 |
|
Salman Ahmed
|
a1001542f3
|
Update outdated test cases
|
2021-07-20 10:28:30 +03:00 |
|
Salman Ahmed
|
554652b033
|
Merge branch 'refactor-combo-colour-retrieval' into legacy-beatmap-combo-offset
|
2021-07-20 10:11:52 +03:00 |
|
Naxess
|
53c0298b5e
|
Add too short spinners check and tests
|
2021-07-13 10:51:40 +02:00 |
|
Naxess
|
fec9448301
|
Add too short sliders check and tests
|
2021-07-13 10:50:41 +02:00 |
|
PercyDan54
|
e1c646b9b2
|
Remove redundant arguments
|
2021-07-05 23:52:39 +08:00 |
|
dependabot[bot]
|
0d3de488de
|
Bump NUnit3TestAdapter from 3.17.0 to 4.0.0
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.17.0 to 4.0.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.17...V4.0.0)
---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-01 17:02:17 +00:00 |
|
smoogipoo
|
2c1f788f2d
|
Merge methods
|
2021-06-30 19:52:25 +09:00 |
|
smoogipoo
|
b94d88be50
|
Make method static to better define its usage
|
2021-06-30 19:49:51 +09:00 |
|
smoogipoo
|
e23614556e
|
Fix slider testscene failures
|
2021-06-30 19:43:34 +09:00 |
|
smoogipoo
|
e9158ccc41
|
Fix gameplay tests incorrectly seeking via MusicController
|
2021-06-29 23:23:21 +09:00 |
|
Dean Herbert
|
4cb9c6a842
|
Merge pull request #13423 from frenzibyte/transformers-per-skin
Refactor ruleset skin transforming logic to be per-`ISkin` rather than one `ISkinSource`
|
2021-06-22 21:24:56 +09:00 |
|
Salman Ahmed
|
ece63b9ba1
|
Remove unused using directive
|
2021-06-22 12:03:55 +03:00 |
|
Salman Ahmed
|
31cbb36a64
|
Implement FindProvider and AllSources properly on all test ISkinSource s
|
2021-06-22 12:03:14 +03:00 |
|
Salman Ahmed
|
b12adc6073
|
Remove all test skinning changes in favour of the ISkinSource.AllSources path
|
2021-06-22 10:48:03 +03:00 |
|
Dean Herbert
|
6c3d2315d0
|
Merge pull request #13606 from Naxesss/low-diff-checks
Add low difficulty spacing checks
|
2021-06-22 16:29:37 +09:00 |
|
Dean Herbert
|
0ad189e357
|
Expose skin sources via ISkinSource and revert to consuming based on hierarchy
|
2021-06-22 16:19:55 +09:00 |
|
Dean Herbert
|
1b0aadcc6f
|
Merge branch 'master' into transformers-per-skin
|
2021-06-22 16:03:15 +09:00 |
|
Naxess
|
629c98e6a0
|
Add time distance equality tests
|
2021-06-21 15:34:11 +02:00 |
|
Naxess
|
e11139eadf
|
Add low difficulty overlap tests
Moq is introduced to mock sliders' end time/position. This is already used similarly in `osu.Game.Tests`.
|
2021-06-21 15:33:50 +02:00 |
|
Bartłomiej Dach
|
fe48ddfee3
|
Also cover slider animation disable
|
2021-06-18 16:04:11 +02:00 |
|
Bartłomiej Dach
|
e2a370f602
|
Add coverage for hit circle fade-out duration
|
2021-06-18 16:04:11 +02:00 |
|
Bartłomiej Dach
|
69c1cd5b34
|
Add failing test case for hit circle animations disable
|
2021-06-18 16:04:11 +02:00 |
|
Bartłomiej Dach
|
403909b598
|
Update SR test values in line with diffspike changes
|
2021-06-18 12:49:51 +02:00 |
|
Dan Balasescu
|
6cec1145e3
|
Merge pull request #13523 from ekrctb/applicable-to-dho
Reduce boilerplate of `IApplicableToDrawableHitObjects` by taking a single DHO instead of an enumerable
|
2021-06-17 19:59:06 +09:00 |
|
smoogipoo
|
ccba6b5ac2
|
Fix test failures
|
2021-06-17 16:13:47 +09:00 |
|
Dean Herbert
|
6d0b3efa23
|
Reorganise existing tests into hits and misses
|
2021-06-17 15:08:09 +09:00 |
|
Dean Herbert
|
249ae3141e
|
Add early/late tests for hit circles
|
2021-06-17 15:06:56 +09:00 |
|
ekrctb
|
67d8e0059f
|
Use singular IApplicableToDrawableHitObject for consumers
|
2021-06-16 18:47:04 +09:00 |
|
Dean Herbert
|
4b45d8318e
|
Merge branch 'master' into transformers-per-skin
|
2021-06-16 16:37:28 +09:00 |
|
Dean Herbert
|
33aec57238
|
Replace 1.0 version in old skin test assets with none
|
2021-06-11 15:45:34 +09:00 |
|
Salman Ahmed
|
680791301f
|
Consume new method rather than caching skin sources on top of Player
|
2021-06-10 16:36:46 +03:00 |
|
Dean Herbert
|
9ebafb1ec0
|
Fix cursor trail logic
|
2021-06-06 22:26:27 +09:00 |
|
Dean Herbert
|
06275a6a7d
|
Merge branch 'master' into legacy-skin-default-fallback
|
2021-06-04 16:00:30 +09:00 |
|
Dean Herbert
|
52557da335
|
Add test coverage
|
2021-06-04 14:14:51 +09:00 |
|
Dan Balasescu
|
c065f761c7
|
Merge branch 'master' into legacy-skin-default-fallback
|
2021-06-02 19:08:52 +09:00 |
|
Dean Herbert
|
5366e7f61e
|
Merge branch 'master' into remove-hud-component-lookup
|
2021-06-02 16:10:06 +09:00 |
|
Dean Herbert
|
f8ae70e562
|
Update existing function type rather than adding an override
|
2021-06-02 16:04:53 +09:00 |
|
dependabot[bot]
|
967a7c3db5
|
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-01 19:59:27 +00:00 |
|
Dean Herbert
|
54338bdcc5
|
Add test ensuring correct osu! ruleset sample lookups
|
2021-06-01 18:56:28 +09:00 |
|
Dean Herbert
|
3ff9f9c89d
|
Make FindProvider non-default
|
2021-05-31 21:29:47 +09:00 |
|
Dean Herbert
|
f60e9cb085
|
Remove weird override logic in TestCase methods
|
2021-05-31 20:00:47 +09:00 |
|