refactoring
This commit is contained in:
parent
9fc719aa4d
commit
62afee53e1
12 changed files with 13 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
using Yavsc.Server.Helpers;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc
|
||||
{
|
||||
[Collection("Yavsc Abstract tests")]
|
||||
[Trait("regression", "II")]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ using Yavsc.Models.Billing;
|
|||
using Yavsc.Models.Haircut;
|
||||
using Yavsc.Services;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc
|
||||
{
|
||||
[Trait("regression", "II")]
|
||||
public class BillingServiceTests
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
using yavscTests.ServerFixtures;
|
||||
|
||||
|
||||
namespace yavscTests.Mandatory
|
||||
namespace Yavsc.Org.Tests.Mandatory
|
||||
{
|
||||
|
||||
[Collection("Database")]
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
|
||||
using yavscTests.ServerFixtures;
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Yavsc.Interface;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
|
||||
[Collection("EMaillingTeststCollection")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue