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

Remove the no_color.rs integration test #16

Merged
merged 1 commit into from
Apr 29, 2023

Commits on Apr 29, 2023

  1. Remove the no_color.rs integration test suite

    Update the integration tests to exclude the suite for color/ansi
    formatting testing. The test suite currently doesn't function - removing
    line 51 yields the same test results, proving the `NO_COLOR` environment
    variable is not what's suppressing ANSI formatting in the suite.
    
    The test is being removed here as a precaution to avoid false confidence
    that the suite provides any guarantees w.r.t. `NO_COLOR` support by this
    application. As of this commit no alternative testing strategy for this
    purpose was found.
    ericcornelissen committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e68c22e View commit details
    Browse the repository at this point in the history