Code Coverage and Unit Testing of Python Code
Posted
by bhadra
on Stack Overflow
See other posts from Stack Overflow
or by bhadra
Published on 2008-11-07T14:19:49Z
Indexed on
2010/04/24
19:53 UTC
Read the original article
Hit count: 397
I have already visited Preferred Python unit-testing framework. I am not just looking at Python Unit Testing Framework, but also code coverage with respect to unit tests. So far I have only come across coverage.py. Is there any better option?
An interesting option for me is to integrate cpython, unit testing of Python code and code coverage of Python code with Visual Studio 2008 through plugins (something similar to IronPython Studio). What can be done to achieve this? I look forward to suggestions.
© Stack Overflow or respective owner