aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests
AgeCommit message (Collapse)Author
2021-11-07Add some docs and testsBond_009
2021-11-03Merge pull request #6748 from ptalmeida/masterClaus Vium
2021-11-01Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.11.0...v17.0.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-31Fix testsCody Robibero
2021-10-09Merge pull request #6501 from crobibero/schedules-directClaus Vium
2021-10-08Merge remote-tracking branch 'upstream/master' into schedules-directCody Robibero
2021-10-05Improve test coverage for QuickConnectManagerBond_009
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-09-28Add regression test for #6560Bond_009
2021-09-25Merge branch 'master' into theorydataBond-009
2021-09-24Target net6.0Bond_009
2021-09-21Merge pull request #6553 from ankenyr/masterClaus Vium
2021-09-12Fixing #6269 by comparing PremiereDate when episode comparison would ↵ankenyr
otherwise be equal.
2021-09-12Fix types and property namesCody Robibero
2021-09-11Use TheoryData instead of MemberData and ClassDataianjazz246
2021-09-03use JsonOptionsCody Robibero
2021-09-03Suggestions from reviewCody Robibero
2021-09-03Add SchedulesDirect json testsCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-02Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzingBond_009
target and add test cases
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-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-16Merge pull request #6403 from ankenyr/masterClaus Vium
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-15Minor improvementsBond_009
2021-08-13Fix QuickConnect tests, move class to proper namespacePatrick Barron
2021-08-11Separating out error cases from good cases.ankenyr
2021-08-11Apply suggestions from code reviewClaus Vium
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-07Changing namespace to be within Jellyfin.Server.Implementations.Testsankenyr
2021-08-04Merge remote-tracking branch 'upstream/master' into baseitemkind-fixesCody Robibero
2021-08-04Clean testCody Robibero
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-12Improve platform checksBond_009
2021-07-06Add tests for QuickConnectManagerBond_009
2021-06-21Suggestions from reviewcrobibero
2021-06-20Enhance BaseItemKindTestscrobibero
2021-06-20Merge remote-tracking branch 'upstream/master' into baseitemkind-fixescrobibero
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-07Merge pull request #6156 from Bond-009/minor14Claus Vium
Minor fixes