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

Create test_base_data.py file for data tests #114

Closed lwasser closed 4 years ago

lwasser commented 5 years ago

Let's move all of the tests for assert data into a new test file called test_base_data.py. This can then be a separate pull request with just those tests!

lwasser commented 4 years ago

@ryla5068 this can also be added to the changelog!