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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to