Commit 6c2c0c6
fix(tests): the matrix survey lets 'no template configured' skip, not fail
_survey() caught every exception per cell as 'a crash is a gap too', which
swallowed the provider's FileNotFoundError on a machine with no HERO Designer
template — CI — and reported 7,924 phantom disagreements. The conftest hook
already turns that one error into a skip; the survey now re-raises it so the
hook can. Reproduced with the local template hidden: 608 passed / 1,085
skipped / exit 0, where CI had 1 failed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PrVDXgpDfQpzEGErZTLjEs1 parent 9bc1c45 commit 6c2c0c6
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments