audit notes work completed, test fixes work (95% done), new sprints, new data sources setup and configuration

This commit is contained in:
master
2026-01-14 10:48:00 +02:00
parent d7be6ba34b
commit 95d5898650
379 changed files with 40695 additions and 19041 deletions

View File

@@ -0,0 +1,18 @@
# Integrations Plugin Tests - AGENTS.md
## Module Overview
Test project for Integration connector plugins including InMemory and Harbor connectors.
## Test Coverage
- `InMemoryConnectorPluginTests` - Tests for the InMemory connector plugin (test/dev purposes)
- Additional tests for Harbor connector plugin to be added
## Working Agreements
1. Use deterministic TimeProvider injection for time-dependent tests
2. Mock HTTP connections for external service tests
3. Verify cancellation token propagation
## Running Tests
```bash
dotnet test src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.csproj
```