selectively running unittest functions

Gary Willoughby dev at nomad.so
Fri Oct 25 08:51:25 PDT 2013


On Friday, 25 October 2013 at 13:04:03 UTC, Dicebot wrote:
> I strictly believe any unittest enhancing library must be built 
> on top of existing unittest blocks using __traits(getUnittest) 
> and be 100% compatible with normal `-unittest` mode

I agree, this should be easy to implement. In my unit testing 
framework i could add support to run only unit tests of one 
particular module but in the future when the above is released it 
would be easy to add it on a per test basis.


More information about the Digitalmars-d-learn mailing list