docs: add rust testing strategy

This commit is contained in:
2026-07-29 23:05:10 +09:00
parent 7265041e55
commit be7a96a825
5 changed files with 196 additions and 5 deletions
+1 -1
View File
@@ -80,6 +80,6 @@ cargo check --workspace --all-targets
cargo test --workspace
```
E2E testing with real spawned processes is not yet designed. Keep changes scoped, preserve durable authority boundaries, and prefer clear type-safe structure over short-term compatibility layers.
Real-process E2E testing is opt-in. Do not design or implement E2E coverage unless the work explicitly requires E2E; otherwise protect the narrower parser, API, protocol, authority, or runtime boundary.
License: MIT. See [`LICENSE`](LICENSE).