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

feat: add AssertTgPlanAllExitCode #1323

Merged
merged 1 commit into from
Jul 26, 2023

Commits on Jul 22, 2023

  1. feat: add AssertTgPlanAllExitCode

    this adds an assertion to use with TgPlanAllE.
    
    since run-all plan with `-detailed-exitcode` can return a `0` or `2` on successful plans,
    this assertions checks for either acceptable value and asserts if true or false
    depending on the assertion under test, designated by the `assertTrue` input arg.
    
    this has been passed around as a helper function for simple regression testing using plan all
    across many modules, seemed like time to share it with the community.
    bt-macole committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6ca2522 View commit details
    Browse the repository at this point in the history