On Thursday, February 23, 2012 21:38:43 Kevin Cox wrote: > I am having the same problem with visual d plugin for monodevelop. When I > compile from the command line the tests run. > > A possibly related problem is that some files do not get recompiled when > changed unless I do a rebuild.
There may very well be further problems due to what the IDE is doing (such as not doing a full recompile when you enable -unittest), but the unit tests won't print anything out on success regardless unless you use print statements in them. - Jonathan M Davis