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

Modify Execute Process Result Assertion #53

Merged
merged 1 commit into from
May 28, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented May 28, 2024

This pull request resolves #52 by modifying the execute process result assertion. By default, the assert_execute_process function asserts whether the given command successfully executes a process. However, if the ERROR argument is specified, the function will assert whether the given command fails to execute the process.

@threeal threeal added the feat label May 28, 2024
@threeal threeal added this to the Version 0.2.0 milestone May 28, 2024
@threeal threeal marked this pull request as ready for review May 28, 2024 08:44
@threeal threeal self-assigned this May 28, 2024
@threeal threeal merged commit c921b64 into main May 28, 2024
2 checks passed
@threeal threeal deleted the modify-exec-proc-result-assert branch May 28, 2024 08:45
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.

Modify Execute Process Result Assertion
1 participant