[Numpy-discussion] NumPy coverage via nose
Robert Kern
robert.kern@gmail....
Fri Jun 20 16:44:47 CDT 2008
On Fri, Jun 20, 2008 at 16:35, Alan McIntyre <alan.mcintyre@gmail.com> wrote:
> Hi all,
>
> Nose has a plugin (included in the current version of nose) that uses
> Ned Batchelder's coverage module
> (http://nedbatchelder.com/code/modules/coverage.html) to provide
> coverage information. Is it acceptable to use this capability in nose
> to provide coverage reporting for NumPy? The coverage module is only
> needed if you actually want to check coverage.
Specifically, what changes are you thinking of making?
numpy.test(coverage=True) already triggers nose's coverage feature.
--
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
More information about the Numpy-discussion
mailing list