flask-praetorian
flask-praetorian copied to clipboard
Add integration tests
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.