Releases: pytest-dev/pytest
Releases · pytest-dev/pytest
5.0.1
pytest 5.0.1 (2019-07-04)
Bug Fixes
- #5479: Improve
quoting inraisesmatch failure message. - #5523: Fixed
using multiple short options together in the command-line (for
example-vs) in Python 3.8+. - #5547:
--step-wisenow handlesxfail(strict=True)markers properly.
Improved Documentation
- #5517: Improve
"Declaring new hooks" section in chapter "Writing Plugins"