Re: Is there any module for automated testing in python?
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
Re: Is there any module for automated testing in python?
On Fri, Oct 15, 2010 at 8:19 PM, gopi krishna wrote: > Hi, > Is there any module for automated testing in python? > Pls help me frns.. py.test is quite nice and I use it for my own project(s). The company I work for also uses it to test their software. cheers James -- -- James Mills -- -- "Problems are solved by method" -- http://mail.python.org/mailman/listinfo/python-list
Is there any module for automated testing in python?
Hi, Is there any module for automated testing in python? Pls help me frns.. From Gopi -- http://mail.python.org/mailman/listinfo/python-list