mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
improved Linux support for tests.
This commit is contained in:
13
NzbDrone.Test.Common/Categories/IntegrationTestAttribute.cs
Normal file
13
NzbDrone.Test.Common/Categories/IntegrationTestAttribute.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace NzbDrone.Test.Common.Categories
|
||||
{
|
||||
public class IntegrationTestAttribute : CategoryAttribute
|
||||
{
|
||||
public IntegrationTestAttribute()
|
||||
: base("IntegrationTest")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user