Thank you for your interest in our package!
We ask that before submitting pull requests, you check that you code changes pass all of our unit tests.
Unit tests are kept here. To run unit tests,
- open the terminal or command line
- set your current directory to the /tests/ folder of this repo
- run the command
python -m unittest discover -s ../tests -t ..
Make sure there are no errors or failures before submitting your request.
Thank you!