Suite
Description:
Creates a test suite with the given name.
Create a suite, which will contain test cases. Once created, use Suite.add_tcase to add test cases. When finished, create a suite runner from the suite using SRunner.SRunner
Parameters:
name |
name of the suite |
Returns:
suite |
Since:
0.6.0