Re: There is a new test runner in town

2017-07-10 Thread Martin Nowak via Digitalmars-d-announce
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


There is a new test runner in town

2017-06-11 Thread Szabo Bogdan via Digitalmars-d-announce
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/