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

Updating & minor edits to Kylen's tests submitted for axis objects #58

Closed lwasser closed 5 years ago

lwasser commented 5 years ago

resolves PR #45 and issue #45

codecov[bot] commented 5 years ago

Codecov Report

Merging #58 into master will increase coverage by 9.96%. The diff coverage is 98.8%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   47.03%   56.99%   +9.96%     
==========================================
  Files          12       13       +1     
  Lines        1029     1193     +164     
==========================================
+ Hits          484      680     +196     
+ Misses        545      513      -32
Impacted Files Coverage Δ
matplotcheck/tests/test_base_legends.py 100% <100%> (ø) :arrow_up:
matplotcheck/base.py 69.06% <100%> (+14.4%) :arrow_up:
matplotcheck/tests/test_base.py 100% <100%> (ø) :arrow_up:
matplotcheck/tests/test_raster.py 100% <100%> (ø) :arrow_up:
matplotcheck/tests/test_base_axis.py 98.36% <98.36%> (ø)

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 d44117c...3a5d7a7. Read the comment docs.