Ivan-Johnson / LifeLogServer

A DIY life tracking app
0 stars 0 forks source link

Implement a test suite #3

Closed Ivan-Johnson closed 4 years ago

Ivan-Johnson commented 4 years ago

LifeLog needs a test suite to verify that endpoints function correctly.

Ivan-Johnson commented 4 years ago

https://flask.palletsprojects.com/en/1.1.x/tutorial/tests/

This seems like a good guide to follow