describe
Describe is a testing toolkit for writing legible, ergonomic unit tests.
Getting started
Describe exposes one function for creating a new test case, assert_that.
use assert_that;
// An example function to test.
...
// Assert that the answer to life is 42.
assert_that.is;