[python-nl] code analysis tools for python

Reinout van Rees reinout at vanrees.org
Tue Sep 14 14:35:29 CEST 2010


On 09/14/2010 01:04 PM, Nuno da Costa wrote:
> I'm sorry, I think I wasn't clear enough
>
> I'm looking to get statistics like
>
> Unit test coverage
> Crap Index
> Cyclomatic complexity
> Copy paste detection
> Deviation from coding standards

Well, the combination of pep8 and pyflakes will take care of the "crap 
index" and "deviation from coding standards" piece.

For coverage and so: use coverage.py, preferably in combination with a 
continuous integration tool like hudson.


Reinout

-- 
Reinout van Rees - reinout at vanrees.org - http://reinout.vanrees.org
Collega's gezocht!
Django/python vacature in Utrecht: http://tinyurl.com/35v34f9



More information about the Python-nl mailing list