Testing REST APIs easily in Python with pyhttptest

Written by slaily | Published 2019/12/12
Tech Story Tags: python | programming | software-testing | unit-testing | python-web-development | api | restful-apis | latest-tech-stories

TLDR The tool is a command-line tool for HTTP tests over RESTful APIs. Describe your HTTP Requests test cases against your API service in a simplest and widely used format. The properties, which you can pass to a file are:name - The name of the test case.verb - An HTTP Method. The endpoint - The resource you want to invoke on the server. The report from the single test case and the report from multiple test cases. The test cases will be easily distinguished.via the TL;DR App

no story

Published by HackerNoon on 2019/12/12