0.0.1 • Published 6 years ago

python-coverage v0.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
6 years ago

Features

  • run python scripts with coverage by default
/usr/local/bin/python     wrapper
/usr/bin/python           original binary file

Examples

$ cat path/to/script.py | head -1
#!/usr/bin/env python

$ chmod +x path/to/script.py

$ path/to/script.py
+ /usr/bin/python /usr/local/bin/coverage run path/to/script.py