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
+2 -2
View File
@@ -42,6 +42,6 @@ yoi ticket doctor
Use work item review to verify that the implementation satisfies the ticket, not only that the diff looks plausible.
## Current limitation
## E2E validation
End-to-end tests that spawn real processes are not yet designed. When changing Worker restoration, socket behavior, or orchestration, compensate with targeted unit/integration tests and concrete manual evidence in the implementation report.
Real-process E2E tests are opt-in. Do not add or extend E2E coverage unless the work explicitly requires the E2E test to be designed and implemented. Otherwise validate the narrower parser, API, protocol, authority, or runtime boundary.