-
Notifications
You must be signed in to change notification settings - Fork 23
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
new: Add InfoModule class to simplify info module implementations #409
new: Add InfoModule class to simplify info module implementations #409
Conversation
ea6c464
to
436dae9
Compare
3c91a92
to
6d8013a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Tests passed locally 🎉
Tests pass locally with the exception of one from instance_basic, just want to double check that this is outside our scope.
|
📝 Description
This change adds a shared
InfoModuleBase
class that allows for the easy creation of info modules with very little boilerplate.This change also switches from directly calling
pytest
to using theansible-test units
wrapper.✔️ How to Test