mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6546] [MERGED] Use TheoryData instead of IEnumerable #11021
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/6546
Author: @iansw246
Created: 9/12/2021
Status: ✅ Merged
Merged: 9/28/2021
Merged by: @Bond-009
Base:
master← Head:theorydata📝 Commits (4)
c5393b2Use TheoryData in UrlDecodeQueryFeatureTest3313efcRevert "Use TheoryData in UrlDecodeQueryFeatureTest"19b8bcaUse TheoryData instead of MemberData and ClassData8858d8eMerge branch 'master' into theorydata📊 Changes
13 files changed (+348 additions, -427 deletions)
View changed files
📝
tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs(+13 -18)📝
tests/Jellyfin.Api.Tests/Helpers/RequestHelpersTests.cs(+13 -13)📝
tests/Jellyfin.Common.Tests/Cryptography/PasswordHashTests.cs(+19 -35)📝
tests/Jellyfin.Extensions.Tests/CopyToExtensionsTests.cs(+29 -9)📝
tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs(+12 -14)📝
tests/Jellyfin.MediaEncoding.Tests/Subtitles/SsaParserTests.cs(+7 -5)📝
tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs(+48 -53)📝
tests/Jellyfin.Naming.Tests/AudioBook/AudioBookResolverTests.cs(+13 -13)📝
tests/Jellyfin.Naming.Tests/Video/VideoResolverTests.cs(+51 -65)📝
tests/Jellyfin.Providers.Tests/MediaInfo/SubtitleResolverTests.cs(+8 -6)📝
tests/Jellyfin.Server.Implementations.Tests/Data/SqliteItemRepositoryTests.cs(+44 -56)📝
tests/Jellyfin.Server.Implementations.Tests/LiveTv/RecordingHelperTests.cs(+21 -37)📝
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs(+70 -103)📄 Description
Changes
Changes Test functions and classes used with
MemberDataandClassDatato useTheoryDatainstead ofIEnumerable<object[]>Issues
Completes #6432
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.