Why think unit tests should be in their own source code hierarchy instead of side-by-side

Basile B. b2.temp at gmx.com
Thu Mar 22 11:19:46 UTC 2018


On Thursday, 22 March 2018 at 11:00:31 UTC, Atila Neves wrote:
> On Thursday, 22 March 2018 at 10:59:56 UTC, Atila Neves wrote:
>> Blog post:
>>
>> https://atilanevesoncode.wordpress.com/
>>
>> Atila
>
> Direct link:
>
> https://atilanevesoncode.wordpress.com/2018/03/22/keep-d-unittests-separated-from-production-code/
>
> Sorry for the forum spam.
>
> Atila

I don't agree at all. Everything is so much faster when unittest 
blocks are in the same module as the stuff that are tested. 
Generally i think that it makes things easier.


More information about the Digitalmars-d-announce mailing list