Can someone explain about the usage of unittest.TestSuite?

Benjamin Peterson benjamin at python.org
Thu Apr 9 09:27:04 EDT 2009


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.






More information about the Python-list mailing list