-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters