DMD unittest fail reporting…
Atila Neves via Digitalmars-d
digitalmars-d at puremagic.com
Mon Dec 7 00:45:01 PST 2015
On Friday, 4 December 2015 at 19:38:35 UTC, ZombineDev wrote:
> On Friday, 4 December 2015 at 19:00:37 UTC, Russel Winder wrote:
>>[...]
>
> You can look at some of the DUB packages:
> http://code.dlang.org/search?q=test for more advanced testing
> facilities.
>
> I for example sometimes use dunit
> (https://github.com/nomad-software/dunit) which has nice test
> results reporting:
>
>> [...]
>
> By the way, looking at the code, it shouldn't be too hard to
> write your own test runner:
> https://github.com/nomad-software/dunit/blob/master/source/dunit/moduleunittester.d?ts=3
It is if you want to run individual unit tests.
Atila
More information about the Digitalmars-d
mailing list