mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6403] [MERGED] Adding tests for AiredEpisodeOrderComparer. #10951
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/6403
Author: @ankenyr
Created: 8/7/2021
Status: ✅ Merged
Merged: 8/16/2021
Merged by: @cvium
Base:
master← Head:master📝 Commits (10+)
14a53feAdding tests for AiredEpisodeOrderComparer.8b4d933Changing namespace to be within Jellyfin.Server.Implementations.Tests8e6436dRemoving moved files.5eac267Reverting sln file.579ed5cUpdate tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs67f81e8Changing test name to be more descrptive.78bbfcaSeparating out error cases from good cases.10fbb4dUpdate tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs9220682Update tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs0f9e95bBreaking up the test theory so episodes and the results are on their own lines.📊 Changes
1 file changed (+180 additions, -0 deletions)
View changed files
➕
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs(+180 -0)📄 Description
Changes
Creates tests with >80% code coverage for AiredEpisodeOrderComparer.
Issues
First step in addressing https://github.com/jellyfin/jellyfin/issues/6269
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.