mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-23 00:05:48 +00:00
marked trakt tests as integration.
This commit is contained in:
@@ -5,10 +5,12 @@ using NUnit.Framework;
|
||||
using NzbDrone.Core.MetadataSource;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Core.Tv;
|
||||
using NzbDrone.Test.Common.Categories;
|
||||
|
||||
namespace NzbDrone.Core.Test.MetadataSourceTests
|
||||
{
|
||||
[TestFixture]
|
||||
[IntegrationTest]
|
||||
public class TraktProxyFixture : CoreTest<TraktProxy>
|
||||
{
|
||||
[TestCase("The Simpsons", "The Simpsons")]
|
||||
|
||||
Reference in New Issue
Block a user