pylti / lti

Learning Tools Interoperability for Python
Other
78 stars 45 forks source link

Add test #45

Closed michaelwheeler closed 7 years ago

michaelwheeler commented 7 years ago

Added a test for from_post_request.

codecov[bot] commented 7 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.61%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   82.99%   83.61%   +0.61%     
==========================================
  Files          16       16              
  Lines         647      647              
  Branches      113      113              
==========================================
+ Hits          537      541       +4     
+ Misses         82       78       -4     
  Partials       28       28
Impacted Files Coverage Δ
src/lti/outcome_request.py 68.42% <0%> (+3.5%) :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 134e9f7...550a0e9. Read the comment docs.

ryanhiebert commented 7 years ago

thanks!