Re: srfi64 test group

2023-08-17 Thread Olivier Dion
On Thu, 17 Aug 2023, Jérémy Korwin-Zmijowski.fr wrote: > Hello Guilers, > > As I understand, a test-group form should work as follow: > > (use-module (srfi srfi-64)) > (test-group "foo" (test-assert #t)) > > But evaluating the previous expressions raises an exception. IIRC, test-group must be

srfi64 test group

2023-08-17 Thread Jérémy Korwin-Zmijowski . fr
Hello Guilers, As I understand, a test-group form should work as follow: (use-module (srfi srfi-64)) (test-group "foo" (test-assert #t)) But evaluating the previous expressions raises an exception. Same for test-group-with-cleanup. I will reach srfi64 maintainers and keep you up. Jérémy