aboutsummaryrefslogtreecommitdiff
path: root/testrunner.scm (unfollow)
Commit message (Collapse)Author
2023-10-16fixup! 9b28572Hugo Hörnquist
Limit testrunner to only discover *.scm files.
2023-10-16Fix spelling error.Hugo Hörnquist
2023-10-10Highlight changed coveragesupplements.Hugo Hörnquist
2023-10-09Handle crashes in tests!Hugo Hörnquist
Unhandled exceptions thrown during tests are now caught, and properly repported. This also allows the tests to run to completion, and print their final summary (which I previously believed was broken when running in multiple threads). Also add --help flag to testrunner...
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
Move many of the atomic procedures into proper libraries.
2023-10-02Rewrite test running system.Hugo Hörnquist