December 22, 2017
http://code.dlang.org/packages/unit-threaded

Another release of unit-threaded, an advanced testing library for D. Changes since the last post to announce:

* Bug fixes.
* @Flaky UDA to rerun flaky tests. But really, fix the test instead!
* Property-based tests for user-defined types.
* Faster string property-based tests (ugh, auto-decoding).

Atila

December 23, 2017
Thanks for this library Atila. An update is always appreciated.