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

Use Bats assertion libraries #1534

Closed

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    9bb924c View commit details
    Browse the repository at this point in the history
  2. chore: Use assert_success

    Do not use `assert_failure` because since doing so would lose
    information (the exact integer exit code).
    hyperupcall committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    38ad3ed View commit details
    Browse the repository at this point in the history
  3. chore: Use assert_output

    hyperupcall committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f6b8fbf View commit details
    Browse the repository at this point in the history
  4. handle regexes

    hyperupcall committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7ea9af0 View commit details
    Browse the repository at this point in the history
  5. more cleanup

    hyperupcall committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d1859f5 View commit details
    Browse the repository at this point in the history
  6. replace globs

    hyperupcall committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c6851cd View commit details
    Browse the repository at this point in the history