unit testing - Hooking python coverage during a test suite run? -


i have test suite runs in bash, underneath uses number of python scripts. want see during test suite how of python scripts being covered.

i've looked @ python-coverage work suite written in python. know of tool can hook python, give list of scripts , on completion of suite see coverage results?

tia

you can have coverage.py started automatically when python starts. page measuring subprocesses coverage.py explains how it.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -