ModuleInfo, factories, and unittesting

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 22 10:28:13 PST 2016


On Thursday, 22 December 2016 at 18:19:31 UTC, Andrei 
Alexandrescu wrote:
> On 12/22/2016 12:46 PM, Piotrek wrote:
>> The inability to give test a name (plus selective unittesting) 
>> and
>> continue on failure is puzzling to me.
>
> Both of these are affordable with the current language 
> (attributes) with changes to druntime. Who wants to take this? 
> -- Andrei

I find Atila Neves' unit-threaded useful for running single 
unittests when using dub, perhaps some inspiration can be found 
there

https://github.com/atilaneves/unit-threaded


More information about the Digitalmars-d mailing list