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
commit ead1f8a868
13 changed files with 85 additions and 64 deletions

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;