Re: Is there any module for automated testing in python?

2010-10-15 Thread Stefan Behnel

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?

2010-10-15 Thread James Mills
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?

2010-10-15 Thread gopi krishna
Hi,
Is there any module for automated testing in python?
Pls help me frns..

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