Hi, I believe this is a mistake in the unittest module docs at http://docs.python.org/library/unittest.html: "A test suite is a collection of test cases, test suites, or both. It is used to aggregate tests that should be executed together." Are you sure you don't mean: "A test suite is a collection of test cases, fixtures, or both. It is used to aggregate tests that should be executed together." I'm not actually familiar with the module, so feel free to tell me if I got it wrong. John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/docs/attachments/20120913/027df282/attachment-0001.html>