Source: pytest-httpbin Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Pierre-Elliott Bécue , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, pandoc, python3-all, python3-flask , python3-httpbin , python3-pytest , python3-requests , python3-setuptools, Standards-Version: 4.7.2 Homepage: https://github.com/kevin1024/pytest-httpbin Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-httpbin.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-httpbin Package: python3-pytest-httpbin Architecture: all Depends: python3-pytest, ${misc:Depends}, ${python3:Depends}, Description: pytest plugin providing a local httpbin (Python 3) httpbin is a WSGI based test server for testing HTTP applications. pytest-httpbin creates a fixture for the pytest 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 pytest plugin for Python 3 code.