[Issue 4747] Make each unittest block a separate function that runs independently of the others

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 25 09:37:12 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=4747



--- Comment #4 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-09-25 09:37:58 PDT ---
It makes it so that having named unittest blocks is less critical for stack
traces, but having actual names for them would still me quite a bit better (it
would also help for code organization, because it could document what the test
was for).

Regardless, the main point of this issue was always that the tests be
indivdually callable. Names for them just makes that a _lot_ cleaner, but
they'd have to be optional names regardless, because anything else would break
tons and tons of code.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list