www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Re: listing multiple unit test failures

Christopher Wright Wrote: 
 That said, it would be a cool idea to have a unified, configurable D 
 "testing framework" that could run both DUnit tests and built-in 
 unittest { } blocks with a plugable reporter interface for output (i.e. 
 a JUnit-compatible XML for CC plugability, a pretty Web 2.0-ish page for 
 Zen staring sessions, etc.)

Yep, but that's too much work for me to do.

I was thinking of doing it myself some time (in the far future). The idea is to have a pluggable testing solution for different types of tests so it would be relatively easy to add them into Descent, but with a flexible-enough system, the bootstrapper could be used for a lot of other things, too. But, indeed, it's a lot of work.
Mar 15 2008