index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Naming.Tests
/
Video
/
MultiVersionTests.cs
Age
Commit message (
Expand
)
Author
2024-09-22
Update dependency xunit to 2.9.1 (#12687)
renovate[bot]
2024-09-18
Sort by version name before resolution sorting (#12621)
gnattu
2023-10-08
Remove redundant verbatim string prefixes
Stepan Goremykin
2023-02-20
Improve alternate ordering (#9336)
Bond-009
2023-02-15
Make exact match primary video
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-09-28
Remove redundant using directives
Hannes Braun
2021-12-20
Fix extras folders
cvium
2021-12-07
Refactor extras parsing
cvium
2021-05-24
Remove some unnecessary allocations
cvium
2021-03-15
revert underscore as a multiversion separator
cvium
2021-03-10
fix copy/paste error in test
cvium
2021-03-10
make the eligibility check more strict wrt. brackets
cvium
2021-03-10
fix multiversion eligibility check for complex folder names
cvium
2021-01-21
100% branch coverage for Jellyfin.Naming
Bond_009
2020-11-05
Enable MultiVersion video tests and added support for naming based on tests 1...
Stepan
2020-05-14
Add code analyzers to Jellyfin.Naming.Tests and fix resulting warnings
aled
2020-05-13
Fix compile warnings in Jellyfin.Naming.Tests
aled
2020-04-21
Fix VideoResolver and tests
Bond_009
2020-01-11
Fix a couple of tests
Bond_009
2019-12-06
Add back all old emby tests
Bond_009