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

Fix Mock Message Level #74

Merged
merged 3 commits into from
May 31, 2024
Merged

Fix Mock Message Level #74

merged 3 commits into from
May 31, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented May 31, 2024

This pull request resolves #73 by addressing the behavior of the mock_message and end_mock_message functions when called multiple times and at different nest levels. The internal implementation of these functions has been modified to use variables instead of global properties to determine if the message mocking is enabled. This change ensures that the message mocking is correctly handled at each level of nesting.

@threeal threeal added this to the Version 0.3.0 milestone May 31, 2024
@threeal threeal self-assigned this May 31, 2024
@threeal threeal merged commit cc268c5 into main May 31, 2024
2 checks passed
@threeal threeal deleted the fix-mock-message-level branch May 31, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Mock Message Level
1 participant