I found two testing-related SRFIs:
Additionally, Chicken and Chibi both implement the following popular testing API, known as the Chicken test egg as well as (chibi test). Both APIs should be the same:
We should probably support all three of the above APIs in addition to Gambit's native one.
I found two testing-related SRFIs:
https://srfi.schemers.org/srfi-64/srfi-64.html
https://srfi.schemers.org/srfi-78/srfi-78.html
Additionally, Chicken and Chibi both implement the following popular testing API, known as the Chicken
testegg as well as(chibi test). Both APIs should be the same:We should probably support all three of the above APIs in addition to Gambit's native one.