about summary refs log tree commit diff
path: root/bin
AgeCommit message (Collapse)Author
7 daysDo not print blank lines after actual and expected values. HEAD mainArun Isaac
7 daysDo not print anything if expected error is #t.Arun Isaac
2025-11-17Use cond-expand to find the right match library.Arun Isaac
2025-11-17bin: Use dirname of script instead of which to find run64.Arun Isaac
2025-11-11bin: Remove extra newline after expected value.Arun Isaac
2025-11-11bin: Highlight differences in actual and expected values.Arun Isaac
2025-10-03bin: Pretty print actual and expected values.Arun Isaac
2025-10-01bin: Print detailed info for failing tests.Arun Isaac
2025-10-01bin: Use (chibi match) instead of cdr.Arun Isaac
2022-01-23bin: Define assq-ref for R6RS compatibility.Arun Isaac
* bin/run64 (assq-ref): New function.
2022-01-23bin: 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-23Initial commitArun Isaac