testSuite.addTest() =================== Appends a test to the test suite (testSuite.testList). **Parameter** * newTest : test - Test to append. **Usage** .. code-block:: python newTestSuite.addTest(newTest)