Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-15 | Fix potential Python errors on test suite failure | David Robillard | 1 | -5/+5 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-16 | Write test outputs to a temporary directory | David Robillard | 1 | -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-10 | Use temporary files in test suite where possible | David Robillard | 1 | -74/+74 | |
2022-06-27 | Factor out test suite running to a standalone script | David Robillard | 1 | -0/+403 | |