Code analyser + testing

Gerhard Häring gerhard.haering at opus-gmbh.net
Thu Sep 19 04:20:21 EDT 2002


Julien Anguenot wrote:
> Hi !,
> 
> I'm looking for a code analyser for Python 2.2.

PyChecker!

> I'm student and I have to find a software (in Python of course) for setting
> tests. (unit testing, etc....)

Python has two integrated unit testing frameworks in the 'unittest' and
'doctest' modules. I personally use unittest.

-- Gerhard



More information about the Python-list mailing list