flask-praetorian icon indicating copy to clipboard operation
flask-praetorian copied to clipboard

Add integration tests

Open dusktreader opened this issue 4 years ago • 0 comments

The project needs to have integration tests that verify that each feature works with:

  • A running flask API instance
  • A running database

The unit tests should verify that requests to the API get proper responses

Look into spinning up resources in Docker using the docker python sdk.

dusktreader avatar Nov 26 '21 17:11 dusktreader