www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Trial v0.3.1 is out

reply Szabo Bogdan <szabobogdan3 gmail.com> writes:
Hi,

I added some new improvements to `trial` 
http://trial.szabobogdan.com/ which is a hackable test runner for 
D.

This release contains:

- Support for `trial` configuration, that allows you to use 
custom dependencies for the test build
- Improved command line interface
- Spec test discovery
- Test Class test discovery with experimental support for data 
providers
- Configurable glyphs for all reporters
- HTML Code Coverage 
http://trial.szabobogdan.com/artifacts/coverage/html/index.html
- XUnit reporter
- Better fluent-asserts integration


Any feedback is appreciated.

Thanks,
Bogdan
Aug 20 2017
parent Jacob Carlborg <doob me.com> writes:
On 2017-08-20 22:56, Szabo Bogdan wrote:
 Hi,
 
 I added some new improvements to `trial` http://trial.szabobogdan.com/ 
 which is a hackable test runner for D.
 
 This release contains:
 
 - Spec test discovery
Ah, I like it. Might give this a try. -- /Jacob Carlborg
Aug 21 2017