ban-archive / api-gestion-poc

POC pour une API de gestion BAN
15 stars 11 forks source link

Update pytest-mock to 1.13.0 #483

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates pytest-mock from 1.10.0 to 1.13.0.

Changelog ### 1.13.0 ``` ------------------- * The object returned by ``mocker.spy`` now also tracks any side effect of the spied method/function. ``` ### 1.12.1 ``` ------------------- * Fix error if ``mocker.patch`` is used in code where the source file is not available, for example stale ``.pyc`` files (`169`_). .. _169: https://github.com/pytest-dev/pytest-mock/issues/169issuecomment-555729265 ``` ### 1.12.0 ``` ------------------- * Now all patch functions also raise a ``ValueError`` when used as a context-manager. Thanks `AlexGascon`_ for the PR (`168`_). .. _AlexGascon: https://github.com/AlexGascon .. _168: https://github.com/pytest-dev/pytest-mock/pull/168 ``` ### 1.11.2 ``` ------------------- * The *pytest introspection follows* message is no longer shown if there is no pytest introspection (`154`_). Thanks `The-Compiler`_ for the report. * ``mocker`` now raises a ``ValueError`` when used as a context-manager. Thanks `binarymason`_ for the PR (`165`_). .. _154: https://github.com/pytest-dev/pytest-mock/issues/154 .. _165: https://github.com/pytest-dev/pytest-mock/pull/165 .. _binarymason: https://github.com/binarymason ``` ### 1.11.1 ``` ------------------- * Fix ``mocker.spy`` on Python 2 when used on non-function objects which implement ``__call__`` (`157`_). Thanks `pbasista`_ for the report. .. _157: https://github.com/pytest-dev/pytest-mock/issues/157 .. _pbasista: https://github.com/pbasista ``` ### 1.11.0 ``` ------ * The object returned by ``mocker.spy`` now also tracks the return value of the spied method/function. ``` ### 1.10.4 ``` ------ * Fix plugin when 'terminal' plugin is disabled ``` ### 1.10.3 ``` ------ * Fix test suite in Python 3.8. Thanks `hroncok`_ for the report and `blueyed`_ for the PR (`140`_). .. _140: https://github.com/pytest-dev/pytest-mock/pull/140 .. _hroncok: https://github.com/hroncok ``` ### 1.10.2 ``` ------ * Fix bug at the end of the test session when a call to ``patch.stopall`` is done explicitly by user code. Thanks `craiga`_ for the report (`137`_). .. _137: https://github.com/pytest-dev/pytest-mock/issues/137 .. _craiga: https://github.com/craiga ``` ### 1.10.1 ``` ------ * Fix broken links and update README. Also the code is now formatted using `black <https://github.com/ambv/black>`__. ```
Links - PyPI: https://pypi.org/project/pytest-mock - Changelog: https://pyup.io/changelogs/pytest-mock/ - Repo: https://github.com/pytest-dev/pytest-mock/
pyup-bot commented 4 years ago

Closing this in favor of #486