浏览代码

Move LiveTv tests to separate project

Patrick Barron 1 年之前
父节点
当前提交
7eba162879
共有 23 个文件被更改,包括 42 次插入5 次删除
  1. 1 0
      Emby.Server.Implementations/Properties/AssemblyInfo.cs
  2. 7 0
      Jellyfin.sln
  3. 1 1
      tests/Jellyfin.LiveTv.Tests/HdHomerunHostTests.cs
  4. 1 1
      tests/Jellyfin.LiveTv.Tests/HdHomerunManagerTests.cs
  5. 29 0
      tests/Jellyfin.LiveTv.Tests/Jellyfin.LiveTv.Tests.csproj
  6. 1 1
      tests/Jellyfin.LiveTv.Tests/Listings/XmlTvListingsProviderTests.cs
  7. 1 1
      tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs
  8. 1 1
      tests/Jellyfin.LiveTv.Tests/SchedulesDirect/SchedulesDirectDeserializeTests.cs
  9. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/10.10.10.100/discover.json
  10. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/10.10.10.100/lineup.json
  11. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/192.168.1.182/discover.json
  12. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/192.168.1.182/lineup.json
  13. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml
  14. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/Listings/XmlTv/notitle.xml
  15. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/headends_response.json
  16. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/lineup_response.json
  17. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/lineups_response.json
  18. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/metadata_programs_response.json
  19. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/programs_response.json
  20. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/schedules_request.json
  21. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/schedules_response.json
  22. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/token_live_response.json
  23. 0 0
      tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/token_offline_response.json

+ 1 - 0
Emby.Server.Implementations/Properties/AssemblyInfo.cs

