mirror of https://github.com/Textualize/rich.git
formatting
This commit is contained in:
parent
856a6edb36
commit
8cf9b684f3
|
@ -714,4 +714,4 @@ def test_is_terminal_broken_file():
|
||||||
@pytest.mark.skipif(sys.platform == "win32", reason="not relevant on Windows")
|
@pytest.mark.skipif(sys.platform == "win32", reason="not relevant on Windows")
|
||||||
def test_detect_color_system():
|
def test_detect_color_system():
|
||||||
console = Console(_environ={"TERM": "rxvt-unicode-256color"}, force_terminal=True)
|
console = Console(_environ={"TERM": "rxvt-unicode-256color"}, force_terminal=True)
|
||||||
assert console._detect_color_system() == ColorSystem.EIGHT_BIT
|
assert console._detect_color_system() == ColorSystem.EIGHT_BIT
|
||||||
|
|
Loading…
Reference in New Issue