aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-08-21Switch to TheoryData and clean up testsCody Robibero
2021-08-18Move test to TypedBaseItem folder to avoid conflictscvium
2021-08-18Merge branch 'master' into baseitemkind-fixesClaus Vium
2021-08-16Merge pull request #6438 from jellyfin/dependabot/nuget/FsCheck.Xunit-2.16.0Bond-009
Bump FsCheck.Xunit from 2.15.3 to 2.16.0
2021-08-16Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.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-08-16Bump FsCheck.Xunit from 2.15.3 to 2.16.0dependabot[bot]
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.15.3 to 2.16.0. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.15.3...2.16.0) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16Merge pull request #6403 from ankenyr/masterClaus Vium
2021-08-16Merge pull request #6430 from Bond-009/minor17Claus Vium
Minor improvements
2021-08-15Removing if statement and always testing reverse of x and y.ankenyr
2021-08-15Breaking up the test theory so episodes and the results are on their own lines.ankenyr
2021-08-15Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-15Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Thanks for this suggestion. I will try to keep this in mind going forward with future PRs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-16Add some new music-related person types and parse from ffprobeMrTimscampi
2021-08-16Add performers to the ffprobe normalization for audioMrTimscampi
2021-08-16Address commentsMrTimscampi
2021-08-16Add test for audio file ffprobe normalizationMrTimscampi
2021-08-15Minor improvementsBond_009
2021-08-15Merge pull request #6392 from Bond-009/tests9Claus Vium
ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests
2021-08-15Merge pull request #6429 from crobibero/dotnet-5.0.9Joshua M. Boniface
Update to dotnet 5.0.9
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-08-15Fix PasswordHash testsBond_009
2021-08-13Fix QuickConnect tests, move class to proper namespacePatrick Barron
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-13Add test for fanart tagDavid Ullmer
2021-08-13Merge branch 'master' into tonemap-overlayNyanmisaka
2021-08-11Separating out error cases from good cases.ankenyr
2021-08-11Merge pull request #6025 from daullmer/localization-testClaus Vium
2021-08-11Apply suggestions from code reviewClaus Vium
2021-08-11Update tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.csJulien Machiels
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-10Apply suggestions from code reviewDavid Ullmer
2021-08-10Merge remote-tracking branch 'upstream/master' into localization-testDavid Ullmer
2021-08-10Use correct string comparisonDavid Ullmer
2021-08-09Changing test name to be more descrptive.ankenyr
2021-08-09Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-08-07Removing moved files.ankenyr
2021-08-07Changing namespace to be within Jellyfin.Server.Implementations.Testsankenyr
2021-08-07Add test for year-only parsing for FFProbeMrTimscampi
2021-08-06Adding tests for AiredEpisodeOrderComparer.ankenyr
2021-08-06Merge pull request #6328 from Bond-009/epparserBond-009
Improve episode parser
2021-08-04ApiServiceCollectionExtensions.AddProxyAddresses: Add more testsBond_009
2021-08-04Merge remote-tracking branch 'upstream/master' into baseitemkind-fixesCody Robibero
2021-08-04Clean testCody Robibero
2021-08-03Made CleanStringParser more robustsushilicious
Now it can handle [...] at beginning of string
2021-08-03optimize episode parserjoey
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-26Bump coverlet.collector from 3.0.3 to 3.1.0dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.1.0) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-25Merge pull request #6329 from Bond-009/restestsClaus Vium
2021-07-25add tests for FFmpeg 4.4 and 4.3.2nyanmisaka
2021-07-24Update tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.csBond-009
Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
Improve platform checks