[Numpy-discussion] Doctest items

Charles R Harris charlesr.harris at gmail.com
Tue Jul 1 15:39:36 EDT 2008


On Tue, Jul 1, 2008 at 1:30 PM, Alan McIntyre <alan.mcintyre at gmail.com>
wrote:

> On Tue, Jul 1, 2008 at 3:20 PM, Robert Kern <robert.kern at gmail.com> wrote:
> > Can it work on an entire section? If not, can we do something that
> > works on a whole section? Everything after "Plot the window and its
> > frequency response:" is not required for testing.
>
> It's on a per-line basis at the moment, so each lines needs a
> "#doctest: +SKIP".  Changing a directive to apply to multiple lines
> probably isn't trivial (I haven't really looked into doing that,
> though).
>
> We could always just make the plotting section one of those "it's just
> an example not a doctest" things and remove the ">>>" (since it
> doesn't appear to provide any useful test coverage or anything).


Would it serve to overload plot with a function that does zippo?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080701/f2f470c5/attachment.html>


More information about the NumPy-Discussion mailing list