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
|
Source: pytest-mock
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-pytest,
python-setuptools,
python-setuptools-scm,
python-mock (>= 2),
python3-all,
python3-pytest,
python3-setuptools,
python3-setuptools-scm
Build-Conflicts: python3-mock
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-mock
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-mock.git
Homepage: https://github.com/pytest-dev/pytest-mock/
X-Python3-Version: >= 3.4
Package: python-pytest-mock
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-mock (>= 2),
python-pytest (>= 3.0.3) | python-pytest (<< 3)
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: thin-wrapper around mock for easier use with py.test (Python 2 module)
This plugin installs a "mocker" fixture which is a thin-wrapper
around the patching API provided by the excellent "mock" package, but
with the benefit of not having to worry about undoing patches at the
end of a test.
.
This package provides the Python 2 module.
XB-Python-Egg-Name: pytest-mock
Package: python3-pytest-mock
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pytest (>= 3.0.3) | python3-pytest (<< 3)
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: thin-wrapper around mock for easier use with py.test (Python 3 module)
This plugin installs a "mocker" fixture which is a thin-wrapper
around the patching API provided by the excellent "mock" package, but
with the benefit of not having to worry about undoing patches at the
end of a test.
.
This package provides the Python 3 module.
XB-Python-Egg-Name: pytest-mock
|