Accepting request 599637 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/599637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mock?expand=0&rev=6
This commit is contained in:
2018-04-26 11:34:36 +00:00
committed by Git OBS Bridge
parent 1b2e7377ba
commit dd3e42c536
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 21 16:39:10 UTC 2018 - arun@gmx.de
- update to version 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).
- changes from version 1.8.0:
* Add aliases for NonCallableMock and create_autospec to
mocker. Thanks @mlhamel for the PR (#111).
-------------------------------------------------------------------
Sat Mar 3 10:13:26 UTC 2018 - mimi.vx@gmail.com