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