Commit b20cbe1
committed
ci(unit-tests): drop stale tests/test_wl_hmac_key.py reference
The "Run module-level tests" step in ci.yml referenced
tests/test_wl_hmac_key.py — a file that never existed. The result
was every Unit Tests run on main red since the workflow landed
(verified via gh run list --workflow=ci.yml -- 5+ consecutive
failures on commits a48f6c2 / 4330149 / ab53066 / 91d9d22 /
b14b3c9 all citing "ERROR: file or directory not found:
tests/test_wl_hmac_key.py", exit code 4).
HMAC coverage is already provided by tests/unit/test_hmac_key.py
+ tests/unit/test_hmac_sig_fuzz.py, both of which run via the
prior `pytest tests/unit/` step. So removing the broken line
loses zero coverage — it just unblocks the workflow.
Same shape of fix as the round-7-B4 cleanup that removed a
stale tests/test_wl_filelock.py reference. Updated the
preamble comment to document BOTH missing-file gotchas so
they don't get re-added by a future contributor reading the
old comment as a TODO.
Side benefit: this also unblocks the Unit Tests check on every
open Dependabot PR (#7-#16), which were all red on the same
missing-file error.1 parent b14b3c9 commit b20cbe1
1 file changed
Lines changed: 16 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
138 | 148 | | |
139 | 149 | | |
140 | | - | |
141 | 150 | | |
142 | 151 | | |
143 | 152 | | |
| |||
0 commit comments