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