[TIP] McCabe Cyclomatic complexity

grubert at users.sourceforge.net grubert at users.sourceforge.net
Mon Apr 28 11:25:25 PDT 2008


On Mon, 28 Apr 2008, Stefano Masini wrote:

> On Mon, Apr 28, 2008 at 11:34 AM, Michał Kwiatkowski
> <constant.beta at gmail.com> wrote:
>>  There is a tool written in Python for calculating cyclomatic
>>  complexity of Python code. You can find it here:
>>  http://www.traceback.org/2008/03/31/measuring-cyclomatic-complexity-of-python-code/
>>  . It uses the compiler module to parse Python source code.
>
> Thanks!
> That's exactly what I was looking for.

on
http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
http://sourceforge.net/projects/pymetrics/ is listed.

cheers


-- 


More information about the testing-in-python mailing list