mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5291] [MERGED] Add tests for DashboardController #10470
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5291
Author: @Bond-009
Created: 2/22/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @joshuaboniface
Base:
master← Head:tests12📝 Commits (3)
5710209Add tests for DashboardControllerec3237bFix testsbaadc48Address comments📊 Changes
11 files changed (+224 additions, -45 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DashboardController.cs(+11 -32)📝
Jellyfin.Api/Models/ConfigurationPageInfo.cs(+8 -1)📝
Jellyfin.Server/CoreAppHost.cs(+0 -1)📝
MediaBrowser.Common/Plugins/BasePlugin.cs(+0 -3)📝
tests/Jellyfin.Api.Tests/Controllers/BrandingControllerTests.cs(+10 -6)➕
tests/Jellyfin.Api.Tests/Controllers/DashboardControllerTests.cs(+86 -0)📝
tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj(+4 -0)📝
tests/Jellyfin.Api.Tests/JellyfinApplicationFactory.cs(+2 -2)➕
tests/Jellyfin.Api.Tests/TestAppHost.cs(+51 -0)➕
tests/Jellyfin.Api.Tests/TestPage.html(+9 -0)➕
tests/Jellyfin.Api.Tests/TestPlugin.cs(+43 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.