aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-09-26 10:15:09 -0400
committerGravatar Peter McGoron 2025-09-26 10:15:09 -0400
commita1962c6bcd129d8bc3e66873992d86c47f951192 (patch)
tree10c13e00c1e71872ff49b037b59128b1c767b552 /README.md
parenttest-application: add forms as they are evaluated, and only store the whole e... (diff)
add expect-to-fail
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d2405a..7250ebc 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,11 @@ Evaluates `body ...` in a test. This test will set
* `success?`: False if evaluation does not throw an exception. Otherwise
the return value of `error-predicate` on the thrown exception.
+ (expect-to-fail body ...) ; syntax
+
+Execute all tests in `body ...`, reporting a success if they fail and
+reporting a failure if the succeed.
+
## Porting Guide
This library requires `make-parameter` and `parameterize` to work like