June 11, 2017
I'm pleased to announce the first release of `trial`. Trial is a test runner that aims for flexibility. I made this runner because I could not find a flexible test runner for D, to extend it with various features, like reporters and test discoveries.

This runner extends `dub test` command and it should work with no extra setup. Here is an example for vibe.d:
https://asciinema.org/a/aqkefuk7d7t8vch7ro9thkscx

You can find more info about this project here:
http://trial.szabobogdan.com/
July 10, 2017
On 06/11/2017 03:10 PM, Szabo Bogdan wrote:
> I'm pleased to announce the first release of `trial`. Trial is a test runner that aims for flexibility. I made this runner because I could not find a flexible test runner for D, to extend it with various features, like reporters and test discoveries.
> 
> This runner extends `dub test` command and it should work with no extra setup. Here is an example for vibe.d: https://asciinema.org/a/aqkefuk7d7t8vch7ro9thkscx
> 
> You can find more info about this project here: http://trial.szabobogdan.com/

Nice!

You might want to join forces with Atila and Gary.

http://code.dlang.org/packages/unit-threaded http://code.dlang.org/packages/dunit

-Martin