-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unit tests: make set_module_args() a context manager, and remove copies of it in some tests #9838
Conversation
…dule_args(). Prepares for Data Tagging.
CC @russoz |
@felixfontein This PR was evaluated as a potentially problematic PR for the following reasons:
Such PR can only be merged by human. Contact a Core team member to review this PR on IRC: |
bot_skip |
Backport to stable-9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply a1781d0 on top of patchback/backports/stable-9/a1781d09dd59adcb009d2f9e852c2c5ecd200ef7/pr-9838 Backporting merged PR #9838 into main
🤖 @patchback |
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9839 🤖 @patchback |
…es of it in some tests (ansible-collections#9838) Make set_module_args() a context manager, and remove copies of set_module_args(). Prepares for Data Tagging. (cherry picked from commit a1781d0)
Backport to stable-9 in #9840. |
…rgs() a context manager, and remove copies of it in some tests (#9839) Unit tests: make set_module_args() a context manager, and remove copies of it in some tests (#9838) Make set_module_args() a context manager, and remove copies of set_module_args(). Prepares for Data Tagging. (cherry picked from commit a1781d0) Co-authored-by: Felix Fontein <[email protected]>
…es of it in some tests (ansible-collections#9838) Make set_module_args() a context manager, and remove copies of set_module_args(). Prepares for Data Tagging.
SUMMARY
Prepares for Data Tagging.
Adjustd version of the corresponding commit in #9833.
ISSUE TYPE
COMPONENT NAME
various module unit tests