rhevm-qe-automation / pytest_jira

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

Improve the way where to get Jira IDs from #10

Closed lukas-bednar closed 8 years ago

lukas-bednar commented 8 years ago

1) Get IDs from decorator 2) Get IDs from doc string 3) Filter IDs which matches regex 4) Return only unique IDs

Fixed alignment of documentation, and added additional info about doc string.

jlaska commented 8 years ago

Thanks for the patch, merging!