EliLillyCo / pytest-wdl

WDL plugin for pytest
https://pytest-wdl.readthedocs.io
Apache License 2.0
48 stars 8 forks source link

Add 'callback' keyword to workflow_runner #130

Closed jdidion closed 4 years ago

jdidion commented 4 years ago

I refactored the code in the workflow_runner fixture into a separate class. I added support for a callback keyword for a function to be called after each successful workflow execution.

codecov-io commented 4 years ago

Codecov Report

Merging #130 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #130   +/-   ##
========================================
  Coverage    76.57%   76.57%           
========================================
  Files           18       18           
  Lines         1878     1878           
========================================
  Hits          1438     1438           
  Misses         440      440

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 9734e12...c43072f. Read the comment docs.