Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test broken: number_of_colors should return 0 without tty #61

Open
fwenzel opened this issue Apr 29, 2014 · 2 comments
Open

Test broken: number_of_colors should return 0 without tty #61

fwenzel opened this issue Apr 29, 2014 · 2 comments
Labels

Comments

@fwenzel
Copy link
Collaborator

fwenzel commented Apr 29, 2014

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.

@fwenzel fwenzel added the bug label Apr 29, 2014
@jquast
Copy link
Collaborator

jquast commented May 1, 2014

directly related to issue #33

@jquast
Copy link
Collaborator

jquast commented Apr 8, 2015

resolved by 'blessed-integration' branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants