Move _check.py to tests/

This commit is contained in:
2026-06-01 18:42:39 +02:00
parent 001be8eb5e
commit b383bab50b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description: Verification checklist for code changes — always run before claim
Before reporting any task as complete, verify:
1. **Doc coverage** — run `python3 _check.py` to confirm zero undocumented functions.
1. **Doc coverage** — run `python3 tests/_check.py` to confirm zero undocumented functions.
2. **Compilation**`cargo check --workspace` must pass with no errors.
3. **Git status** — no uncommitted changes unless intentionally deferred.
4. **Remote parity**`git log --oneline -1` matches `origin/master`.
View File