FrontPage
»
InstallationInstructions
Requires Python 2.1 and Zope 2.6 or higher
Installation Instructions for ZopeTestCase
- Extract the tarball into the
lib/python/Testing
directory of your Zope installation. - Cd into the
ZopeTestCase
directory and typepython 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.
- See the HowTo for the big picture, the ReadMe for getting started with your own tests.