rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Add detailed reason when skipping/xfailing/xpassing #68

Closed liiight closed 6 years ago

liiight commented 7 years ago

It would be great if the reason args could be filled when tests are skipped/xfailed/xpassing. Something like "Skipped due to issue XXX-1111 being unresolved"

lukas-bednar commented 7 years ago

Good point!

In case that parameter run=False, it should provide link to issue: https://github.com/rhevm-qe-automation/pytest_jira/blob/master/pytest_jira.py#L103 But in other cases, it doesn't provide anything ... I will see how I can cover these cases as well ...

Thank you.

liiight commented 7 years ago

Sure, thank you for the plugin

lukas-bednar commented 6 years ago

Solved in #91