Why deprecating report.extra ? By doing so, you will break the compatibility of existing plugins that override pytest_runtest_makereport hook #709
Closed
harmin-parra
started this conversation in
General
Replies: 1 comment
-
The Yes, the attribute is a list, and so the name should reflect that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The commit #626 renames the
report
attributeextra
toextras
.By doing so, you break the compatibilities of all existing pytest-html plugins that override the
pytest_runtest_makereport
hook.Is it really necessary to rename this attribute ?
Beta Was this translation helpful? Give feedback.
All reactions