Changelog
### 1.10.0
```
------
* Add support for the recently added ``assert_called`` method in Python 3.6 and ``mock-2.0``. Thanks `rouge8`_ for the PR (`115`_).
.. _115: https://github.com/pytest-dev/pytest-mock/pull/115
```
### 1.9.0
```
-----
* Add support for the recently added ``assert_called_once`` method in Python 3.6 and ``mock-2.0``. Thanks `rouge8`_ for the PR (`113`_).
.. _113: https://github.com/pytest-dev/pytest-mock/pull/113
```
### 1.8.0
```
-----
* Add aliases for ``NonCallableMock`` and ``create_autospec`` to ``mocker``. Thanks `mlhamel`_ for the PR (`111`_).
.. _111: https://github.com/pytest-dev/pytest-mock/pull/111
```
### 1.7.1
```
-----
* Fix ``setup.py`` to correctly read the ``README.rst``. Thanks `ghisvail`_ for the fix (`107`_).
.. _107: https://github.com/pytest-dev/pytest-mock/issues/107
```
Links
- PyPI: https://pypi.org/project/pytest-mock
- Changelog: https://pyup.io/changelogs/pytest-mock/
- Repo: https://github.com/pytest-dev/pytest-mock/
This PR updates pytest-mock from 1.7.0 to 1.10.0.
Changelog
### 1.10.0 ``` ------ * Add support for the recently added ``assert_called`` method in Python 3.6 and ``mock-2.0``. Thanks `rouge8`_ for the PR (`115`_). .. _115: https://github.com/pytest-dev/pytest-mock/pull/115 ``` ### 1.9.0 ``` ----- * Add support for the recently added ``assert_called_once`` method in Python 3.6 and ``mock-2.0``. Thanks `rouge8`_ for the PR (`113`_). .. _113: https://github.com/pytest-dev/pytest-mock/pull/113 ``` ### 1.8.0 ``` ----- * Add aliases for ``NonCallableMock`` and ``create_autospec`` to ``mocker``. Thanks `mlhamel`_ for the PR (`111`_). .. _111: https://github.com/pytest-dev/pytest-mock/pull/111 ``` ### 1.7.1 ``` ----- * Fix ``setup.py`` to correctly read the ``README.rst``. Thanks `ghisvail`_ for the fix (`107`_). .. _107: https://github.com/pytest-dev/pytest-mock/issues/107 ```Links
- PyPI: https://pypi.org/project/pytest-mock - Changelog: https://pyup.io/changelogs/pytest-mock/ - Repo: https://github.com/pytest-dev/pytest-mock/