Named unittests

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat May 18 17:52:40 UTC 2019


On 5/18/19 4:02 PM, Nicholas Wilson wrote:
> On Saturday, 18 May 2019 at 14:56:16 UTC, Andrei Alexandrescu wrote:
>> Doesn't that seem a bit much? It seems to me you either want to run 
>> unittests or not, why run just a few? Going with the typechecking 
>> metaphor - do we want to check some modules but not others?
> 
> You almost always want to run _your_ tests not your dependencies tests, 
> presumably they have already been tested and therefore do not need to be 
> run.

Wouldn't the dependencies be built separately (i.e. with a different 
compiler invocation)?


More information about the Digitalmars-d mailing list