Named unittests

H. S. Teoh hsteoh at quickfur.ath.cx
Fri May 17 18:17:28 UTC 2019


On Fri, May 17, 2019 at 05:42:16PM +0000, KnightMare via Digitalmars-d wrote:
> On Monday, 30 March 2015 at 21:52:35 UTC, Andrei Alexandrescu wrote:
> > we need named unittests
> 
> 4 years have passed. what the status of subj?

Use a UDA to name your unittest, then write a custom unittest runner to
invoke it by name.

There are already several alternative unittest runners on
code.dlang.org, such as unit-threaded.


T

-- 
Heads I win, tails you lose.


More information about the Digitalmars-d mailing list