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

Class RelaxTestRunner

source code


A replacement unittest runner.

This runner is designed to catch STDOUT during the execution of each test and to prepend the output to the failure and error reports normally generated by TextTestRunner.

Nested Classes [hide private]

Inherited from unittest.runner.TextTestRunner: resultclass

Instance Methods [hide private]
 
_makeResult(self)
Override of the TextTestRunner._makeResult() method.
source code

Inherited from unittest.runner.TextTestRunner: __init__, run

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_makeResult(self)

source code 

Override of the TextTestRunner._makeResult() method.

Overrides: unittest.runner.TextTestRunner._makeResult