earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Start at tests for methods in the base PlotTester class #13

Closed lwasser closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will increase coverage by 13.46%. The diff coverage is 98.03%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
+ Coverage    0.26%   13.73%   +13.46%     
===========================================
  Files           8        8               
  Lines         752      801       +49     
===========================================
+ Hits            2      110      +108     
+ Misses        750      691       -59
Impacted Files Coverage Δ
matplotcheck/base.py 23.43% <ø> (+23.43%) :arrow_up:
matplotcheck/tests/test_base.py 98.03% <98.03%> (-1.97%) :arrow_down:

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 111a870...2c598db. Read the comment docs.