We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef0859 commit 1a48eb1Copy full SHA for 1a48eb1
1 file changed
tests/test_cli.py
@@ -9,7 +9,7 @@
9
from wt.launchers import LauncherError
10
11
12
-runner = CliRunner()
+runner = CliRunner(env={"NO_COLOR": "1"})
13
14
15
class TestCLIVersion:
0 commit comments