aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-12-25Update tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csprojDavid
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-12-25Add targeted testscrobibero
2020-12-25Add tests for special Omdb jsoncrobibero
2020-12-21Bump AutoFixture from 4.14.0 to 4.15.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.14.0...v4.15.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13Merge pull request #4718 from ↵Joshua M. Boniface
jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.8.3 Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
2020-12-10Merge pull request #4749 from crobibero/guid-standardBond-009
2020-12-10Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v16.8.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-09Add nullable guid testcrobibero
2020-12-09Update to dotnet 5.0.1crobibero
2020-12-08Serialize GUID without dashescrobibero
2020-12-09Add tests for HdHomerunHost.TryGetTunerHostInfoBond_009
2020-12-09Add tests for HdHomerunHost.GetLineupBond_009
2020-12-08Merge pull request #4738 from jellyfin/tests8Claus Vium
Add tests for HdHomerunHost.GetModelInfo
2020-12-08Add tests for HdHomerunHost.GetModelInfoBond_009
2020-12-08Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
Don't serialize empty GUID to null
2020-12-08Fix JsonConverter recursioncrobibero
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-12-07Simplify convertercrobibero
2020-12-06Add number to bool json convertercrobibero
2020-12-01Merge pull request #4629 from crobibero/auth-handlerClaus Vium
Provide NoResult instead of Fail in CustomAuthenticationHandler
2020-12-01Add tests for GetUuidBond_009
2020-12-01Provide NoResult instead of Fail in CustomAuthenticationHandlercrobibero
2020-11-30Bump Moq from 4.15.1 to 4.15.2dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.15.1 to 4.15.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/commits/v4.15.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-28Add more tests for JsonGuidConverterBond_009
2020-11-25Remove Hex class as the BCL has one nowBond_009
2020-11-24[Fix] NetworkManager binding to [::] (#4549)BaronGreenback
* Autodiscovery enable/disable patch * Fixed [::] issue on bind. Altered test. * Update UdpServerEntryPoint.cs * Update Jellyfin.Networking.Tests.csproj * Update Jellyfin.Networking.Tests.csproj * Update INetworkManager.cs
2020-11-21Merge branch 'master' into NetworkPR2Joshua M. Boniface
2020-11-21Better named tests methods.Greenback
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21renamed file.Greenback
2020-11-21changesGreenback
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-20Remove broken CleanDateTimes regexcrobibero
2020-11-20Merge remote-tracking branch 'upstream/master' into video-resolvercrobibero
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-19Updated to latest Unstable.Greenback