Re: [Numpy-discussion] Running doctests on buildbots

2008-07-04 Thread Stéfan van der Walt
2008/7/3 Alan McIntyre <[EMAIL PROTECTED]>: >> The Buildbot configuration is kept on buildmaster.scipy.org, that >> won't help you. It sends a request to the client for (something >> similar to) "make build; make install; make test" to be run. The >> administrator of each slave has control over t

Re: [Numpy-discussion] Running doctests on buildbots

2008-07-03 Thread Alan McIntyre
On Thu, Jul 3, 2008 at 3:16 AM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > Sorry for the slow response, I'm still catching up. I think if we turned on doctests right now, there would be about 100 test failures, so I've got plenty of my own catching up to do before doctests really need to be

Re: [Numpy-discussion] Running doctests on buildbots

2008-07-03 Thread Stéfan van der Walt
2008/6/30 Robert Kern <[EMAIL PROTECTED]>: > On Mon, Jun 30, 2008 at 14:06, Alan McIntyre <[EMAIL PROTECTED]> wrote: >> On Mon, Jun 30, 2008 at 2:55 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >>> Add the doctests argument. >> >> Where is the buildbot configuration kept? > > I have not the slightest

Re: [Numpy-discussion] Running doctests on buildbots

2008-06-30 Thread Robert Kern
On Mon, Jun 30, 2008 at 14:06, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 2:55 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> Add the doctests argument. > > Where is the buildbot configuration kept? I have not the slightest idea. Stéfan? -- Robert Kern "I have come to bel

Re: [Numpy-discussion] Running doctests on buildbots

2008-06-30 Thread Alan McIntyre
On Mon, Jun 30, 2008 at 2:55 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > Add the doctests argument. Where is the buildbot configuration kept? ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-d

Re: [Numpy-discussion] Running doctests on buildbots

2008-06-30 Thread Robert Kern
On Mon, Jun 30, 2008 at 13:38, Alan McIntyre <[EMAIL PROTECTED]> 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=,verbosity=)" doesn't do that. We could > eith

[Numpy-discussion] Running doctests on buildbots

2008-06-30 Thread Alan McIntyre
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=,verbosity=)" doesn't do that. We could either add "doctests=True" to the buildbot test command, or make "level" above some thr