mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
marked trakt tests as integration.
This commit is contained in:
parent
15d5e93d36
commit
30827e91b6
@ -5,10 +5,12 @@
|
|||||||
using NzbDrone.Core.MetadataSource;
|
using NzbDrone.Core.MetadataSource;
|
||||||
using NzbDrone.Core.Test.Framework;
|
using NzbDrone.Core.Test.Framework;
|
||||||
using NzbDrone.Core.Tv;
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Test.Common.Categories;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Test.MetadataSourceTests
|
namespace NzbDrone.Core.Test.MetadataSourceTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
[IntegrationTest]
|
||||||
public class TraktProxyFixture : CoreTest<TraktProxy>
|
public class TraktProxyFixture : CoreTest<TraktProxy>
|
||||||
{
|
{
|
||||||
[TestCase("The Simpsons", "The Simpsons")]
|
[TestCase("The Simpsons", "The Simpsons")]
|
||||||
|
Loading…
Reference in New Issue
Block a user