Want to create an interactive transcript for this episode?
Podcast: Test & Code
Episode: 26: pyresttest – Sam Van Oort
Description: Interview with Sam Van Oort about pyresttest, "A REST testing and API microbenchmarking tool"
pyresttest
A question in the Test & Code Slack channel was raised about testing REST APIs. There were answers such as pytest + requests, of course, but there was also a mention of pyresttest, https://github.com/svanoort/pyresttest, which I hadn't heard of. I checked out the github repo, and was struck by how user friendly the user facing test definitions were. So I contacted the developer, Sam Van Oort, and asked him to come on the show and tell...