paul-tqh-nguyen / swing_dance_scores

A web interface to an implementation of a relative placement scoring system commonly used in Swing Dance competitions
0 stars 0 forks source link

Test for image-uploading #16

Open paul-tqh-nguyen opened 5 years ago

paul-tqh-nguyen commented 5 years ago

We would like a test to make sure that image uploads work.

However, we'd also like to not flood our DB with data.

The endpoint is something like:

http://localhost:5001/swing-dance-scores/us-central1/api//users/image

We can just keep a test sample image in our checkout and have tests upload that.

Let's see if there's documentation on how to delete images from our DB.

paul-tqh-nguyen commented 5 years ago

https://cloud.google.com/storage/docs/gsutil_install

Is it possible for us to use gsutil to delete images?