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 strategy to resolve not found issues #44

Closed vkondula closed 8 years ago

vkondula commented 8 years ago

User can specify in cmd or config file what to do if issue ID is not found. It's also possible to disable search for issue ID in doc string and to change pattern for matching issue ID. Issue: #25

codecov-io commented 8 years ago

Current coverage is 79.72%

Merging #44 into master will increase coverage by 0.85%

@@             master        #44   diff @@
==========================================
  Files             1          1          
  Lines           123        143    +20   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits             97        114    +17   
- Misses           26         29     +3   
  Partials          0          0          

Powered by Codecov. Last updated by ebb47fd...453cbe5

lukas-bednar commented 8 years ago

in general it looks very good.

lukas-bednar commented 8 years ago

Please make a doc consistent (related to issue regex) and I will be happy to merge it.

lukas-bednar commented 8 years ago

LGTM!