Package test_suite :: Module test_suite :: Class Test_suite
[hide private]
[frames] | no frames]

Class Test_suite

source code

Instance Methods [hide private]
 
__init__(self, relax)
The relax test suite.
source code
 
heading(self, text)
Function for printing the headings.
source code
 
exec_tests(self, test_array)
Function for running the tests.
source code
 
summary(self)
Function for printing out a summary of all tests.
source code
 
summary_line(self, test)
Function for printing the summary lines.
source code
Method Details [hide private]

__init__(self, relax)
(Constructor)

source code 

The relax test suite.

This class runs a number of tests to determine if any changes to relax have caused breakages.