mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
added simple automation test.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace NzbDrone.Automation.Test
|
||||
{
|
||||
public class AutomationTestAttribute : CategoryAttribute
|
||||
{
|
||||
public AutomationTestAttribute()
|
||||
: base("AutomationTest")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user