rhevm-qe-automation / pytest_jira

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

Invalid issue passed as parameter of decorator is not reported #25

Closed lukas-bednar closed 8 years ago

lukas-bednar commented 8 years ago

It might hide problems. see test_jira_marker_bad_args test it reproduce problem.

vkondula commented 8 years ago

38 reports only markers, that does not match the pattern. (as in test_jira_marker_bad_args )

If it matches the pattern but the issue was not found, it's considered as open. Invalid marker could be caused by typo so should it rise an exception too? On the other hand some text in docstring could match the pattern and not be intended as jira issue id.

lukas-bednar commented 8 years ago

@vkondula you are right . I would proceed with these steps:

lukas-bednar commented 8 years ago

closed via #44