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!
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
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.
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!