Closed fsherratt closed 4 years ago
Coverage.py python code coverage analysis
Coverage.py is very simple to use. So the final python packages will be unittest
(built in) pytest
(built in) and coverage.py
(need to install)
I'd like to add a githooks to run unittests as a pre-commit action. Pre-commit pip module , Two Ways to Share Git Hooks with Your Team
Im happy with that I would think 80% is good coverage to aim for
Pull request #7 contains the standard template. Will close after testing while developing issue #9