AbsaOSS / AbsaOSS/agentic-toolkit
Implement skill — test-integration-standards
未關閉
- 主要語言
- Python
- 星號
- 1
- 分支
- 0
- 平均合併
- 16 小時 52 分鐘
- 30 天內合併 PR
- 1
描述
Implements the `test-integration-standards` agent skill.
**Skill file:** `skills/test-integration-standards/SKILL.md`
Sections to implement:
- Test tier definition (unit / integration / e2e)
- When NOT to mock in integration tests — use real containerised infra, mock only external third-party services
- Real resources — approved patterns (Testcontainers, LocalStack, WireMock)
- Isolation and cleanup — per-test teardown, no execution order dependencies, container lifecycle
- CI behaviour — runnable without manual setup, unit/integration separation, slow test gating
- E2E specifics — critical journeys only, no shared state, reproducible failure artifacts
貢獻指南
評估
這個 Issue 還沒有評估資料。