keen/test-util

Source
This is a standard module and does not need to be explicitly imported.
expected-equal record
show string(a expected-equal)
is[t] void(a t, b t) t equal, (json, t) to
Asserts the the values are equal.
should-throw void()
Use this like so: try <<some code>> should-throw catch x as expected-exception x is <<expected value>>