Re: Why think unit tests should be in their own source code hierarchy instead of side-by-side
Tony via Digitalmars-d-announce Thu, 22 Mar 2018 17:51:07 -0700
I think unittest blocks are good for write-once and
quick-and-dirty projects, or as a first-cut of testing that
ultimately gets moved to a full-grown test suite in a separate
project. I'd prefer not to read source code that has unittest
blocks inter-mixed with the actual code.
- Re: Why think uni... Jonathan M Davis via Digitalmars-d-announce
- Re: Why think uni... Anton Fediushin via Digitalmars-d-announce
- Re: Why think... Anton Fediushin via Digitalmars-d-announce
- Re: Why t... H. S. Teoh via Digitalmars-d-announce
- Re: Why think uni... Atila Neves via Digitalmars-d-announce
- Re: Why think unit tests s... Marco Leise via Digitalmars-d-announce
- Re: Why think unit te... Atila Neves via Digitalmars-d-announce
- Re: Why think unit tests s... Atila Neves via Digitalmars-d-announce
- Re: Why think unit te... H. S. Teoh via Digitalmars-d-announce
- Re: Why think unit tests s... Dmitry Olshansky via Digitalmars-d-announce
- Re: Why think unit tests s... Tony via Digitalmars-d-announce
- Re: Why think unit te... bauss via Digitalmars-d-announce
- Re: Why think unit tests s... Steven Schveighoffer via Digitalmars-d-announce
- Re: Why think unit te... Atila Neves via Digitalmars-d-announce
- Re: Why think uni... Steven Schveighoffer via Digitalmars-d-announce
- Re: Why think... H. S. Teoh via Digitalmars-d-announce
