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

Allow Execute Process Assertion to Accept Output and Error as Multiple Values #119

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jun 27, 2024

This pull request resolves #118 by modifying the OUTPUT and ERROR options in the assert_execute_process function to allow multiple values, simplifying the execute process assertion if the expected message contains new lines.

@threeal threeal added this to the Version 0.4.0 milestone Jun 27, 2024
@threeal threeal self-assigned this Jun 27, 2024
@threeal threeal force-pushed the assert-exec-proc-output-and-error-accept-multi-vals branch from 27574dc to be9c2ec Compare June 30, 2024 15:16
@threeal threeal marked this pull request as ready for review June 30, 2024 15:17
@threeal threeal added the feat label Jun 30, 2024
@threeal threeal merged commit 91aa977 into main Jun 30, 2024
2 checks passed
@threeal threeal deleted the assert-exec-proc-output-and-error-accept-multi-vals branch June 30, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Execute Process Assertion to Accept Output and Error as Multiple Values
1 participant