Run your unit tests individually using Flute

Kris foo at bar.com
Sat Dec 8 16:04:31 PST 2007


"Robert Fraser" <fraserofthenight at gmail.com> wrote in
> Flute is a natural extension of UnittestWalker which allows you to run 
> unit tests one at a time, run only specific tests, track failures, errors, 
> and passes, etc., etc. It integrates directly with D's unittest construct, 
> so no additional coding on your part is necessary, just link in the Flute 
> module and enjoy! If you want to name your tests, you will have to 
> introduce a dependency on the naming module, however.
>
...
> In its current form (which will likely be the final command-line form 
> unless someone wants to fork it), it doesn't support D2. I've actually 
> only tested it with DMD 1.020 on Windows. It should work on both Tango and 
> Phobos, but again I've only tested it on Phobos 1.020 and Tango 0.99.2, so 
> I'm not 100% on that.

Very, very nice ... 





More information about the Digitalmars-d-announce mailing list