Re: Possible solution for export : `unittest export`?
Dominikus Dittes Scherkl via Digitalmars-d Wed, 02 Sep 2015 03:41:21 -0700
What I meant is, of course you cannot test everything with
unittest. It has a reason that there exist other types of test.
But that should not hold anybody back from unit-testing as much
as possible. If nothing else this is useful because unit-tests
are by far the cheapest tests. And within a library, it should
always be possible to reach a 100% code coverage with unit tests
alone.
For a program with much user interaction this may not be
possible, but that is pretty much out of scope for exported
templates.
- Re: Possible solut... Dicebot via Digitalmars-d
- Re: Possible s... deadalnix via Digitalmars-d
- Re: Possible solution for expor... Benjamin Thaut via Digitalmars-d
- Re: Possible solution for ... Dicebot via Digitalmars-d
- Re: Possible solution for ... Dominikus Dittes Scherkl via Digitalmars-d
- Re: Possible solution ... Jonathan M Davis via Digitalmars-d
- Re: Possible solut... deadalnix via Digitalmars-d
- Re: Possible s... H. S. Teoh via Digitalmars-d
- Re: Possible s... deadalnix via Digitalmars-d
- Re: Possi... Dominikus Dittes Scherkl via Digitalmars-d
- Re: Possible s... Joseph Rushton Wakeling via Digitalmars-d
- Re: Possible solution for expor... Benjamin Thaut via Digitalmars-d
