tests: refactor test suite to match new project structure
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
global using System.Net;
|
||||
global using System.Net.Http.Json;
|
||||
|
||||
global using FiscalOS.API.Data;
|
||||
global using FiscalOS.API.Tests.Infra;
|
||||
global using FiscalOS.Infra.Data;
|
||||
|
||||
global using Microsoft.AspNetCore.Hosting;
|
||||
global using Microsoft.AspNetCore.Mvc;
|
||||
global using Microsoft.AspNetCore.Mvc.Testing;
|
||||
global using Microsoft.AspNetCore.TestHost;
|
||||
global using Microsoft.EntityFrameworkCore;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using Microsoft.Extensions.Options;
|
||||
|
||||
global using Xunit.Sdk;
|
||||
Reference in New Issue
Block a user