aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-03-05Update AlphanumComparatorTests.csBond-009
2020-03-05Add tests for alpha numeric sortingBond_009
2020-02-27moves shows tests to Theory and InlineData formatNarfinger
2020-02-27Merge pull request #2448 from Narfinger/tests-fix2dkanada
adds names from the episodenumber tests to path tests
2020-02-23adds names from the episodenumber tests to path testsNarfinger
2020-02-23fixes formatting and enabling another testNarfinger
2020-02-23add todos and fixes some todo testsNarfinger
2020-02-23fixes last tests and cleanupNarfinger
2020-02-23removed failing testsNarfinger
2020-02-23converted tests to inlinedataNarfinger
2020-02-20Update EpisodeNumberTests.csBond-009
2020-02-19Add testBond_009
2020-02-19Fix episode parsingBond_009
2020-02-14Merge pull request #2358 from Bond-009/testsdkanada
Enable TreatWarningsAsErrors and Nullable for test projects
2020-02-06Update Jellyfin.Naming.Tests.csprojBond-009
2020-02-05Merge branch 'master' into namingBond-009
2020-01-31Enable TreatWarningsAsErrors and Nullable for test projectsBond_009
2020-01-31Fix warningsBond_009
2020-01-28Update depsBond_009
2020-01-22Clean up Emby.NamingBond_009
2020-01-21Merge pull request #2299 from dkanada/testingVasily
Fix a few more tests for music and episodes
2020-01-21remove unsupported test casesdkanada
2020-01-19fix and remove a few more testsdkanada
2020-01-19Merge pull request #2257 from Bond-009/cleantestsdkanada
Fix a couple of tests
2020-01-18Merge pull request #2269 from EraYaN/azp-coverlet-reportsdkanada
Split CI YAML files and update code coverage collection
2020-01-15Split CI testing filesErwin de Haan
Switch to cobertura for code coverage Switch to dotnet test for tests Add matrix run for different platforms Add extra variables for easier maintenance
2020-01-14Merge pull request #2181 from BnMcG/2179-authentication-testsVasily
Test Jellyfin.Api authentication handling
2020-01-14Merge pull request #2266 from Bond-009/nullref2dkanada
Try to fix nullreff
2020-01-13move the split usage to the proper locationdkanada
2020-01-13ignore drive name in windows environmentsdkanada
2020-01-13switch two incorrectly used variablesdkanada
2020-01-13check operating system for absolute path testdkanada
2020-01-13Merge pull request #2245 from BnMcG/1874-regression-testdkanada
Add a test to prevent a regression of absolute path generation behaviour
2020-01-12Add test to prevent regressionsBond_009
2020-01-11Improve parsersBond_009
2020-01-11Fix a couple of testsBond_009
2020-01-11Cleanup testsBond_009
2020-01-11Merge pull request #2248 from jellyfin/azp-vstest-fixdkanada
Fix the VSTest runner
2020-01-09Renamed project and namespaceBen Magee
2020-01-09Merge branch 'master' into namingtestsBond_009
2020-01-09Update Jellyfin.Api.Test to 3.1Erwin de Haan
2020-01-08Add a test case which doesn't specify the parent directory.Ben Magee
2020-01-08Added a test to prevent a regression of the issue seen in #1874. This issue ↵Ben Magee
was fixed in PR#2240
2020-01-01Merge pull request #2107 from Bond-009/dotnet3.1Joshua M. Boniface
Move to .Net Core 3.1
2019-12-22Changed cast style as suggested, improved some member names to make them ↵Ben Magee
less ambiguous
2019-12-22Added tests for FirstTimeSetupOrElevatedHandlerBen Magee
2019-12-22Test RequiresElevationHandler for all rolesBen Magee
2019-12-22Removed unneeded dependencyBen Magee
2019-12-22PR style commentsBen Magee
2019-12-22Wrote tests to cover CustomAuthenticationHandlerBen Magee