Reorganize tests by API and service concerns

This commit is contained in:
2026-02-24 23:46:47 +01:00
parent 885121723d
commit 50f56fdab7
20 changed files with 897 additions and 799 deletions

View File

@@ -0,0 +1,7 @@
global using System.Net;
global using System.Net.Http;
global using System.Net.Http.Json;
global using Microsoft.AspNetCore.Mvc.Testing;
global using RpgRoller.Contracts;
global using RpgRoller.Domain;
global using RpgRoller.Services;