mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-23 00:34:24 +01:00
13 lines
No EOL
237 B
C#
13 lines
No EOL
237 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Test.Common
|
|
{
|
|
public class IntegrationTestAttribute : CategoryAttribute
|
|
{
|
|
public IntegrationTestAttribute()
|
|
: base("Integration Test")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |