docs: Update core documentation with Structural Testing Contract

This commit is contained in:
2026-03-03 01:13:03 -05:00
parent 14ac9830f0
commit 6b2270f811
3 changed files with 19 additions and 1 deletions

View File

@@ -99,6 +99,8 @@ uv run gui_2.py --enable-test-hooks # With Hook API on :8999
uv run pytest tests/ -v
```
> **Note:** See the [Structural Testing Contract](./docs/guide_simulations.md#structural-testing-contract) for rules regarding mock patching, `live_gui` standard usage, and artifact isolation (logs are generated in `tests/logs/` and `tests/artifacts/`).
---
## Project Configuration