Can someone explain about the usage of unittest.TestSuite?

Krishnakant hackingkk at gmail.com
Thu Apr 9 14:44:08 EDT 2009


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
 




More information about the Python-list mailing list