You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def test_number_of_colors_without_tty():
"""``number_of_colors`` should return 0 when there's no tty."""
# Hypothesis: once setupterm() has run and decided the tty supports 256
# colors, it never changes its mind.
raise SkipTest
This test is currently skipped. Should find a way to fix that.
The text was updated successfully, but these errors were encountered:
This test is currently skipped. Should find a way to fix that.
The text was updated successfully, but these errors were encountered: