Commit f4fb7b5
Michael Aydinbas
Fix CLI test runner for CI environment
CliRunner in non-TTY environments causes Rich to render ANSI codes
character-by-character, breaking plain-text assertions like
'--file' in result.output. Set NO_COLOR=1 and COLUMNS=200 to force
plain-text output for reliable string matching in CI.1 parent 7e345dd commit f4fb7b5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments