-
Notifications
You must be signed in to change notification settings - Fork 20
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
added mocked tests for databases - part 3 #217
added mocked tests for databases - part 3 #217
Conversation
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.
Looks great! Just need to run poetry run black tests
and push up the changes to resolve the lint failures 👍
…d-mocked-test-databases-3
…rk-mohit/pydo into added-mocked-test-databases-3
Co-authored-by: danaelhe <[email protected]>
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.
AWESOME contribution!! Thank you so much! This is good to merge and ship
Refer Issue : #206
Add tests for
databases.get_user
,databases.list
,databases.list_backups
,databases.list_clusters
,databases.list_connection_pools
,databases.list_firewall_rules
,databases.list_options
,databases.list_replicas
,databases.list_users
.