Crate tinytest

Source
Expand description

Write more compact unit tests with a small macro.

Macrosยง

unit_test
This macro takes a test name, a closure and its expected value, and translates them into a unit test.