• Roadrunner

last modified October 10, 2008 by hexsprite

roadrunner is a looping testrunner with environment preloading for test-driven
development.
 
It preloads a standard Zope & Plone test environment compatible with
PloneTestCase. After the first load of the test environment I have been
saving around 25s per test run on my Macbook Pro 2.16.

It effectively eliminates the Plone tax.

The source code for roadrunner is available from a git repository.  We may move this into svn as one of the first tasks to make collaboration easier.

- Checkout link

http://github.com/hexsprite/roadrunner/tree

- PyPI product page and documentation

http://pypi.python.org/pypi/roadrunner

Some Sprint Objectives

- roadrunner is a bit hacky now.  Let's remove some of the unnecessary code.

- automatically run tests when files in your project are changed

- work with other Sprint teams to help them speed up their testing processes using roadrunner where it makes sense

Participants

Please enter your name and contact details below if you are interested to participate.  

* Jordan Baker, author, jbb at scryent dot com, IRC: hexsprite

* YOU


Related Links

Ruby's ZenTest has some great features including the automatic retesting when files change.

http://www.zenspider.com/ZSS/Products/ZenTest/