summaryrefslogtreecommitdiff
path: root/regtest/HTMLReport.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-18regtest: Fix file opened in wrong mode.Elliott Sales de Andrade1-3/+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: Fix iteration through dictionary on Py3.Elliott Sales de Andrade1-5/+1
2017-12-21regtest: Add an option to exit after n failuresCarlos Garcia Campos1-0/+2
2015-06-04regtest: Disable pretty diffs for text files in HTML reportsCarlos Garcia Campos1-2/+5
2014-10-30regtest: Try to fix again the paths of the resources in the generated HTML re...Carlos Garcia Campos1-24/+23
2014-10-29regtest: respect --no-absolute-paths when creating the pretty diff linksCarlos Garcia Campos1-6/+10
2014-10-27regtest: Add an option to create the HTML report without absolute pathsCarlos Garcia Campos1-4/+11
2013-12-15regtest: Add a command line option to create-report command to not launch the...Carlos Garcia Campos1-2/+3
2012-04-01regtest: Don't show results for crashed or failed to run tests in HTML reportCarlos Garcia Campos1-0/+2
2012-03-03regtest: Ignore backends with no results when creating html reportCarlos Garcia Campos1-0/+5
2012-03-03regtest: Add --pretty-diff option to create-report commandCarlos Garcia Campos1-3/+125
2012-02-25regtest: Add create-report command to generate html report of test resultsCarlos Garcia Campos1-0/+197