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.
- Host: GitHub
- URL: https://github.com/codecop/assert-scm
- Owner: codecop
- License: other
- Created: 2021-04-18T18:09:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T14:48:04.000Z (almost 2 years ago)
- Last Synced: 2025-10-15T00:45:30.708Z (7 months ago)
- Topics: scheme, xunit-framework
- Language: Scheme
- Homepage: https://blog.code-cop.org/2023/10/unit-testing-scheme.html
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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