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

Get a basic testing framework going #14

Closed paul-tqh-nguyen closed 5 years ago

paul-tqh-nguyen commented 5 years ago

It's hard to make progress while we have to manually test everything before committing changes.

Let's get a basic framework going.

We'll close this issue at that point.

We'll then make necessary changes as they arrive.

paul-tqh-nguyen commented 5 years ago

Make sure to write a test for the image-uploading endpoint.

It'll look something like this:

http://localhost:5001/swing-dance-scores/us-central1/api//users/image
paul-tqh-nguyen commented 5 years ago
Let's get a basic framework going.

We'll close this issue at that point.

https://github.com/paul-tqh-nguyen/swing_dance_scores/commit/6a2b0622a0acc44a08808893c4501b109b3724f2 accomplishes that. Let's open tickets for other tests that we'll need.