Package Biskit :: Module test :: Class Flushing_TextTestResult
[hide private]
[frames] | no frames]

Class Flushing_TextTestResult

source code


Helper class for (Flushing)TextTestRunner. Customize _TextTestResult so that the reported test id is flushed before the test starts. Otherwise the 'sometest.id ...' is only printed together with the '...ok' after the test is finished.

Instance Methods [hide private]
  startTest(self, test)
print id at start of test...

Method Details [hide private]

startTest(self, test)

source code 

print id at start of test... and flush it