mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
13 lines
237 B
C#
13 lines
237 B
C#
using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Automation.Test
|
|
{
|
|
public class AutomationTestAttribute : CategoryAttribute
|
|
{
|
|
public AutomationTestAttribute()
|
|
: base("AutomationTest")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |