1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

custom ncrunch config with fast running tests. (excludes DB/Integration tests)

This commit is contained in:
Keivan Beigi
2013-09-12 13:00:49 -07:00
parent 93481728cc
commit ead1f8a868
13 changed files with 85 additions and 64 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ using NzbDrone.Core.Messaging;
namespace NzbDrone.Core.Test.Framework
{
[Category("DbTest")]
public abstract class DbTest<TSubject, TModel> : DbTest
where TSubject : class
where TModel : ModelBase, new()
@@ -62,7 +62,7 @@ namespace NzbDrone.Core.Test.Framework
[Category("DbTest")]
public abstract class DbTest : CoreTest
{
private ITestDatabase _db;