audit notes work completed, test fixes work (95% done), new sprints, new data sources setup and configuration
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user