fcb0b8d825
Add test coverage
2021-06-14 15:06:33 +09:00
b06477a1f5
Split out tests into individual test methods
2021-06-14 14:35:24 +09:00
b16d10bd95
Provide game-wide resources via IStorageResourceProvider
2021-05-31 18:57:47 +09:00
ba80361c4c
Fix tests that were previously doing reference comparisons
2021-05-28 18:38:50 +09:00
5c44083856
Fix test potentially not waiting for drawable beatmaps to be loaded
2021-05-27 16:12:49 +09:00
db361efecf
Add test beatmap difficulty cache with calc. blocking support
2021-05-14 15:53:56 +03:00
52ce16f9f1
Merge branch 'master' into player-loader-star-rating
2021-05-10 12:46:10 +09:00
9ba412d27e
Add the osu! logo to the test scene
...
Makes no sense to add a test intended to test visual behaviour with one
of the main elements missing. Not sure how you would be able to test the
flow with the logo's presence.
2021-05-10 12:44:08 +09:00
b7acf9de52
Make test work without manually clicking things
2021-05-10 12:36:56 +09:00
2b90bc4f1f
Remove unnecessary ruleset switching steps
2021-05-10 12:35:37 +09:00
0c973feb53
Tidy up test scene
2021-05-10 12:34:21 +09:00
8964d51de9
Add ability to sort by source in song select
2021-05-09 14:10:38 -07:00
8fba655d2e
Allow changing ruleset during test
2021-05-08 23:02:38 +03:00
f701c331f2
Add initial fade in to the metadata display
...
Avoids first frame discrepancies from appearing in the test scene, those can be delt with later on, if needed.
2021-05-08 21:19:46 +03:00
ca55287dd0
Pass empty facade and replace random property with method instead
2021-05-08 18:43:45 +03:00
d9605e8070
Remove test scene description
2021-05-08 18:18:23 +03:00
26c0010fe6
Fix test not handling 0 beatmap sets
2021-05-08 13:03:50 +03:00
dca5efc59a
Remove no longer necessary ruleset info requirement
2021-05-08 13:00:39 +03:00
b4801faf32
Pass ruleset info to constructor instead
...
Follows the way working beatmap is passed, not sure why mods are passed as a bindable though, don't wanna bother too much with that.
2021-05-08 11:57:13 +03:00
169a283402
Add visual test scene
2021-05-08 11:47:18 +03:00
165f443ab5
Merge branch 'master' into add-missing-author-links
2021-05-07 14:32:44 +09:00
fe9ade6754
Rename Container to DisplayedContent
2021-05-06 02:14:04 +09:00
b6b9a69601
Removed unnecessary class for wrapping
2021-05-05 18:50:49 +02:00
4ef901d08d
Remove unnecessary redirection property to Container.Info
2021-05-05 21:07:49 +09:00
0dfd0bb59d
Refactored background of BeatmapInfoWedge
2021-04-21 15:46:11 +02:00
9fba87f67a
Moved Info and Background into own container
2021-04-21 15:43:29 +02:00
505a117862
splitted updateable part of wedge
2021-04-20 10:37:52 +02:00
c73bbf0aa7
Fixed Tests
2021-04-19 19:24:58 +02:00
b4c6894d13
Add test coverage for song select footer area
2021-04-07 18:29:31 +09:00
1ff77754fd
Use OnlineViewContainer
2021-04-02 20:14:31 +08:00
aeff9bd853
Add return bool to HandleRequest to better trigger failures
2021-03-23 18:17:29 +09:00
a16c0641b2
Revert EF Core to version 2.2
...
This reverts commit f3faad74d5
, reversing
changes made to 712e7bc7bf
.
Several issues arose after migrating to 5.0, including, but possibly not
limited to, performance regressions in song select, as well as failures
when attempting to save beatmaps after metadata changes in the editor.
2021-03-21 11:05:15 +01:00
7fa5fd5647
Update usages of config with framework changes
2021-03-17 16:10:16 +09:00
fce21f23d6
Add comments marking workarounds required for EFcore 5
2021-03-15 13:29:26 +09:00
c6c616f244
Actualize tests
2021-03-11 21:02:40 +03:00
01a4815412
Make labels disappear on null beatmap/no hitobjects
2021-02-25 23:36:02 +09:00
3802cb29a4
Fix failing tests doing reference comparisons between string and LocalisedString
2021-02-25 17:49:54 +09:00
90e8308716
Merge branch 'master' into localisation-refactor-framework
2021-02-25 17:28:55 +09:00
1fd76ea3fb
Apply changes to UI components overriding functions with changing signatures
2021-02-22 19:01:42 +09:00
cdbf8de29d
Update other tests which can benefit from using a shorter beatmap
2021-02-22 14:53:32 +09:00
924f91ed9b
Fix song select test doing the completely wrong thing
2021-01-08 15:56:35 +01:00
c6be969e33
Remove unnecessary resolved recommender in test
2020-12-22 14:42:12 +09:00
e792f07084
Add test for recommending current ruleset
2020-12-03 20:07:42 +02:00
48dad61a46
Apply review suggestions
2020-12-03 19:44:12 +02:00
cbbcf36eaa
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
2020-12-03 19:38:32 +02:00
07e14b1267
Disable unnecessary inspection
2020-12-01 01:37:53 +09:00
b401259f84
Add test coverage
2020-12-01 01:19:39 +09:00
f8db7a9902
Remove ScrollableContent container from carousel
...
This was causing multiple issues with masking and sizing and really
didn't need to exist in the first place. Also not sure why the pool was
nested inside the scroll container, but it isn't any more. Probably for
the best.
2020-11-26 18:28:54 +09:00
07db977af5
Remove no longer necessary force calculation
...
Is no longer necessary because recommender uses bindable state value changes, compared to when the test was written, and runs the state change once on load
2020-11-21 14:36:43 +02:00
944f3480c2
Merge branch 'master' of https://github.com/ppy/osu into present-recommended
...
Conflicts:
osu.Game/OsuGameBase.cs
osu.Game/Screens/Select/DifficultyRecommender.cs
osu.Game/Screens/Select/SongSelect.cs
2020-11-21 14:01:01 +02:00