aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_test_suite.py
AgeCommit message (Collapse)AuthorFilesLines
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2022-07-16Write test outputs to a temporary directoryDavid Robillard1-12/+10
While occasionally useful, I almost always end up reproducing the issue live to investigate something anyway. Not keeping the many tests results around results in less clutter, and hopefully makes the test suites faster in environments with bad I/O like Docker.
2022-07-10Use temporary files in test suite where possibleDavid Robillard1-74/+74
2022-06-27Factor out test suite running to a standalone scriptDavid Robillard1-0/+403