Unit tests and coverage

Joseph L. Casale jcasale at activenetwerx.com
Sun Dec 29 00:09:45 EST 2013


> So, back to my original question; what do you mean by "providing
> coverage"?

Hi Roy,
I meant touch every line, such as what https://pypi.python.org/pypi/coverage
measures.

As the script is being invoked with Popen, I lose that luxury and only gain
the assertions tests but that of course doesn't show me untested branches.

Thanks,
jlc



More information about the Python-list mailing list