Quickies

[categories] [index] [all (564)] [latest]

Python
  1. pip install coverage
    python -m coverage run your_script.py     # run your script
    python -m coverage report -m              # text report with missing lines
    python -m coverage html                   # optional: open htmlcov/index.html