diff options
| author | 2025-02-16 19:42:02 -0500 | |
|---|---|---|
| committer | 2025-02-16 19:42:02 -0500 | |
| commit | ae38ddcf5032bad16a2aa2b08fe4ad257ff820a1 (patch) | |
| tree | 7a18f4bc322fc4949ea2d5214414157a17e44830 /doc/mcgoron.srfi.64.scm | |
| parent | fix nested groups (diff) | |
Diffstat (limited to 'doc/mcgoron.srfi.64.scm')
| -rw-r--r-- | doc/mcgoron.srfi.64.scm | 7 |
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 " |
