diff options
| author | 2025-09-26 10:15:09 -0400 | |
|---|---|---|
| committer | 2025-09-26 10:15:09 -0400 | |
| commit | a1962c6bcd129d8bc3e66873992d86c47f951192 (patch) | |
| tree | 10c13e00c1e71872ff49b037b59128b1c767b552 /README.md | |
| parent | test-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
