rhevm-qe-automation / pytest_jira

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

Make 'run' parameter configurable #70

Closed lukas-bednar closed 7 years ago

lukas-bednar commented 7 years ago

Fixes #69

lukas-bednar commented 7 years ago

@liiight feel free to comment

codecov-io commented 7 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage    98.7%   98.73%   +0.02%     
==========================================
  Files           1        1              
  Lines         155      158       +3     
==========================================
+ Hits          153      156       +3     
  Misses          2        2
Impacted Files Coverage Δ
pytest_jira.py 98.73% <100%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 448c2af...78f1cc3. Read the comment docs.

liiight commented 7 years ago

Looks great to me!

liiight commented 7 years ago

Awesome, thanks for this! Any idea when version will be released?

lukas-bednar commented 7 years ago

@liiight I want to close that second issue related to skipped info #68 . I have issue to display it properly in both, terminal & xunit report. Anyway I will release it in the worst case by end of week.

liiight commented 7 years ago

That's great to hear it'll be released soon, I'll be able to remove all those run = False I added 😉 A shame about #68 though, that would have made my reports flawless. I'm using pytest-html and I customized it a lot, catching the xfail reason would have been super nice. Anything I can help with? I'd gladly contribute in any way that's helpful.

lukas-bednar commented 7 years ago

@liiight here is what I have so far #71 . But it doesn't behave consistently for all cases, xpass/xfail/skipped. Feel free to take a look and play with it.