summaryrefslogtreecommitdiff
path: root/regtest/Printer.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-18regtest: Fix Printer.printerr.Elliott Sales de Andrade1-2/+2
2018-11-18regtest: Enable new-style division everywhere.Elliott Sales de Andrade1-1/+1
2018-11-18regtest: Enable absolute import on all files.Elliott Sales de Andrade1-1/+1
2018-11-18regtest: Use print function everywhere.Elliott Sales de Andrade1-0/+1
2018-11-18regtest: Don't use exceptions for Printer singleton.Elliott Sales de Andrade1-14/+12
2017-12-21regtest: Add an option to exit after n failuresCarlos Garcia Campos1-0/+15
2013-11-29regtest: Do not store the current line in Printer but only its lengthCarlos Garcia Campos1-5/+5
2013-11-27regtest: Use number of tests run to show the progressCarlos Garcia Campos1-34/+10
2012-12-29regtest: Print test results when the test has finishedCarlos Garcia Campos1-6/+19
2012-12-06implement parallel testing using Python's Queue classAdam Reichold1-14/+22
2012-10-21regstest: Add print_test_result_ln() and use it for failed test resultsCarlos Garcia Campos1-0/+3
2012-10-21regtest: Do not rewrite lines in verbose modeCarlos Garcia Campos1-1/+1
2012-09-23regtest: Reduce the noise of the default output when running testsCarlos Garcia Campos1-0/+96