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

Assert Fatal Error Message Outside the Mocked Message #135

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 3, 2024

This pull request resolves #134 by modifying the assert_fatal_error function to assert the fatal error message outside the mocked message function. This change involves modifying the behavior of the mocked message function by capturing a fatal error message and setting it to a global property that can later be accessed by the assert_fatal_error function. This change essentially revert #94.

@threeal threeal added this to the Version 0.4.0 milestone Jul 3, 2024
@threeal threeal self-assigned this Jul 3, 2024
@threeal threeal merged commit 4ac0c40 into main Jul 3, 2024
2 checks passed
@threeal threeal deleted the assert-fatal-error-outside-mocked-message branch July 3, 2024 04:58
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.

Assert Fatal Error Message Outside the Mocked Message
1 participant