acidjunk / improviser

A flask restful demo app
GNU General Public License v3.0
2 stars 0 forks source link

Write test for the main api calls #5

Closed acidjunk closed 5 years ago

acidjunk commented 6 years ago

When #4 is done: use the app factory to write test. Some boilerplate is needed to get decent DB fixtures in tests.

http://alexmic.net/flask-sqlalchemy-pytest/ https://gist.github.com/alexmic/7857543