Extending unittests [proposal] [Proof Of Concept]
Jacob Carlborg
doob at me.com
Fri Sep 21 06:11:34 PDT 2012
On 2012-09-21 14:19, Jens Mueller wrote:
> Why do you need filename and line information of a unittest. If a
> unittest fails you'll get the relevant information. Why do you want the
> information when a unittest succeeded? I only care about failed
> unittests. A count of the number of executed unittests and total number
> is enough, I think.
But others might care about other things. I doesn't hurt if the
information is available. There might be use cases when one would want
to display all tests regardless of if they failed or not.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list