keen/test-util

Source
This is a standard module and does not need to be explicitly imported.
expected-equal record case
Exception thrown by a failed is
show string(a expected-equal)
expected-not-equal record case
Exception thrown by a failed isnt
show string(a expected-not-equal)
should-throw void()
Use this like so: try <<some code>> should-throw catch x as expected-exception x is <<expected value>>