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 invalid errors.As() usage, name test cases #177

Merged
merged 1 commit into from
Jul 18, 2022

Commits on Jul 18, 2022

  1. Remove invalid errors.As() usage, name test cases

    Remove errors.As() comparison logic until I can determine how to use a
    table test configuration to reliably assert that an expected error is
    of a specific type.
    
    Tweak test failure message format slightly to improve readability.
    
    Add `name` field to table test struct, move test name comments from
    each table test into name value (so that each test case is properly
    labeled in output).
    
    Run each test case as a subtest in an effort to provide additional
    isolation.
    
    refs GH-176
    atc0005 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    aa18ca5 View commit details
    Browse the repository at this point in the history