@@ -17,6 +17,7 @@ using System.Runtime.InteropServices;
 [assembly: NeutralResourcesLanguage("en")]
 [assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")]
 [assembly: InternalsVisibleTo("Emby.Server.Implementations.Fuzz")]
+[assembly: InternalsVisibleTo("Jellyfin.LiveTv.Tests")]
 
 // Setting ComVisible to false makes the types in this assembly not visible
 // to COM components.  If you need to access a type in this assembly from

+ 7 - 0
Jellyfin.sln

@@ -87,6 +87,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.MediaEncoding.Hls.
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.MediaEncoding.Keyframes.Tests", "tests\Jellyfin.MediaEncoding.Keyframes.Tests\Jellyfin.MediaEncoding.Keyframes.Tests.csproj", "{24960660-DE6C-47BF-AEEF-CEE8F19FE6C2}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.LiveTv.Tests", "tests\Jellyfin.LiveTv.Tests\Jellyfin.LiveTv.Tests.csproj", "{C4F71272-C6BE-4C30-BE0D-4E6ED651D6D3}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
@@ -233,6 +235,10 @@ Global
 		{24960660-DE6C-47BF-AEEF-CEE8F19FE6C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{24960660-DE6C-47BF-AEEF-CEE8F19FE6C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{24960660-DE6C-47BF-AEEF-CEE8F19FE6C2}.Release|Any CPU.Build.0 = Release|Any CPU
+		{C4F71272-C6BE-4C30-BE0D-4E6ED651D6D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{C4F71272-C6BE-4C30-BE0D-4E6ED651D6D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{C4F71272-C6BE-4C30-BE0D-4E6ED651D6D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{C4F71272-C6BE-4C30-BE0D-4E6ED651D6D3}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
@@ -259,6 +265,7 @@ Global
 		{08FFF49B-F175-4807-A2B5-73B0EBD9F716} = {C9F0AB5D-F4D7-40C8-A353-3305C86D6D4C}
 		{154872D9-6C12-4007-96E3-8F70A58386CE} = {C9F0AB5D-F4D7-40C8-A353-3305C86D6D4C}
 		{0A3FCC4D-C714-4072-B90F-E374A15F9FF9} = {C9F0AB5D-F4D7-40C8-A353-3305C86D6D4C}
+		{C4F71272-C6BE-4C30-BE0D-4E6ED651D6D3} = {FBBB5129-006E-4AD7-BAD5-8B7CA1D10ED6}
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 		SolutionGuid = {3448830C-EBDC-426C-85CD-7BBB9651A7FE}

+ 1 - 1
tests/Jellyfin.Server.Implementations.Tests/LiveTv/HdHomerunHostTests.cs → tests/Jellyfin.LiveTv.Tests/HdHomerunHostTests.cs

@@ -12,7 +12,7 @@ using Moq;
 using Moq.Protected;
 using Xunit;
 
-namespace Jellyfin.Server.Implementations.Tests.LiveTv
+namespace Jellyfin.LiveTv.Tests
 {
     public class HdHomerunHostTests
     {

+ 1 - 1
tests/Jellyfin.Server.Implementations.Tests/LiveTv/HdHomerunManagerTests.cs → tests/Jellyfin.LiveTv.Tests/HdHomerunManagerTests.cs

@@ -3,7 +3,7 @@ using System.Text;
 using Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun;
 using Xunit;
 
-namespace Jellyfin.Server.Implementations.Tests.LiveTv
+namespace Jellyfin.LiveTv.Tests
 {
     public class HdHomerunManagerTests
     {

+ 29 - 0
tests/Jellyfin.LiveTv.Tests/Jellyfin.LiveTv.Tests.csproj

@@ -0,0 +1,29 @@
+<Project Sdk="Microsoft.NET.Sdk">
+  <PropertyGroup>
+    <TargetFramework>net8.0</TargetFramework>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <None Include="Test Data\**\*.*">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
+
+  <ItemGroup>
+    <PackageReference Include="AutoFixture" />
+    <PackageReference Include="AutoFixture.AutoMoq" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" />
+    <PackageReference Include="Moq" />
+    <PackageReference Include="xunit" />
+    <PackageReference Include="xunit.runner.visualstudio">
+      <PrivateAssets>all</PrivateAssets>
+      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+    </PackageReference>
+    <PackageReference Include="Xunit.SkippableFact" />
+    <PackageReference Include="coverlet.collector" />
+  </ItemGroup>
+  
+  <ItemGroup>
+    <ProjectReference Include="..\..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
+  </ItemGroup>
+</Project>

+ 1 - 1
tests/Jellyfin.Server.Implementations.Tests/LiveTv/Listings/XmlTvListingsProviderTests.cs → tests/Jellyfin.LiveTv.Tests/Listings/XmlTvListingsProviderTests.cs

@@ -12,7 +12,7 @@ using Moq;
 using Moq.Protected;
 using Xunit;
 
-namespace Jellyfin.Server.Implementations.Tests.LiveTv.Listings;
+namespace Jellyfin.LiveTv.Tests.Listings;
 
 public class XmlTvListingsProviderTests
 {

+ 1 - 1
tests/Jellyfin.Server.Implementations.Tests/LiveTv/RecordingHelperTests.cs → tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs

@@ -3,7 +3,7 @@ using Emby.Server.Implementations.LiveTv.EmbyTV;
 using MediaBrowser.Controller.LiveTv;
 using Xunit;
 
-namespace Jellyfin.Server.Implementations.Tests.LiveTv
+namespace Jellyfin.LiveTv.Tests
 {
     public static class RecordingHelperTests
     {

+ 1 - 1
tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/SchedulesDirectDeserializeTests.cs → tests/Jellyfin.LiveTv.Tests/SchedulesDirect/SchedulesDirectDeserializeTests.cs

@@ -6,7 +6,7 @@ using Emby.Server.Implementations.LiveTv.Listings.SchedulesDirectDtos;
 using Jellyfin.Extensions.Json;
 using Xunit;
 
-namespace Jellyfin.Server.Implementations.Tests.LiveTv.SchedulesDirect
+namespace Jellyfin.LiveTv.Tests.SchedulesDirect
 {
     public class SchedulesDirectDeserializeTests
     {

+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/10.10.10.100/discover.json → tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/10.10.10.100/discover.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/10.10.10.100/lineup.json → tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/10.10.10.100/lineup.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/192.168.1.182/discover.json → tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/192.168.1.182/discover.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/192.168.1.182/lineup.json → tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/192.168.1.182/lineup.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml → tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/Listings/XmlTv/notitle.xml → tests/Jellyfin.LiveTv.Tests/Test Data/LiveTv/Listings/XmlTv/notitle.xml


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/headends_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/headends_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/lineup_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/lineup_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/lineups_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/lineups_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/metadata_programs_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/metadata_programs_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/programs_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/programs_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/schedules_request.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/schedules_request.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/schedules_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/schedules_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/token_live_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/token_live_response.json


+ 0 - 0
tests/Jellyfin.Server.Implementations.Tests/Test Data/SchedulesDirect/token_offline_response.json → tests/Jellyfin.LiveTv.Tests/Test Data/SchedulesDirect/token_offline_response.json