std.experimental.testing formal review
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 12 07:50:31 PDT 2015
On 2015-09-12 15:34, Dicebot wrote:
> I also don't like mixing unittest and higher level functional tests
> (with setup and cleanup phases) into the same buckets - this doesn't fit
> nice with D module system. Latter should be placed in a separate
> modules/package to avoid being picked up by rdmd & Co when compiled as
> dependency.
Not sure I understand the problem. Does this prevent one from writing
functional tests in a completely separate directory?
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list