Commit 66685fe
committed
docs(mutmut): fix line-number drift on item E mutant 17 (QA-caught)
qa-reviewer caught that the item E doc claimed mutant 17 was at
bin/wl_audit.py:88, but the actual mutated line is 91. Line 88 is
blank whitespace; the kwarg filter
if key not in ("app_context", "comment"):
is at line 91.
Cause: I conflated the diff hunk's starting line (the '@@ -88,7 +88,7'
header from mutmut show) with the actual mutated line within that
hunk. The hunk starts at line 88 and shows 7 lines of context;
the mutated line is the 4th line shown, so line 91.
Verified the other two mutants from the same section:
- Mutant 55 at line 156: confirmed (line 155 is
'req = urllib.request.Request(...)'; line 156 is the
add_header line — matches doc)
- Mutant 88 at line 189: confirmed ('error_msg = str(e)' at 189)
Only mutant 17 needed fixing.
doc-drift: OK (33 docs against build 660).1 parent e69a21a commit 66685fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments