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

Write Tests for Line Tests in Base Module #131

Closed lwasser closed 4 years ago

lwasser commented 4 years ago

It looks like there is no coverage for those asserts currently

https://codecov.io/gh/earthlab/matplotcheck/src/master/matplotcheck/base.py

The lessons where the line tests are used are here:

If you write the tests for these plots, please add the notebook here: https://github.com/earthlab/earth-analytics-lessons/tree/master/1-additional-content under ea-python-assignments

lwasser commented 4 years ago

this is being addressed in pr #239

nkorinek commented 4 years ago

This can be closed, fixed in #274 @lwasser

lwasser commented 4 years ago

wow it feels good to close issues!! thank you again!