mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
custom ncrunch config with fast running tests. (excludes DB/Integration tests)
This commit is contained in:
parent
93481728cc
commit
ead1f8a868
13 changed files with 85 additions and 64 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue