On 03/30/2015 11:52 PM, Andrei Alexandrescu wrote: > I'd like to make a DIP for named unittests. Who can help me with that?
Why a DIP, isn't the only question what syntax to use.
unittest (myname) vs. unittest ("mynameexpression")
> Andrei
There is an ER and an half of an implementation.
https://issues.dlang.org/show_bug.cgi?id=4747
https://github.com/D-Programming-Language/dmd/pull/1131
https://github.com/D-Programming-Language/druntime/pull/308
