coverage.sh 112 B

12345
  1. cd src
  2. coverage run --source . -m unittest discover -v test "*.py"
  3. coverage html
  4. #xdg-open htmlcov/index.html &