mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Adding extra error check to DependentSampler, fixing test coverage #278

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

This adds an extra check to DependentSampler that we somehow missed previously. Also updates tests; should get us back to 100% coverage.

codecov-io commented 5 years ago

Codecov Report

Merging #278 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #278      +/-   ##
========================================
+ Coverage   99.92%   100%   +0.07%     
========================================
  Files          29     29              
  Lines        2600   2611      +11     
========================================
+ Hits         2598   2611      +13     
+ Misses          2      0       -2
ChristopherChudzicki commented 5 years ago

Looks good 👍