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

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -