From 0ab277876b961a68936e0a2565851a3e5a459e1c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 19:42:47 +0000 Subject: README: Add Motivation. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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, -- cgit 1.4.1