2019-03-27 09:35:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-mock: updated to 1.10.2 1.10.2 * Fix bug at the end of the test session when a call to patch.stopall is done \ explicitly by user code. |
2019-02-06 09:54:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-mock: updated to 1.10.1 1.10.1 Fix broken links and update README. Also the code is now formatted using black. |
2018-05-02 09:33:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-mock: updated to 1.10.0 1.10.0: Add support for the recently added assert_called method in Python 3.6 and mock-2.0. |
2018-04-11 21:51:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-mock: updated to 1.9.0 1.9.0 Add support for the recently added assert_called_once method in Python 3.6 and \ mock-2.0. |
2018-04-07 22:02:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-mock: updated to 1.8.0 1.8.0 Add aliases for NonCallableMock and create_autospec to mocker. |
2018-03-02 12:39:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-test-mock: updated to 1.7.1 1.7.1: Fix setup.py to correctly read the README.rst. |
2018-02-22 10:49:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-test-mock: updated to 1.7.0 1.7.0: Incompatible change pytest-mock no longer supports Python 2.6 and Python 3.3, following the lead of \ pytest and other projects in the community. Packaging Fix mock requirement in Python 2. Internal Some tests in pytest-mock's suite are skipped if assertion rewriting is disabled |
2017-09-18 19:01:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-mock: update to 1.6.3 1.6.3 * Fix ``UnicodeDecodeError`` during assert introspection in \ ``assert_called_with`` in Python 2. |
2017-07-18 07:02:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 1.6.2: * Provide source package in ``tar.gz`` format and remove obsolete ``MANIFEST.in``. 1.6.1: * Fix ``mocker.resetall()`` by ignoring mocker objects which don't have a ``resetall`` method, like for example ``patch.dict``. |
2017-04-14 09:13:51 by Thomas Klausner | Files touched by this commit (1) |
Log message: BUILD_DEPEND on setuptools_scm for joerg. |