[ 原始碼: pytest-mock ]
套件:python-pytest-mock-doc(3.14.0-2)
Documentation of the Pytest Mock plugin (HTML)
The pytest-mock plugin installs a "mocker" fixture which is a thin wrapper around the patching API provided by the excellent "mock" package or by unittest.mock, but with the benefit of not having to worry about undoing patches at the end of a test. It also provides other nice utilities such as spy and stub, and uses pytest introspection when comparing calls.
This package contains the HTML documentation of the pytest-mock plugin.
其他與 python-pytest-mock-doc 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- JavaScript support for Sphinx documentation
-
- rec: python3-pytest-mock
- Thin wrapper around mock for easier use with pytest (Python 3 module)