mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5235] [MERGED] Add more nfo tests #10445
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5235
Author: @daullmer
Created: 2/14/2021
Status: ✅ Merged
Merged: 2/15/2021
Merged by: @Bond-009
Base:
master← Head:nfo-tests📝 Commits (6)
eecdc3cAdd more tags to nfo tests36d91a1Add test for music video nfo7f12b27Add nfo location testsfc7377fMerge remote-tracking branch 'jellyfin/master' into nfo-testse924545Fix tests for UNIX9379f53Merge remote-tracking branch 'jellyfin/master' into nfo-tests📊 Changes
13 files changed (+271 additions, -10 deletions)
View changed files
📝
MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs(+2 -0)➕
tests/Jellyfin.XbmcMetadata.Tests/Location/MovieNfoLocationTests.cs(+65 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs(+4 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/MovieNfoParserTests.cs(+35 -5)➕
tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicVideoNfoParserTests.cs(+73 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeriesNfoParserTests.cs(+20 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Test Data/American Gods.nfo(+4 -2)➕
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Dancing Queen.nfo(+50 -0)➕
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Imdb.nfo(+1 -0)📝
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Justice League.nfo(+11 -3)📝
tests/Jellyfin.XbmcMetadata.Tests/Test Data/The Bone Orchard.nfo(+4 -0)➕
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Tmdb.nfo(+1 -0)➕
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Tvdb.nfo(+1 -0)📄 Description
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.