blob: aa34c53ab2620dae310bc2bb980f81d53f2f20d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
A test runner that writes s-expressions to the default output port.
Since some expressions are not printable by default (like records),
this library offers `(add-displayable! predicate transformer)`,
which will apply `transformer` to any value that satisfies `predicate`
in that test runner. This will override any previous operation.
To use, just import `(mcgoron srfi 64)` and use `(factory)` to make a new
test runner.
There is currently no test suite for this because it would be tedious to
write.
|