From 02f25f0a1c7f85f0b09006a922c3381c3b498248 Mon Sep 17 00:00:00 2001 From: Alexandre Teixeira Date: Thu, 11 Jun 2026 16:58:26 +0100 Subject: [PATCH] docs(tests): remove stale CLI inventory count --- tests/LAYOUT_INVENTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/LAYOUT_INVENTORY.md b/tests/LAYOUT_INVENTORY.md index 402576467..86f920351 100644 --- a/tests/LAYOUT_INVENTORY.md +++ b/tests/LAYOUT_INVENTORY.md @@ -118,7 +118,7 @@ Read-only checks, run from the repo root on this branch. Note the real API is ```bash # Compute the area_cli set and confirm test_backup_cli_security.py is -# area_security. Expected: 27 files, then "security". +# area_security. Expected: 28 files, then "security". .venv/bin/python - <<'PY' from pathlib import Path from tests._taxonomy import classify_test_path @@ -162,7 +162,7 @@ Run with the project venv (`.venv/bin/python`); system `python3` may miss pinned deps. Before the move, record the baseline; after, compare: ```bash -# Selection must match the 27 files before and after the move. +# Selection must match the 28 files before and after the move. .venv/bin/python tests/run_focus.py --dry-run --area cli .venv/bin/python -m pytest -m area_cli -q