mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
added categories to integration tests
This commit is contained in:
parent
bd4856dad8
commit
4ad7ce8363
2 changed files with 4 additions and 2 deletions
|
@ -15,11 +15,13 @@ using NzbDrone.Core.Datastore;
|
|||
using NzbDrone.Integration.Test.Client;
|
||||
using NzbDrone.Owin;
|
||||
using NzbDrone.Owin.MiddleWare;
|
||||
using NzbDrone.Test.Common.Categories;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test
|
||||
{
|
||||
[TestFixture]
|
||||
[IntegrationTest]
|
||||
public abstract class IntegrationTest
|
||||
{
|
||||
private NancyBootstrapper _bootstrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue