AGENTS.md@tests · git:20260606.583c571 · 2026-06-06 · sha256 22768e38f745e0be

AGENTS.md@tests git:20260606.583c571A

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

# Integration Tests Guide

This directory contains top-level integration scenarios for the workspace binary and cross-crate behavior.

- Prefer `cargo nextest run --test <name>` or targeted workspace `nextest` filters over `cargo test`.
- Keep tests deterministic and focused on externally visible behavior.
- Add regression coverage here when a bug spans multiple crates or depends on root-binary wiring.
- Document external service requirements clearly when a test needs Docker, Qdrant, or network-like fixtures.