Testing D codes
drug via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Apr 7 01:40:23 PDT 2017
06.04.2017 19:34, Russel Winder via Digitalmars-d-learn пишет:
>
> I am still wondering about separating integration and system tests out
> of the module source leaving the unit tests in the module source.
>
>
I do this. I have unittests in the module sources and have a separate
subpackage intended for more advanced testing only.
More information about the Digitalmars-d-learn
mailing list