Fixed: Automation/Integration/Unit Tests

This commit is contained in:
Qstick
2019-09-02 22:22:25 -04:00
parent 944f420270
commit 7f221c7834
123 changed files with 1384 additions and 1191 deletions

View File

@@ -0,0 +1,9 @@
namespace NzbDrone.Test.Common
{
public enum TestLogOutput
{
Console = 0,
File = 1,
None = 2
}
}