Is there any module for automated testing in python?

Stefan Behnel stefan_ml at behnel.de
Fri Oct 15 06:59:51 EDT 2010


gopi krishna, 15.10.2010 12:19:
> Is there any module for automated testing in python?

What kind of "automated testing" do you mean? Generating test cases? 
Generating test runs from test data? Running unit tests automatically as 
part of a build? Running tests repeatedly to report changes in test results?

There are several tools for Python that support running unit tests in one 
way or another.

If you meant "continuous integration", take a look at the Hudson CI server.

Stefan




More information about the Python-list mailing list