Why this matters
The repo has several test entry points. New contributors need a fast answer to "which command should I run first?"
Files to touch
Exactly what to do
- Add a small table with three columns:
Goal, Command, When to use it.
- Include at least
make test-cov, make verify-integrations, and make test-rca.
- Keep each explanation to one short line.
- Do not rewrite the rest of the file.
Done when
- The table is present and easy to scan
- All commands already exist in the repo
Why this matters
The repo has several test entry points. New contributors need a fast answer to "which command should I run first?"
Files to touch
tests/README.mdExactly what to do
Goal,Command,When to use it.make test-cov,make verify-integrations, andmake test-rca.Done when