docs(testing): document the Rust test-layout conventions

This commit is contained in:
Julien Calixte
2026-07-14 14:11:23 +02:00
parent b548a8053e
commit f673bc742e
2 changed files with 67 additions and 0 deletions

View File

@@ -18,6 +18,12 @@
| [`typoena-toml.md`](typoena-toml.md) | `.typoena.toml` reference — the git-tracked editor preferences (auto-save, format-on-save, line numbers, auto-sync). |
| [`hardware.md`](hardware.md) | Part choices for the bench build and the rationale behind them. |
## Conventions
| Doc | What's in it |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [`testing.md`](testing.md) | Where Rust tests live — unit tests in-file vs the `editor` crate's `src/tests/` behavioural submodule; how to run them. |
## Quality method
| Doc | What's in it |