Running CalDAVTester
First make sure your Caldav server is up and running.
Simple way of running:
cd into the CalDAVTester directory
./run.py
This will get or update required packages and then run all tests.
If you want explicit control of what tests are run do the following:
cd into the CalDAVTester directory
./run -s export PYTHONPATH=`./run -p` ./testcaldav.py <<testscriptfile>>
where <<testscriptfile>> is one of the .xml files in the CalDAVTester/scripts/test directory.
