Skip to content

Commit bd4cffb

Browse files
committed
test for windows
1 parent 6f1d206 commit bd4cffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,4 +990,4 @@ def test_force_color():
990990
"COLORTERM": "truecolor",
991991
},
992992
)
993-
assert console.color_system == "truecolor"
993+
assert console.color_system in ("truecolor", "windows")

0 commit comments

Comments
 (0)