SRunner
Description:
Creates a suite runner for the given suite.
Once created, additional suites can be added to the suite runner using SRunner.add_suite, and the suite runner can be run with SRunner.run_all.
Parameters:
s |
suite to generate a suite runner for |
Returns:
suite runner for the given suite |
Since:
0.6.0