aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Naming.Tests/TV/EpisodePathParserTest.cs
AgeCommit message (Collapse)Author
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-02-17Add rule and tests to fix #9341Lenart Kos
Add an additional EpisodeExpression that matches `Series title Season 3 Episode 9 - Episode title.avi` correctly. Fixes #9341
2022-01-04Speed up Jellyfin.Naming.TestsBond_009
In my limited testing this saves ~4 seconds, from 19 to 15 seconds (in Xunit itself)
2020-11-10Dummy test case explanation.Stepan
2020-11-07Episode parsing coverageStepan
2020-05-14Add code analyzers to Jellyfin.Naming.Tests and fix resulting warningsaled
2020-02-27moves shows tests to Theory and InlineData formatNarfinger
2020-02-23adds names from the episodenumber tests to path testsNarfinger
2019-12-18Fix testsBond-009
2019-12-06Add back all old emby testsBond_009