index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Server.Integration.Tests
Age
Commit message (
Expand
)
Author
2021-07-30
Invert code and style analysis configuration (#6334)
Rich Lander
2021-07-26
Bump coverlet.collector from 3.0.3 to 3.1.0
dependabot[bot]
2021-07-20
Merge pull request #6279 from Bond-009/tests8
Bond-009
2021-07-19
Update to dotnet 5.0.8
Cody Robibero
2021-07-11
MediaInfoControllerTests: Check Content-Length
Bond_009
2021-07-10
Add tests for Playback/BitrateTest endpoint
Bond_009
2021-07-06
Add test for RobotsRedirectionMiddleware
Bond_009
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-06-18
Merge pull request #6191 from crobibero/5.0.7
Joshua M. Boniface
2021-06-14
Update to dotnet 5.0.7
crobibero
2021-06-13
Ignore all test controllers
crobibero
2021-06-09
Fix duplicate keys causing an exception
Bond_009
2021-06-07
Merge pull request #5990 from BaronGreenback/UrlDecoding
Claus Vium
2021-06-07
Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
BaronGreenback
2021-06-07
Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
BaronGreenback
2021-05-31
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
dependabot[bot]
2021-05-15
Changes as requested
BaronGreenback
2021-05-14
Update to dotnet5.0.6
crobibero
2021-05-11
corrected tests
BaronGreenback
2021-05-08
Moved test
BaronGreenback
2021-05-02
Don't run integration tests in parallel
Bond_009
2021-04-30
Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0
dependabot[bot]
2021-04-27
Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0
dependabot[bot]
2021-04-26
Bump AutoFixture from 4.16.0 to 4.17.0
dependabot[bot]
2021-04-19
Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0
dependabot[bot]
2021-04-19
Bump AutoFixture.AutoMoq from 4.15.0 to 4.16.0
dependabot[bot]
2021-04-19
Merge pull request #5809 from jellyfin/dependabot/nuget/AutoFixture-4.16.0
Bond-009
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-13
Bump AutoFixture from 4.15.0 to 4.16.0
dependabot[bot]
2021-04-13
Merge pull request #5713 from Bond-009/websocketauth
Bond-009
2021-04-09
Add tests for UserController
Bond_009
2021-04-08
Merge pull request #5721 from Bond-009/authenticatedtests
Bond-009
2021-04-07
Add code to test authenticated endpoints
Bond_009
2021-04-06
Add tests for unauthenticated websocket access
Bond_009
2021-04-06
Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.5
dependabot[bot]
2021-04-02
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
dependabot[bot]
2021-03-22
Improve naming
Bond_009
2021-03-21
Add tests for GetFirstUser, UpdateStartupUser and CompleteWizard
Bond_009
2021-03-21
Add StartupControllerTests
Bond_009
2021-03-14
Merge pull request #5422 from Bond-009/warn51
Bond-009
2021-03-14
Fix integration test project
Bond_009
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-03-09
Move TestPluginWithoutPages to the correct project
Bond_009
2021-03-09
Perform static initialization only once
Bond_009
2021-03-09
Check for specific status code instead of success
Bond_009
2021-03-09
Split integration tests from unit tests
Bond_009