climatecabinet / climate-cabinet-tax-credit-map

Maps public utilities' eligibility for clean energy tax credit bonuses.
https://climatecabinet.github.io/climate-cabinet-tax-credit-map/
0 stars 1 forks source link

Test cloud storage helper against production resources #32

Closed LaunaG closed 5 months ago

LaunaG commented 1 year ago

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.