stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -1,7 +1,8 @@
using StellaOps.TestKit.Traits;
using System.Reflection;
using System.Text.Json;
using System.Text.Json.Serialization;
using StellaOps.TestKit.Traits;
namespace StellaOps.TestKit.Analysis;

View File

@@ -1,3 +1,4 @@
using System.Security.Cryptography;
using System.Text;
using System.Text.Json;

View File

@@ -4,6 +4,7 @@
// Sprint: SPRINT_20260105_002_005_TEST_cross_cutting
// Task: CCUT-002
using System.Collections.Immutable;
using System.Diagnostics;

View File

@@ -1,6 +1,7 @@
using Microsoft.Extensions.DependencyInjection;
using System.Net;
using System.Text;
using Microsoft.Extensions.DependencyInjection;
namespace StellaOps.TestKit.Connectors;

View File

@@ -6,10 +6,11 @@
// redirect handling, max payload size, and decompression bomb protection.
// -----------------------------------------------------------------------------
using FluentAssertions;
using System.IO.Compression;
using System.Net;
using System.Text;
using FluentAssertions;
using Xunit;
namespace StellaOps.TestKit.Connectors;

View File

@@ -1,6 +1,7 @@
using System.Text.Json;
using FluentAssertions;
using Microsoft.AspNetCore.Mvc.Testing;
using System.Text.Json;
using Xunit;
namespace StellaOps.TestKit.Fixtures;

View File

@@ -1,7 +1,8 @@
using System.Net;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.Extensions.DependencyInjection;
using System.Net;
namespace StellaOps.TestKit.Fixtures;

View File

@@ -1,3 +1,4 @@
using System.Reflection;
using Testcontainers.PostgreSql;
using Xunit;

View File

@@ -1,9 +1,10 @@
using System.Net.Http.Json;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Hosting;
using System.Net.Http.Json;
using Xunit;
namespace StellaOps.TestKit.Fixtures;

View File

@@ -1,3 +1,4 @@
using System.Security.Cryptography;
using System.Text;
using System.Text.Json;

View File

@@ -1,5 +1,6 @@
using System.Text.RegularExpressions;
using Microsoft.Extensions.Logging;
using System.Text.RegularExpressions;
namespace StellaOps.TestKit.Observability;

View File

@@ -1,5 +1,6 @@
using System.Diagnostics;
using OpenTelemetry;
using System.Diagnostics;
using Xunit;
namespace StellaOps.TestKit.Observability;

View File

@@ -0,0 +1,8 @@
# StellaOps.TestKit Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -1,5 +1,6 @@
using StellaOps.TestKit.Fixtures;
using FluentAssertions;
using StellaOps.TestKit.Fixtures;
using Xunit;
namespace StellaOps.TestKit.Templates;

View File

@@ -6,8 +6,9 @@
// deterministic integration tests. Use as reference when refactoring tests.
// -----------------------------------------------------------------------------
using System.Diagnostics;
using StellaOps.TestKit.Deterministic;
using System.Diagnostics;
namespace StellaOps.TestKit.Templates;

View File

@@ -1,6 +1,7 @@
using FluentAssertions;
using StellaOps.TestKit.Deterministic;
using StellaOps.TestKit.Fixtures;
using FluentAssertions;
using Xunit;
namespace StellaOps.TestKit.Templates;

View File

@@ -1,5 +1,6 @@
using StellaOps.TestKit.Fixtures;
using FluentAssertions;
using StellaOps.TestKit.Fixtures;
using Xunit;
namespace StellaOps.TestKit.Templates;

View File

@@ -1,5 +1,6 @@
using StellaOps.TestKit.Fixtures;
using FluentAssertions;
using StellaOps.TestKit.Fixtures;
using Xunit;
namespace StellaOps.TestKit.Templates;

View File

@@ -1,8 +1,9 @@
using System.Net;
using FluentAssertions;
using Microsoft.AspNetCore.Mvc.Testing;
using StellaOps.TestKit.Extensions;
using StellaOps.TestKit.Observability;
using System.Net;
using Xunit;
namespace StellaOps.TestKit.Templates;