digitalmars.D.announce - There is a new test runner in town
- Szabo Bogdan (9/9) Jun 11 2017 I'm pleased to announce the first release of `trial`. Trial is a
- Martin Nowak (6/17) Jul 10 2017 Nice!
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
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