AbsaOSS / AbsaOSS/agentic-toolkit

Implement skill — test-integration-standards

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
0
Avg merge
16h 52m
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.