RegressionTests

From Los Talleres de Linux
Jump to navigationJump to search

By Dave: As far as regression tests goes, here is a link to the Ximian mailing list about tips on how regression tests should be implemented and how to not hinder development: Subject: [Mono-list Regression tests tutorial]

For that, we **must** use the standard unit testing framework for Python; it is included in the Python library and the documentation is on the Python official site.

There are two chapters dedicated to unit testing and regression testing in the Mark Pilgrim's book Dive into Python (which is really a very good text about Python).