aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2019-12-18Merge branch 'namingtests' of https://github.com/Bond-009/jellyfin into ↵Bond-009
namingtests
2019-12-18Fix testsBond-009
2019-12-17Merge branch 'master' into namingtestsBond-009
2019-12-06Move to .Net Core 3.1Bond_009
2019-12-06Add back all old emby testsBond_009
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-11-08Fix naming testsBond_009
2019-11-08Merge pull request #1929 from Narfinger/parser-fix4dkanada
[Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-22add another parser case and allow parsing of seasonlessNarfinger
Add another parser case and we now allow parsing of seasonless series which hopefully should cover more cases of directory structure
2019-10-11Move to netcore3.0Bond_009
2019-10-11added a couple more testsNarfinger
2019-10-10add tests for Emby.Naming/TV/EpisodePathParser.csNarfinger
This should in the future help to detect working and non working name matchings
2019-09-29Merge pull request #1814 from Bond-009/ffmpeg_fixJoshua M. Boniface
Fix ffmpeg version check for unknown versions
2019-09-29Fix testsBond_009
2019-09-29Fix ffmpeg version check for unknown versionsBond_009
2019-09-28Add more test dataBond_009
2019-09-28Add tests for EncoderValidatorBond_009
* Add support for ffmpeg 4.2 * Parse the complete ffmpeg version instead of only the first 2 digits * Make max and min version optional * Remove max limitation (for now) * Style improvements
2019-09-17Remove legacy auth code (#1677)Bond-009
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build
2018-12-12Revert "Test Projects"Joshua M. Boniface
2018-12-12Imported XmlTv testsBen Magee
2018-12-12Load data filesBen Magee
2018-12-12Import tests from old project testsBen Magee