Commit 22fbcb7
CI: surface captured stdout for passing tests (-rA)
Several tests in test_quality_report.py are deliberately non-blocking
reports (near-duplicate canonicals, naming-convention violations) that
print findings without failing. pytest hides captured stdout for
passing tests by default, which was silently swallowing these reports
in CI - verified the first PR run showed 0 findings surfaced despite
both report tests actually finding things to report.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 3798313 commit 22fbcb7
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments