On Tue, Apr 15, 2008 at 1:27 PM, Charles R Harris <[EMAIL PROTECTED]> wrote:
> Oh, and making the transition will be made a lot easier by having a complete > set of tests. Getting the tests and documentation into good state might be > the best focus for our 1.2 effort. +1 Bonus points for whoever adds coverage reporting to our test suite, so that we can get at least basic metrics of coverage by: - docstrings - doctests - plain tests Even if imperfect, having some kind of metric to trac progress on this front would be useful, I think. Nose does have a coverage plugin, but unfortunately it seems that coverage and doctests don't totally play nice in nose: http://www.somethingaboutorange.com/mrl/projects/nose/doc/plugin_doctests.html (see comment in code). I don't know enough about the details of this to say much more... Cheers, f _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
