[SciPy-user] Distributed testing?

Robert Kern robert.kern at gmail.com
Wed Nov 5 18:16:43 EST 2008


On Wed, Nov 5, 2008 at 17:02, Gardner Pomper <gardner at networknow.org> wrote:
> I have a c library, hooked to python with swig, that I want to test on my
> condor cluster. I have not found any testing frameworks that seem to have
> any hooks for running on a cluster. I was wondering if anyone in this group
> knows of something. I am currently using nose to test on a single machine,
> but I want to run many data file through the tests, and would like to use my
> cluster to do that.

I believe py.test has some basic capability to do that.

http://codespeak.net/py/dist/test.html#automated-distributed-testing

-- 
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 SciPy-User mailing list