Integration test with Flask Api
Implementing integration tests on our Api is a good practice. If we test with integration tests instead manually, tests step can be speeded up and when we have to modify the system and retest the code it’s faster. In this post I want to show an example of implementing integration tests with Flask Api.

APIs