docs: document Claude test commands

This commit is contained in:
2026-06-02 09:59:21 +01:00
parent 39728667a7
commit 5456947ac9
2 changed files with 48 additions and 0 deletions
+26
View File
@@ -18,3 +18,29 @@ Rules:
- Stop.
Do not start the next task automatically.
## Test Commands
Use the existing virtual environment.
From the repository root, run:
```bash
source .venv/bin/activate
python -m pytest
Do not search the filesystem for pytest.
Do not create a new virtual environment unless explicitly asked.
If pytest is unavailable, run:
pip install -e '.[dev]'
python -m pytest
Validation Commands
For normal task validation, run:
python -m pytest
rdb status
rdb next
```