force-h2020 / force-bdss-plugin-itwm-example

ITWM Example plugin for the BDSS
0 stars 3 forks source link

TST/FIX: Include KPI caching #84

Closed flongford closed 4 years ago

flongford commented 4 years ago

Minor fix to unit tests.

From https://github.com/force-h2020/force-bdss/pull/353 the KPI values are now cached for an MCO using the WeightedOptimizerEngine.

Therefore the number of times we expect Workflow.evaluate to be called is reduced in the unit tests.

codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files          26       26           
  Lines         497      497           
  Branches       18       18           
=======================================
  Hits          426      426           
  Misses         64       64           
  Partials        7        7           

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 d56c6b1...0410feb. Read the comment docs.