On Wed, 22 May 2013 13:06:46 -0400, Timothee Cour
<[email protected]> wrote:
it's only module level granularity.
The compiler needs to help to fix this, as far as I know, it simply lumps
all the unit tests into one function, but I don't remember if that's still
true.
But I think we need at *least* one more important feature (one that Walter
had agreed should be done when we discussed it at dconf):
http://d.puremagic.com/issues/show_bug.cgi?id=10023
Then you could mark unit tests with @attributes, and annotate how they
should be run by the runtime.
-Steve