Using pytest or another framework of your choice, write an integration test for the cloud storage helper class referenced in #21 . You can authenticate to Google Cloud locally by using service account key, logging in through the google cloud CLI, or another method. (Please see this link for more information.) The test file should be included in a new tests folder in the common app. At minimum, we just need one or two test cases to confirm that downloading a file from a storage bucket doesn't result in an error.
Using
pytest
or another framework of your choice, write an integration test for the cloud storage helper class referenced in #21 . You can authenticate to Google Cloud locally by using service account key, logging in through the google cloud CLI, or another method. (Please see this link for more information.) The test file should be included in a newtests
folder in thecommon
app. At minimum, we just need one or two test cases to confirm that downloading a file from a storage bucket doesn't result in an error.