Skip to content

Commit 1a48eb1

Browse files
committed
fix: disable color output in CLI tests to prevent ANSI code assertion failures
1 parent 4ef0859 commit 1a48eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from wt.launchers import LauncherError
1010

1111

12-
runner = CliRunner()
12+
runner = CliRunner(env={"NO_COLOR": "1"})
1313

1414

1515
class TestCLIVersion:

0 commit comments

Comments
 (0)