On 2013-11-05 17:40, bearophile wrote:
> void foo() {
> ...
> } unittest {
> ...
> }
As soon as you want to do something more advanced than plain unit tests
that doesn't scale very well.
Even doing unit tests it's harder to take advantage of setting up before
and after callbacks that are shared between many tests.
--
/Jacob Carlborg