2017-05-10 09:55:27 +08:00
|
|
|
pytest-{version}
|
|
|
|
=======================================
|
|
|
|
|
|
|
|
The pytest team is proud to announce the {version} release!
|
|
|
|
|
2018-05-23 19:06:27 +08:00
|
|
|
pytest is a mature Python testing tool with more than a 2000 tests
|
2017-05-10 09:55:27 +08:00
|
|
|
against itself, passing on many different interpreters and platforms.
|
|
|
|
|
2020-01-23 05:50:32 +08:00
|
|
|
This release contains a number of bug fixes and improvements, so users are encouraged
|
2017-05-10 09:55:27 +08:00
|
|
|
to take a look at the CHANGELOG:
|
|
|
|
|
2018-08-29 05:45:04 +08:00
|
|
|
https://docs.pytest.org/en/latest/changelog.html
|
2017-05-10 09:55:27 +08:00
|
|
|
|
|
|
|
For complete documentation, please visit:
|
|
|
|
|
2018-08-29 05:36:47 +08:00
|
|
|
https://docs.pytest.org/en/latest/
|
2017-05-10 09:55:27 +08:00
|
|
|
|
2020-01-23 05:50:32 +08:00
|
|
|
As usual, you can upgrade from PyPI via:
|
2017-05-10 09:55:27 +08:00
|
|
|
|
|
|
|
pip install -U pytest
|
|
|
|
|
|
|
|
Thanks to all who contributed to this release, among them:
|
|
|
|
|
|
|
|
{contributors}
|
|
|
|
|
|
|
|
Happy testing,
|
2020-01-23 05:50:32 +08:00
|
|
|
The pytest Development Team
|