consolidate the tests locations
This commit is contained in:
@@ -154,9 +154,13 @@ The codebase follows a monorepo pattern with modules under `src/`:
|
||||
|
||||
### Test Layout
|
||||
|
||||
- Module tests: `StellaOps.<Module>.<Component>.Tests`
|
||||
- Shared fixtures/harnesses: `StellaOps.<Module>.Testing`
|
||||
- **Module tests:** `src/<Module>/__Tests/StellaOps.<Module>.<Component>.Tests/`
|
||||
- **Global tests:** `src/__Tests/{Category}/` (Integration, Acceptance, Load, Security, Chaos, E2E, etc.)
|
||||
- **Shared testing libraries:** `src/__Tests/__Libraries/StellaOps.*.Testing/`
|
||||
- **Benchmarks & golden corpus:** `src/__Tests/__Benchmarks/`
|
||||
- **Ground truth datasets:** `src/__Tests/__Datasets/`
|
||||
- Tests use xUnit, Testcontainers for PostgreSQL integration tests
|
||||
- See `src/__Tests/AGENTS.md` for detailed test infrastructure guidance
|
||||
|
||||
### Documentation Updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user