Test Reporters (JUnit, compact, base) and CLI Test Runner implementation
Andrew Tropin 25 Apr 2026 10:58 UTC
Hi everyone!
As you probably know, we work on suitbl testing library, and it
implements SRFI-269 for test definitions api and test runners and
reporters to make use of tests defined with SRFI-269.
Recently, I've made a video to showcase composable test reporters,
schedulers and CLI test runner. I hope it also gives a better
understanding of SRFI-269 underlying design.
https://youtu.be/5BuovzG48NQ
This version of suitbl is released as a part of guile-ares-rs 0.9.7 and
if you use guix you can easily try it out with:
guix time-machine -- shell guile guile-ares-rs
The repo with sources:
https://git.sr.ht/~abcdw/guile-ares-rs
--
Best regards,
Andrew Tropin