summaryrefslogtreecommitdiff
path: root/regtest/commands
AgeCommit message (Expand)AuthorFilesLines
2018-11-18regtest: Enable new-style division everywhere.Elliott Sales de Andrade5-5/+5
2018-11-18regtest: Enable absolute import on all files.Elliott Sales de Andrade5-5/+5
2018-11-18regtest: Use print function everywhere.Elliott Sales de Andrade5-1/+6
2018-11-18regtest: Fix iteration through dictionary on Py3.Elliott Sales de Andrade1-2/+1
2017-12-21regtest: Add an option to exit after n failuresCarlos Garcia Campos1-1/+7
2014-10-27regtest: Add an option to create the HTML report without absolute pathsCarlos Garcia Campos1-0/+4
2014-10-26regtest: Allow to run groups of tests individuallyCarlos Garcia Campos1-9/+20
2013-12-15regtest: Add a command line option to create-report command to not launch the...Carlos Garcia Campos1-1/+4
2013-12-15regtest: Return an exist status code depending on whether the command succeededCarlos Garcia Campos5-5/+13
2012-09-23regtest: Reduce the noise of the default output when running testsCarlos Garcia Campos3-4/+7
2012-04-01regtest: Fix crash when creating HTML report for a single testCarlos Garcia Campos1-4/+1
2012-03-11regtest: Add find-regression command to run git bisect automaticallyCarlos Garcia Campos1-0/+77
2012-03-03regtest: Add --pretty-diff option to create-report commandCarlos Garcia Campos1-0/+4
2012-02-25regtest: Add create-report command to generate html report of test resultsCarlos Garcia Campos1-0/+57
2011-11-01regtest: Add --update-refs command line option to run-tests commandCarlos Garcia Campos1-0/+4
2011-09-14Make it work with Python3Albert Astals Cid3-5/+5
2011-09-13regtest: Limit the number of arguments to 1Carlos Garcia Campos2-25/+25
2011-09-13Add initial poppler regressions test programCarlos Garcia Campos3-0/+227