aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_test_suite.py
AgeCommit message (Collapse)AuthorFilesLines
2023-04-05Clean up Python scripts and add a formatting testDavid Robillard1-87/+65
2023-04-02Factor out common test runner utilitiesDavid Robillard1-128/+39
2022-11-15Fix potential Python errors on test suite failureDavid Robillard1-5/+5
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