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

Add custom error messages to assertion functions in base module #106

Closed marty-larocque closed 4 years ago

marty-larocque commented 5 years ago

Some of the assertion functions in the base module have optional custom error messages, but most do not. We would like to let all of the functions in the base module have custom error messages.

lwasser commented 5 years ago

great -- this is a great first issue @ryla5068 ... so are you proposing to add the ability to provide custom messages for each assert method? that is all that is missing in this issue. i'm going to label this as an enhancement and will assign it to you.

lwasser commented 4 years ago

@ryla5068 can you please add this issue to the changelog?

https://github.com/earthlab/matplotcheck/issues/106