On Thu, Dec 3, 2015 at 8:54 AM, Jan Synáček <[email protected]> wrote: > > does a unit test framework for GNU Guile exist? Something like > "unittest" for Python for example.
Guile comes with SRFI-64, a unit testing specification. See: http://srfi.schemers.org/srfi-64/srfi-64.html Here's a "real world" example of its use from the Guix project: http://git.savannah.gnu.org/cgit/guix.git/tree/tests/packages.scm - Dave
