2016-01-25 06:23:15 +08:00
|
|
|
pytest-2.8.7
|
2016-01-25 00:59:48 +08:00
|
|
|
============
|
|
|
|
|
2016-01-25 06:23:15 +08:00
|
|
|
This is a hotfix release to solve a regression
|
|
|
|
in the builtin monkeypatch plugin that got introduced in 2.8.6.
|
|
|
|
|
2020-07-29 23:19:33 +08:00
|
|
|
pytest is a mature Python testing tool with more than 1100 tests
|
2016-01-25 00:59:48 +08:00
|
|
|
against itself, passing on many different interpreters and platforms.
|
|
|
|
This release is supposed to be drop-in compatible to 2.8.5.
|
|
|
|
|
|
|
|
See below for the changes and see docs at:
|
|
|
|
|
|
|
|
http://pytest.org
|
|
|
|
|
|
|
|
As usual, you can upgrade from pypi via::
|
|
|
|
|
|
|
|
pip install -U pytest
|
|
|
|
|
|
|
|
Thanks to all who contributed to this release, among them:
|
|
|
|
|
|
|
|
Ronny Pfannschmidt
|
|
|
|
|
|
|
|
|
|
|
|
Happy testing,
|
|
|
|
The py.test Development Team
|
|
|
|
|
|
|
|
|
|
|
|
2.8.7 (compared to 2.8.6)
|
|
|
|
-------------------------
|
|
|
|
|
2018-05-18 15:27:51 +08:00
|
|
|
- fix #1338: use predictable object resolution for monkeypatch
|