python3-pytest-httpbin

py.test plugin providing a local httpbin (Python 3)
  https://github.com/kevin1024/pytest-httpbin
  0
  no reviews



Httpbin is a WSGI based test server for testing HTTP applications. pytest-httpbin creates a fixture for the py.test framework that is dependency-injected into tests, it automatically starts up a local running instance of httpbin in a separate thread and provides the test with the URL in the fixture.

This package provides the py.test plugin for Python 3 code.