testSuite

testSuite is a class acting as a ‘suite of test’. It is composed of multiple test objects.

Class attributes

  • testSuite.testSuiteName : str - Name of the test suite.

  • testSuite.testList : list[test] - List that contains all test objects of the test suite.

Class functions