blessings
blessings copied to clipboard
Test broken: number_of_colors should return 0 without tty
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.
directly related to issue #33
resolved by 'blessed-integration' branch.