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.
The project needs to have integration tests that verify that each feature works with:
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.