Cody Robibero
50b3d74c95
Switch to TheoryData and clean up tests
4 years ago
cvium
468283bfb2
Move test to TypedBaseItem folder to avoid conflicts
4 years ago
Claus Vium
663c79cba8
Merge branch 'master' into baseitemkind-fixes
4 years ago
Bond-009
d9f7b84156
Merge pull request #6438 from jellyfin/dependabot/nuget/FsCheck.Xunit-2.16.0
...
Bump FsCheck.Xunit from 2.15.3 to 2.16.0
4 years ago
dependabot[bot]
ee37784a35
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
...
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>
4 years ago
dependabot[bot]
4077cb2648
Bump FsCheck.Xunit from 2.15.3 to 2.16.0
...
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>
4 years ago
Claus Vium
fb5db696eb
Merge pull request #6403 from ankenyr/master
4 years ago
Claus Vium
fa77902955
Merge pull request #6430 from Bond-009/minor17
...
Minor improvements
4 years ago
ankenyr
6ba7db3d55
Removing if statement and always testing reverse of x and y.
4 years ago
ankenyr
0f9e95b4c5
Breaking up the test theory so episodes and the results are on their own lines.
4 years ago
Rob
9220682fd1
Update tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
Rob
10fbb4d48d
Update 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>
4 years ago
Bond_009
19824bff94
Minor improvements
4 years ago
Claus Vium
d3f291f159
Merge pull request #6392 from Bond-009/tests9
...
ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests
4 years ago
Joshua M. Boniface
7fabb32482
Merge pull request #6429 from crobibero/dotnet-5.0.9
...
Update to dotnet 5.0.9
4 years ago
Cody Robibero
709f8e9faa
Update to dotnet 5.0.9
4 years ago
Bond_009
e8e0836f95
Fix PasswordHash tests
4 years ago
ankenyr
78bbfca990
Separating out error cases from good cases.
4 years ago
Claus Vium
0216c452f1
Merge pull request #6025 from daullmer/localization-test
4 years ago
Claus Vium
3a47ad11e9
Apply suggestions from code review
4 years ago
Julien Machiels
8d5b87025b
Update tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
David Ullmer
d7c9b14175
Apply suggestions from code review
4 years ago
David Ullmer
45e0f7893b
Merge remote-tracking branch 'upstream/master' into localization-test
4 years ago
David Ullmer
77aee515a2
Use correct string comparison
4 years ago
ankenyr
67f81e8c07
Changing test name to be more descrptive.
4 years ago
Rob
579ed5c1fc
Update tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
ankenyr
8e6436d8dd
Removing moved files.
4 years ago
ankenyr
8b4d9339cf
Changing namespace to be within Jellyfin.Server.Implementations.Tests
4 years ago
MrTimscampi
924dfe1db0
Add test for year-only parsing for FFProbe
4 years ago
ankenyr
14a53fe402
Adding tests for AiredEpisodeOrderComparer.
4 years ago
Bond-009
971c2bc7de
Merge pull request #6328 from Bond-009/epparser
...
Improve episode parser
4 years ago
Bond_009
442dc10aac
ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests
4 years ago
Cody Robibero
398ca85944
Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes
4 years ago
Cody Robibero
d212b6fb08
Clean test
4 years ago
Rich Lander
c07e83fdf8
Invert code and style analysis configuration ( #6334 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
dependabot[bot]
33359d45be
Bump coverlet.collector from 3.0.3 to 3.1.0
...
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>
4 years ago
Claus Vium
50b41dd4e7
Merge pull request #6329 from Bond-009/restests
4 years ago
Bond-009
f3b51dd77b
Update tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs
...
Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
4 years ago
Claus Vium
5a9bd712b3
Merge pull request #6296 from Bond-009/oscheck
...
Improve platform checks
4 years ago
Bond_009
0512f74459
Add tests for GetResolutionText
4 years ago
Bond-009
0e2a6f8216
Merge pull request #6279 from Bond-009/tests8
4 years ago
Bond_009
ef3b651aad
Improve episode parser
4 years ago
Joshua M. Boniface
71158dfb3f
Merge pull request #6326 from crobibero/5.0.8
...
Update to dotnet 5.0.8
4 years ago
Cody Robibero
de12ee5dba
Update to dotnet 5.0.8
4 years ago
Bond_009
b202bfebce
Fix episode parser
4 years ago
Bond-009
b20977dc25
Merge pull request #6289 from Bond-009/warn33
...
Fix some warnings
4 years ago
Bond_009
8528e9bddb
Improve platform checks
4 years ago
Claus Vium
951a9f39c0
Merge pull request #6240 from Bond-009/quickconnecttests
...
Add tests for QuickConnectManager
4 years ago
Bond_009
915141f196
Fix some warnings
4 years ago
Bond_009
8b1a211081
MediaInfoControllerTests: Check Content-Length
4 years ago