aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-05-15Use glob patterns to ignore filesErik Rigtorp
2020-05-14Add code analyzers to Jellyfin.Naming.Tests and fix resulting warningsaled
2020-05-13Fix compile warnings in Jellyfin.Naming.Testsaled
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-05-04Merge pull request #2945 from mark-monteiro/integration-testsBond-009
Add Integration Tests For BrandingService
2020-05-04Merge pull request #2950 from Bond-009/videoresolverAnthony Lavado
Fix VideoResolver and tests
2020-05-03Move ruleset up one directory so it can be shared by all test projectsMark Monteiro
2020-05-03Enable StyleCop and FxCop analyzers for integration tests projectMark Monteiro
Use a custom ruleset that derives from the base solution ruleset, overriding rules where necessary
2020-05-03Make sure logger factories are disposed during integration testsMark Monteiro
2020-05-03Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-29Merge pull request #2917 from Bond-009/testsVasily
Improved tests
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-25Use the correct method to synchronously wait for tasks to completeMark Monteiro
2020-04-25Remove BaseVideoTestBond_009
2020-04-25Please roslynBond_009
2020-04-25Address commentsBond_009
2020-04-23Merge pull request #34 from crobibero/api-testsMark Monteiro
Do not use the "Microsoft.NET.Sdk.Web" SDK in the test project
2020-04-23Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-23Fix buildcrobibero
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-21Minor improvementBond_009
2020-04-21Fix VideoResolver and testsBond_009
2020-04-21Address commentsBond_009
2020-04-21Address commentsBond_009
2020-04-20Fix NuGet dependenciesMark Monteiro
2020-04-20Create integration tests for the endpoints in BrandingServiceMark Monteiro
2020-04-20Create a derived version of WebApplicationFactory<> that works with the ↵Mark Monteiro
Jellyfin server
2020-04-20Cover more branchesBond_009
2020-04-20Add some simple testsBond_009
2020-04-20Rename testBond_009
2020-04-19Address commentsBond_009
2020-04-19Improved testsBond_009
2020-04-13Another iterationDelgan
2020-04-13Fix failing tests?Delgan
2020-04-11Whitespace fixdtparr
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-11Whitespace fixdtparr
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-10Refactor the NamingOptions instantiations from both new and pre-existing ↵dtparr
facts/theories to be a readonly field to save instantiation costs
2020-04-10Fix tab/space issue causing github odditydtparr
2020-04-10Update to use the Theory/InlineData method to parameterize unit testsdtparr
2020-04-10Add Unit Test for the Extras directories.dtparr
Parameterize the valid extras as well as the null conditions.
2020-04-03Bump coverlet.collector from 1.2.0 to 1.2.1dependabot-preview[bot]
Bumps [coverlet.collector](https://github.com/tonerdo/coverlet) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/tonerdo/coverlet/releases) - [Commits](https://github.com/tonerdo/coverlet/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-26Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0dependabot-preview[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-05Update AlphanumComparatorTests.csBond-009