AGENTS.md@skills/test-artifact-management/references/tc_helpers · git:20260812.206facb · 2026-08-12 · sha256 9af2010a6df43f71

AGENTS.md@skills/test-artifact-management/references/tc_helpers git:20260812.206facbA

Immutable. This exact content is served forever at /api/v1/blob/9af2010a6df43f71.

# skills/test-artifact-management/references/tc_helpers Agent Contract

Helpers here map automated test results to testcase IDs and report artifacts.

Rules:

- Preserve collection-time testcase mapping so skipped/blocked/fixture-failed
  tests still report to the right case.
- Do not collapse failed, skipped, blocked, unlinked, and deprecated cases into
  one status.
- Keep helpers dependency-light and portable across target repos.
- Add focused tests for marker parsing or report-shape changes.

Validation:

- `python3 -m pytest -q skills/test-artifact-management/references/test_gen_report.py`