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

Test base -- datachecks #50

Closed kysolvik closed 5 years ago

kysolvik commented 5 years ago

Working on adding tests for the data check methods in the base module (#39)

codecov[bot] commented 5 years ago

Codecov Report

Merging #50 into master will increase coverage by 4.77%. The diff coverage is 83.78%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #50      +/-   ##
=========================================
+ Coverage   13.73%   18.5%   +4.77%     
=========================================
  Files           8       9       +1     
  Lines         801     832      +31     
=========================================
+ Hits          110     154      +44     
+ Misses        691     678      -13
Impacted Files Coverage Δ
matplotcheck/tests/conftest.py 77.55% <77.55%> (ø)
matplotcheck/tests/test_base.py 96.96% <96%> (-1.07%) :arrow_down:
matplotcheck/base.py 32.81% <0%> (+9.37%) :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 d413eed...84c6b74. Read the comment docs.

lwasser commented 5 years ago

closing this via #59