AGENTS.md@docs/development/testing · git:20260317.1cc241d · 2026-03-17 · sha256 d594e7ec8ee1f7a5

AGENTS.md@docs/development/testing git:20260317.1cc241dA

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

## docs/development/testing/ — Testing (Development)

### Scope

Developer-facing testing workflow and policies:

- How to run test suites and enforce coverage thresholds
- Guidance for integration tests and credentialed tests
- Patterns aligned with the “no mocks” policy

### Files

| File | Purpose |
| --- | --- |
| `README.md` | Navigation for the testing docs |
| `testing-guide.md` | Primary testing guide |
| `testing-with-credentials.md` | Credentialed/external integration testing |

### See also

- [`docs/rules/testing_standards.md`](../../rules/testing_standards.md)
- [`scripts/01_run_tests.py`](../../../scripts/01_run_tests.py)