[Numpy-discussion] Running doctests on buildbots

Robert Kern robert.kern at gmail.com
Mon Jun 30 14:55:37 EDT 2008


On Mon, Jun 30, 2008 at 13:38, Alan McIntyre <alan.mcintyre at gmail.com> wrote:
> Hi all,
>
> It seems to me that the buildbots should be running the doctests in
> addition to the unit tests, but right now the buildbot test command
> "numpy.test(level=9999,verbosity=9999)" doesn't do that.  We could
> either add "doctests=True" to the buildbot test command, or make
> "level" above some threshhold run them (currently the level argument
> is just ignored anyway).  Since the level and verbosity parameters are
> going away in the release after 1.2, it seems more appropriate to just
> add the doctests argument.  Any thoughts?

Add the doctests argument.

-- 
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