pytest v6.2.0.dev0 Release Notes
Release Date: 2020-09-26 // over 5 years ago-
No data yet 😐
You can check the official repo
Previous changes from v6.0.2
-
✅ pytest 6.0.2 (2020-09-04)
🐛 Bug Fixes
- ✅ #7148: Fixed
--log-clipotentially causing unrelatedprintoutput to be swallowed. - ⏪ #7672: Fixed log-capturing level restored incorrectly if
caplog.set_levelis called more than once. - ✅ #7686: Fixed NotSetType.token being used as the parameter ID when the parametrization list is empty.
✅ Regressed in pytest 6.0.0. - 💅 #7707: Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (
--tb=linefor example).
- ✅ #7148: Fixed