You are not logged in Log in Join
You are here: Home » Members » Stefan's Home » ZopeTestCaseWiki » InstallationInstructions

Log in
Name

Password

 
 

History for InstallationInstructions

??changed:
-
<style type="text/css"> <!-- li { margin: 1em } --> </style>

    Requires Python 2.1 and Zope 2.6 or higher

  Installation Instructions for !ZopeTestCase

    1. Extract the tarball into the 'lib/python/Testing'
       directory of your Zope installation.

    2. Cd into the 'ZopeTestCase' directory and type 'python runalltests.py -R' 
       to test the package and to make sure all modules get compiled.

       You must use the same Python that is running your
       Zope here. On Windows this may for example be::

        "C:\Program Files\Zope\bin\python.exe" runalltests.py -R

       **Note**: doctests require Python 2.3. If you still run Python 2.1 omit the -R option.

    3. See the HowTo for the big picture, the ReadMe for
       getting started with your own tests.

   &nbsp;