Commit 3a26be3
fix: Disable color output in CLI tests to prevent ANSI escape code issues
Set NO_COLOR=1 environment variable in CliRunner to prevent Rich/Typer
from outputting ANSI color codes that split option names like --build
into separate strings, causing test assertions to fail on CI.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 14c3d92 commit 3a26be3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments