refactoring

This commit is contained in:
Paul Schneider 2026-06-19 19:59:15 +01:00
commit 62afee53e1
12 changed files with 13 additions and 24 deletions

View file

@ -1,7 +1,7 @@
using Yavsc.Server.Helpers;
namespace yavscTests
namespace Yavsc
{
[Collection("Yavsc Abstract tests")]
[Trait("regression", "II")]

View file

@ -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

View file

@ -1,8 +1,6 @@
using yavscTests.ServerFixtures;
namespace yavscTests.Mandatory
namespace Yavsc.Org.Tests.Mandatory
{
[Collection("Database")]

View file

@ -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")]