Closed loosla closed 1 month ago
@loosla get_backup_policy method is in DropletOperations. I think we need to add test case in test_droplets.py. Can you please confirm. Also, please assign it to me.
Thank you for catching that! I’ve updated the description.
@loosla thanks. Created PR. Please review.
Overview
Enhance test coverage by adding mocked test for the function that retrieves the backup policy for an existing droplet -
get_backup_policy
.Mocked tests do not act against the real API so no real resources are created.
To run mocked tests, run:
make test-mocked
Instructions
make install
test_get_backup_policy
for droplets.get_backup_policy.Note: The function implementation can be found in src/pydo/operations/_operations.py.