Commit b0975c4
LCR-85: Fix test_harness.py for resolve_harnesses dedup and warnings.warn
- test_duplicate_tools_preserved → test_duplicate_tools_deduplicated: update
assertion to len==1 after fix #6 introduced dict.fromkeys de-duplication
- test_warns_on_permission_error: replace capsys stdout check with
pytest.warns(UserWarning) after fix #5 changed print() to warnings.warn()
Co-authored-by: Alexandre Boucaud <aboucaud@users.noreply.github.com>1 parent 19b5b58 commit b0975c4
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
| 149 | + | |
| 150 | + | |
0 commit comments