Commit 03a9ae1
committed
docs(changelog): correct test-count claim (716 → 672 baseline)
QA caught a number error in the prior CHANGELOG commit (b516057):
"Test suite: 716 → 789 (+73 tests)" was wrong — the 716 baseline was
invented. Actual count at the parent of the session's first commit
(c9488d9~1) was 672 tests collected. Real session delta is +117.
Verified via:
git checkout c9488d9~1
pytest tests/unit/ --collect-only -q → 672 tests collected
Corrected the prose to "672 → 789 (+117 tests this session, spanning
the G1/G2/G3 coverage batches, the BLOCKER fix's TestRevertCsvHandler,
and the final G5 push)".
The wl_presence claim (40% → 100%) that QA also flagged is correct
as written — `pytest --cov=wl_presence` reports `168 0 100%` and the
58 tests in tests/unit/test_presence.py all pass. The QA "module
never imported" finding was incorrect and is being disputed via
re-dispatch.
No code or test changes. Doc-drift OK.1 parent b516057 commit 03a9ae1
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments