Better unittest failure output

Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 7 05:58:56 PDT 2015


On Monday, 7 September 2015 at 11:57:25 UTC, Bahman Movaqar wrote:
> I am working on a simple project created with DUB[1].
> When unit tests the output reads really cryptic to me; for 
> example:

Try using DUnit, it gives you much more readable fail messages:

https://github.com/nomad-software/dunit


More information about the Digitalmars-d-learn mailing list