Installation & testing
Installing
Unpack, copy to Zope Products directory and restart the instace. Then add ZPTDebugger Console in ZMI from Add' list. It has default id #DebuggerConsole so it appears as a first element in listing.
Unit tests
Go to /tests directory and if you are using Windows edit runone.bat and runall.bat and set path to Python executable in your Zope installation folder. On Linux edit runone.sh and runall.sh and do the same. Also run
chmod +x runone.sh runall.sh
to make this file executable by shell.
To execute all tests::
runall.bat (Windows)
./runall.sh (Linux)
To execute tests for one class::
runone.bat <TEST_FILE> (Windows)
./runone.sh <TEST_FILE> (Linux)