unit tests

This commit is contained in:
John Andrews
2024-08-31 10:10:58 +12:00
parent 3fddedc2d4
commit 1baeb195b3
9 changed files with 9 additions and 2 deletions
@@ -10,6 +10,7 @@ using PluginTestLibrary;
namespace MetaNodes.Tests.TheMovieDb;
[TestClass]
[TestCategory("Slow")]
public class MovieLookupTests : TestBase
{
[TestMethod]
@@ -11,6 +11,7 @@ using PluginTestLibrary;
namespace MetaNodes.Tests.TheMovieDb;
[TestClass]
[TestCategory("Slow")]
public class TVEpisodeLookupTests : TestBase
{
@@ -9,6 +9,7 @@ using PluginTestLibrary;
namespace MetaNodes.Tests.TheMovieDb;
[TestClass]
[TestCategory("Slow")]
public class TVShowLookupTests : TestBase
{
[TestMethod]
+1
View File
@@ -7,6 +7,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.IO;
[TestClass]
[TestCategory("Slow")]
public class AudioExtractorTests : VideoTestBase
{
[TestMethod]
+1
View File
@@ -8,6 +8,7 @@ using FileFlows.VideoNodes.VideoNodes;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
[TestCategory("Slow")]
public class AudioToVideoTests : VideoTestBase
{
[TestMethod]
@@ -11,6 +11,7 @@ namespace FileFlows.VideoNodes.Tests.FfmpegBuilderTests;
/// Tests for FFmpeg Builder for the Error file
/// </summary>
[TestClass]
[TestCategory("Slow")]
public class FFmpegBuild_ErrorFile : VideoTestBase
{
/// <summary>
@@ -165,6 +165,7 @@ public class FfmpegBuilder_AudioConverterTests: VideoTestBase
}
[TestMethod]
[TestCategory("Slow")]
public void FfmpegBuilder_AudioConverter_Opus_All()
{
var vi = new VideoInfoHelper(FFmpeg, Logger);
@@ -8,6 +8,7 @@ using VideoNodes.Tests;
namespace FileFlows.VideoNodes.Tests.FfmpegBuilderTests;
[TestClass]
[TestCategory("Slow")]
public class FfmpegBuilder_BasicTests : VideoTestBase
{
VideoInfo vii;
@@ -7,10 +7,9 @@ using VideoNodes.Tests;
namespace FileFlows.VideoNodes.Tests.FfmpegBuilderTests;
[TestClass]
[TestCategory("Slow")]
public class FfmpegBuilder_MetadataTests: VideoTestBase
{
[TestMethod]
public void FfmpegBuilder_Metadata_Remover_Language()
{