aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mcgoron.srfi.64.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-16 19:42:02 -0500
committerGravatar Peter McGoron 2025-02-16 19:42:02 -0500
commitae38ddcf5032bad16a2aa2b08fe4ad257ff820a1 (patch)
tree7a18f4bc322fc4949ea2d5214414157a17e44830 /doc/mcgoron.srfi.64.scm
parentfix nested groups (diff)
add test-call formHEADmaster
Diffstat (limited to 'doc/mcgoron.srfi.64.scm')
-rw-r--r--doc/mcgoron.srfi.64.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/mcgoron.srfi.64.scm b/doc/mcgoron.srfi.64.scm
index da0a8a4..05dccff 100644
--- a/doc/mcgoron.srfi.64.scm
+++ b/doc/mcgoron.srfi.64.scm
@@ -65,6 +65,13 @@ Set verbosity of the runner.
If `value` is `fails`, then only report failures. Otherwise report failures
and successes."))
+ ((name . "test-call")
+ (signature
+ syntax-rules ()
+ ((_ name (procedure args ...))))
+ (desc "
+Call `procedure` with `args` and test name `name`. The evaluated form of
+`procedure` and `args` are added to the test output."))
((name . "factory")
(signature lambda () test-runner?)
(desc "