Can someone explain about the usage of unittest.TestSuite?

2009-04-09 Thread srinivasan srinivas

Hi,
I would like to know about the unittest.TestSuite clearly like at what 
situations i can use this TestSuite? I am not getting the clear difference 
between this and unittest.TestCase.

Thanks,
Srini


  Cricket on your mind? Visit the ultimate cricket website. Enter 
http://beta.cricket.yahoo.com
--
http://mail.python.org/mailman/listinfo/python-list


Re: Can someone explain about the usage of unittest.TestSuite?

2009-04-09 Thread Benjamin Peterson
srinivasan srinivas sri_annauni at yahoo.co.in writes:

 
 
 Hi,
 I would like to know about the unittest.TestSuite clearly like at what
situations i can use this TestSuite?
 I am not getting the clear difference between this and unittest.TestCase.

You write your actual tests with TestCase. A TestSuite stores many TestCases.



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


Re: Can someone explain about the usage of unittest.TestSuite?

2009-04-09 Thread Krishnakant

On Thu, 2009-04-09 at 12:35 +0530, srinivasan srinivas wrote:
 Hi,
 I would like to know about the unittest.TestSuite clearly like at what 
 situations i can use this TestSuite? I am not getting the clear difference 
 between this and unittest.TestCase.
 
 Thanks,
 Srini
 
Isn't that pritty simple and streight?
test suite is used when you want to combine the different test cases.


you can find more insight into this at
http://www.eecho.info/Echo/python/test-driven-development-in-python/
happy hacking.
Krishnakant
 

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