index
:
run64
this commit
keyring
main
SRFI-64 runner for Scheme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Collapse
)
Author
7 days
Do not print blank lines after actual and expected values.
HEAD
main
Arun Isaac
7 days
Do not print anything if expected error is #t.
Arun Isaac
2025-11-17
Use cond-expand to find the right match library.
Arun Isaac
2025-11-17
bin: Use dirname of script instead of which to find run64.
Arun Isaac
2025-11-11
bin: Remove extra newline after expected value.
Arun Isaac
2025-11-11
bin: Highlight differences in actual and expected values.
Arun Isaac
2025-10-03
bin: Pretty print actual and expected values.
Arun Isaac
2025-10-01
bin: Print detailed info for failing tests.
Arun Isaac
2025-10-01
bin: Use (chibi match) instead of cdr.
Arun Isaac
2022-01-23
bin: Define assq-ref for R6RS compatibility.
Arun Isaac
* bin/run64 (assq-ref): New function.
2022-01-23
bin: Move to pytest-like output.
Arun Isaac
Move to a succinct output format inspired by pytest. * bin/run64: Import (srfi srfi-1). (bold, yellow, headline, string-join): New functions. (make-runner, main): Move to pytest-like output.
2022-01-23
Initial commit
Arun Isaac