Edgewall Software

Version 1 (modified by Alec Munro, 17 years ago) (diff)

Creating the page

I noticed there isn't really a collection of recipes available yet, so I thought it prudent that I start one. I don't have much content yet, and anyone should feel free to reorganize it.

Running Zope Tests

This is very specific to my Zope installation. I had to create the run_tests script in my SVN. I would like a more generic method. Perhaps it will be prudent to create a "zope" namespace.

<build xmlns:python="http://bitten.cmlenz.net/tools/python">

  <step id="test" description="Runs run_tests, which invokes the zope testrunner.">
    <python:exec file="run_tests.py" args="-m abridean.monorail"/>
  </step>

</build>