In this video I had explained how you can write unit testing in python using unittest module. Basically I had used the API (Flask API) which we had created in our previous video.
In that flask API we had used GET, POST, PUT, DELETE HTTP request, So in this Video I had written test cases for all these HTTP methods.
Below is the link for FLASK API Creation video.
• Creating Restful API using Python Fla...
What ever code I had written in this video that is available at my blogging site LetUsBlog.co.in,
Source code of the video
https://letusblog.co.in/post/unittest...
Thank You #HappyCoding