mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
custom ncrunch config with fast running tests. (excludes DB/Integration tests)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user