DEV Community

Discussion on: Python REST API: CI

Collapse
 
yucer profile image
yucer

Good.

But at the end you have shifted the article to the CI part.

Where is the Flask REST API part ?

I was waiting to see how do you deal with the tests for the API (emulating the client-server communication).

I suggest this library for that use case.

Collapse
 
dbanty profile image
Dylan Anthony

Yeah I know, the problem with the scope of what I’m trying to cover in this series is that it’s hard to put things in bite sized chunks while keeping the larger perspective.

I actually write the first basic test in the previous post using pytest-flask and will continue to expand tests as I add features to the project. Stay tuned for future posts :) and thanks for your comment!