Writing tests for RESTful APIs in Python using requests – part 2: data driven tests
Recently, I’ve delivered my first ever three day ‘Python for testers’ training course. One of the topics that was covered in this course is writing tests for RESTful APIs using the Python requests library and the pytest unit testing framework....