tungwaiyip / HTMLTestRunner

HTMLTestRunner is an extension to the Python standard library's unittest module. It generates easy to use HTML test reports.
http://tungwaiyip.info/software/sample_test_report.html
100 stars 333 forks source link

close the StringIO buffer for concise detail log #10

Open andycjw opened 10 years ago

andycjw commented 10 years ago

close the outputBuffer on each complete_output() call so that the detail log output will only be output for that particular test case instead of appending non-stop