py-test-httpbin-2.1.0

test your HTTP library against a local copy of httpbin

Index | devel

Description

httpbin is an amazing web service for testing HTTP libraries. It has
several great endpoints that can test pretty much everything you need
in a HTTP library. The only problem is: maybe you don't want to wait for
your tests to travel across the Internet and back to make assertions
against a remote web service.

Homepage: https://github.com/kevin1024/pytest-httpbin

Run Dependencies