Hi,<div><br></div><div>I believe this is a mistake in the unittest module docs at <a href="http://docs.python.org/library/unittest.html">http://docs.python.org/library/unittest.html</a>:</div><div><br></div><div>"A test suite is a collection of test cases, test suites, or both. It is used to aggregate tests that should be executed together."</div>

<div><br></div><div>Are you sure you don't mean:</div><div><br></div><div>"A test suite is a collection of test cases, fixtures, or both. It is used to aggregate tests that should be executed together."</div>

<div><br></div><div>I'm not actually familiar with the module, so feel free to tell me if I got it wrong.</div><div><br></div><div>John</div>