carreath / SWE4103-Project

Soccer League Management web app for SWE4103 Team 2
MIT License
1 stars 0 forks source link

Tests for Backend Endpoints (3) #154

Open ntozer opened 5 years ago

ntozer commented 5 years ago

Add tests that just check the status code for each method (GET/POST/PUT/DELETE) for each endpoint.

Authorization could get a little complex but it's doable. Would recommend using the admin@site.ca account to grab a token when you need it.

Anyone that wants to do this can go for it.