summaryrefslogtreecommitdiffstats
path: root/tests/test_jupyter.py
blob: a69f211bf8f53417ee6072237ff1d79f1f924864 (plain)
1
2
3
4
5
6
7
from rich.console import Console


def test_jupyter():
    console = Console(force_jupyter=True)
    assert console.width == 93
    assert console.color_system == "truecolor"