You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a good idea to make the "extras" list available in the plugin and the needed pytest_runtest_makereport hook also. This would make it much easier to work with instead of having to add additional code in your project in order to support extras.
Example:
I actually misspelled extras without an s. It was meant for compatibility with pytest-html so with next release you can use the pytest-html plugin to do that. Although it would be nice to be able to add extras without installing an additional plugin.
Hello,
I think it would be a good idea to make the "extras" list available in the plugin and the needed pytest_runtest_makereport hook also. This would make it much easier to work with instead of having to add additional code in your project in order to support extras.
Example:
Instead could be replaced with both a fixture for adding extras and the actual list just like pytest_html has support for.
examples:
The text was updated successfully, but these errors were encountered: