rich/tests/test_jupyter.py

8 lines
175 B
Python
Raw Normal View History

2020-07-07 15:26:25 +00:00
from rich.console import Console
def test_jupyter():
console = Console(force_jupyter=True)
assert console.width == 93
assert console.color_system == "truecolor"