aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-02-12Add test for WriteGetMessageBond_009
2021-02-12Rewrite packet writing code for HdHomerunBond_009
2021-02-11Add tests for RequestHelpers.GetItemTypeStringsBond_009
2021-02-11Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watchedDavid Ullmer
2021-02-11Add nfo user data testsDavid Ullmer
2021-02-09Update to dotnet 5.0.3crobibero
2021-02-09Comment out broken testsBond_009
2021-02-09Fix tests on windowsBond_009
2021-02-09Log subtitle errorsBond_009
2021-02-09Use SubtitleEdit to parse subtitlesBond_009
2021-02-09Add nfo parsing for watched, playcount and lastplayedDavid
2021-02-09Add test for generic nfo provider id parsingDavid Ullmer
2021-02-09Fix typos in nfo testsBalázs Váradi
2021-02-09Merge pull request #5012 from jellyfin/wsdkanada
Improve WebSocket Message Deserialization
2021-02-08Add test for multiepisode nfo parsingBalázs Váradi
2021-02-08Add regression test for PluginManager.SaveManifestBond_009
2021-02-07Fixed IP6 host parsingBaronGreenback
2021-02-05Merge pull request #5043 from ↵dkanada
senritsu/improve-episode-number-parsing-with-digits-in-names adjust episode path expression to allow digits in series names
2021-02-04Merge pull request #5085 from Ullmie02/nfo-actor-typedkanada
Process actor type in nfo files
2021-01-26Add test for ShuffleExtensionsBond_009
2021-01-25Bump coverlet.collector from 3.0.1 to 3.0.2dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-24Merge pull request #5095 from Bond-009/sortorderClaus Vium
2021-01-24Restore weird behaviourBond_009
2021-01-24Merge pull request #5074 from jellyfin/covBond-009
100% branch coverage for Jellyfin.Naming
2021-01-24Fix GetOrderBy and add testsBond_009
2021-01-23Merge pull request #5031 from crobibero/5.0.2Joshua M. Boniface
Update to dotnet 5.0.2
2021-01-23Process actor type in nfo filesDavid
2021-01-23Bump Moq from 4.15.2 to 4.16.0dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.15.2 to 4.16.0. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.15.2...v4.16.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-23Merge pull request #5053 from jellyfin/dependabot/nuget/coverlet.collector-3.0.1Bond-009
Bump coverlet.collector from 3.0.0 to 3.0.1
2021-01-21100% branch coverage for Jellyfin.NamingBond_009
2021-01-20Add music album nfo parser testDavid
2021-01-20Add season nfo parser testDavid
2021-01-20Add episode nfo parser testDavid
2021-01-20Move existing tests to correct namespaceDavid
2021-01-19Merge pull request #4978 from BaronGreenback/MultipeProxiesClaus Vium
2021-01-19renamed func in testBaronGreenback
2021-01-19Removed systemIp6 functionality.BaronGreenback
2021-01-19Changed testBaronGreenback
2021-01-19Simplified CodeBaronGreenback
2021-01-18Bump coverlet.collector from 3.0.0 to 3.0.1dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-17adjust episode path expression to allow digits in series namessenritsu
The previous expression was too greedy to consume digits, because the hyphen was optional. This lead to incorrect episode numbers for certain series with digits in their names, in those cases each episode was recognized as the same episode number (the digit from the series name). The rule, which matches most standard anime filenames, also had a lower priority than one of the Kodi rules, leading to incorrect recognition for absolute numbered episodes with triple digits and higher (first digit was used as season number, rest of digits as episode number). This also resolves one of the TODO test cases. Additional test cases were added to ensure that both hyphens in different parts of the filename, as well as names without hyphens, still work correctly. All previous test cases still pass. Unfortunately another TODO (EpisodeNumberTests.cs@L76, Uchuu Senkan Yamato 2199) with the same issue (digits in the series name) could not be trivially fixed in the same change, due to the significantly different formatting. Attempts to resolve this case did not work out for now.
2021-01-17revertedBaronGreenback
2021-01-16Merge pull request #4970 from BaronGreenback/networkTestCorrectionJoshua M. Boniface
2021-01-16dotnet 5.0.2crobibero
2021-01-13Assert.TrueBaronGreenback
2021-01-13Improve WebSocket DeserializationBond_009
2021-01-12Fixed test on MacBaronGreenback
2021-01-12Impliments KnownNetworks and KnownProxiesBaronGreenback
2021-01-11Bump coverlet.collector from 1.3.0 to 3.0.0dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.3.0 to 3.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-09Add tests for artist nfoBond_009