1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: pytest-httpbin
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
pandoc,
python-all,
python3-all,
python-decorator,
python3-decorator,
python-flask,
python3-flask,
python-httpbin,
python3-httpbin,
python-pytest,
python3-pytest,
python-requests,
python3-requests,
python-setuptools,
python3-setuptools,
python-six,
python3-six,
python-werkzeug,
python3-werkzeug
Standards-Version: 3.9.8
Homepage: https://github.com/kevin1024/pytest-httpbin
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-httpbin.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-httpbin.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
Package: python-pytest-httpbin
Architecture: all
Depends:
${python:Depends},
python-pytest,
${misc:Depends}
Description: py.test plugin providing a local httpbin
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 2 code.
Package: python3-pytest-httpbin
Architecture: all
Depends:
${python3:Depends},
python3-pytest,
${misc:Depends}
Description: py.test 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 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.
|