We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da0966 commit 527be08Copy full SHA for 527be08
1 file changed
tests/test_cli.py
@@ -11,7 +11,7 @@
11
from holoviz_mcp.cli import OutputFormat
12
from holoviz_mcp.cli import app
13
14
-runner = CliRunner(env={"COLUMNS": "200"})
+runner = CliRunner(env={"COLUMNS": "200", "NO_COLOR": "1"})
15
16
17
# ══════════════════════════════════════════════════════════════════════════════
0 commit comments