www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - There is a new test runner in town

reply Szabo Bogdan <szabobogdan3 gmail.com> writes:
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/
Jun 11 2017
parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
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
Jul 10 2017