D For A Web Developer

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Sat May 3 12:52:34 PDT 2014


On Thursday, 1 May 2014 at 10:50:12 UTC, John Colvin wrote:
> On Wednesday, 30 April 2014 at 19:25:40 UTC, Dicebot wrote:
>> On Wednesday, 30 April 2014 at 19:08:15 UTC, Jacob Carlborg 
>> wrote:
>>> On 2014-04-30 11:43, Dicebot wrote:
>>>
>>>> This is common complaint I still fail to understand. I have 
>>>> never ever
>>>> wanted to run a single unit test, why would one need it? If 
>>>> running all
>>>> module tests at once creates problems than either module is 
>>>> too big or
>>>> unit tests are not really unit tests.
>>>
>>> Why would I run more tests than I have to?
>>
>> Because you hardly notice difference between 0.1 and 0.5 
>> seconds
>
> The compilation time is often more of a problem than the 
> runtime.

For me it's the output. I don't want to see the output of other
tests when I'm debugging a failure.

Atila


More information about the Digitalmars-d mailing list