Parallel execution of unittests

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 30 08:59:42 PDT 2014


On 4/30/14, 8:54 AM, bearophile wrote:
> Andrei Alexandrescu:
>
>> A coworker mentioned the idea that unittests could be run in parallel
>
> In D we have strong purity to make more safe to run code in parallel:
>
> pure unittest {}

This doesn't follow. All unittests should be executable concurrently. -- 
Andrei



More information about the Digitalmars-d mailing list