On Fri, Jun 20, 2008 at 16:52, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Fri, Jun 20, 2008 at 5:44 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> Specifically, what changes are you thinking of making? >> numpy.test(coverage=True) already triggers nose's coverage feature. > > Actually, that wasn't supposed to get added in my last checkin; I was > experimenting with it and forgot to take it out. :/
It needs a little bit of work. For example, you have --cover-package=numpy hard-coded, but NumpyTest.test() will also be exposed as scipy.test(). But otherwise, yes, I think the functionality is useful. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
