An open API service indexing awesome lists of open source software.

https://github.com/codecop/assert-scm

Minimalist xUnit test framework for Scheme R5RS.
https://github.com/codecop/assert-scm

scheme xunit-framework

Last synced: 3 months ago
JSON representation

Minimalist xUnit test framework for Scheme R5RS.

Awesome Lists containing this project

README

          

# assert-scm

Minimalist xUnit test framework for Scheme R5RS.

## Usage

`assert.scm` is a minimalist (Gambit) R5RS implementation of xUnit in Scheme style.
There are several assertions available, e.g. `(assert=)` for numbers, `(assert-string=)` and `(assert-raise)`.

To run the self-test:

gsi test/assert-test.scm