Commit 233c526
committed
libtmux(test[logging]): remove caplog.text string matching per CLAUDE.md
why: CLAUDE.md logging standards require asserting on caplog.records
attributes, not string matching on caplog.text. The rec.exc_info is None
assertion already covers the guarantee.
what:
- Remove redundant `assert "Traceback" not in caplog.text` from
test_options_warning_no_exc_info1 parent 08d4f79 commit 233c526
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
0 commit comments