aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-09-19Add more testsBond_009
2021-09-19Reduce allocationsBond_009
2021-09-18Add regression test for issue #5168Bond_009
2021-09-18Fix SubtitleEncoder and add regression testsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Bump FsCheck.Xunit from 2.16.1 to 2.16.3dependabot[bot]
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.1 to 2.16.3. - [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.16.1...2.16.3) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-03remove some newlinescvium
2021-09-03remove leading and trailing whitespace from the keycvium
2021-09-03fix the buildcvium
2021-09-03Merge branch 'master' into bug/authorization-header-issuecvium
2021-09-03Merge branch 'master' into bug/authorization-header-issuecvium
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-09-02Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzingBond_009
target and add test cases
2021-09-02Use async FileStreams where it makes senseBond_009
2021-09-01Add subtitle format(codec) to stream display title (#5853)Mike
Co-authored-by: Michał Kurek <michal.kurek@mail.com>
2021-09-01Fix buildBond_009
2021-09-01Merge pull request #6474 from Bond-009/tests11Claus Vium
2021-08-30Merge branch 'master' into tonemap-overlayClaus Vium
2021-08-30Merge pull request #5697 from Bond-009/ffmpeg2Claus Vium
Simplify the way we choose our ffmpeg
2021-08-30Simplify the way we choose our ffmpegBond_009
* no longer search $PATH * no longer require a full path * don't fall back
2021-08-30Merge pull request #6422 from daullmer/nfo-fanartBond-009
2021-08-30Bump FsCheck.Xunit from 2.16.0 to 2.16.1dependabot[bot]
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.0 to 2.16.1. - [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.16.0...2.16.1) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-08-28Fix testBond_009
2021-08-28Add more tests for LibraryStructureControllerBond_009
2021-08-28Add tests for LibraryStructureControllerBond_009
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