[Numpy-discussion] Running doctests on buildbots

Alan McIntyre alan.mcintyre at gmail.com
Thu Jul 3 09:26:36 EDT 2008


On Thu, Jul 3, 2008 at 3:16 AM, Stéfan van der Walt <stefan at sun.ac.za> 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 enabled. ;)

> 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 the Makefile itself, so
> we'll have to ask those individuals to fix the problem.

I wonder how hard it would be to have simpler local makefiles that
pull the build/install/test instructions out of svn after the update?
That way we don't have to bother the slave maintainers whenever we
want to tweak the build/test parameters.

If I recall correctly, Python does something like this.  I could look
into it if it seems worth doing.



More information about the NumPy-Discussion mailing list