diff options
| author | Arun Isaac | 2025-11-17 19:42:47 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-17 19:54:34 +0000 |
| commit | 0ab277876b961a68936e0a2565851a3e5a459e1c (patch) | |
| tree | c965d774d3bad71b51f14b49160dca356e715ea0 /README.md | |
| parent | 4fa98bdeae72c7a696f145e1586feb336035c991 (diff) | |
| download | run64-0ab277876b961a68936e0a2565851a3e5a459e1c.tar.gz run64-0ab277876b961a68936e0a2565851a3e5a459e1c.tar.lz run64-0ab277876b961a68936e0a2565851a3e5a459e1c.zip | |
README: Add Motivation.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 540a443..bb5c044 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It is a convenience script to run SRFI-64 tests and generate pretty, readable, colorful output. run64 is meant to work with an SRFI-64 implementation, and is not an SRFI-64 implementation in itself. +# Motivation + +*TLDR:* pytest envy + +When hacking on Guile projects, I found myself re-inventing auxiliary scripts to present test results. Meanwhile, in Python land, they have beautiful tooling like pytest. Schemers deserve good tooling too! So, here we are. + # Usage To use run64, invoke it on the command-line passing files containing SRFI-64 tests as arguments. For example, |
