######################################
Ingeniweb : test case for PloneArticle
######################################

Additional requirements for testing
###################################

Running unit tests requires PloneTestCase that suits your Plone version.

https://svn.plone.org/svn/collective/PloneTestCase/

Testing the migrations requires ZattachmentAttributes and
ZAAPlugins. Get them from...

http://sourceforge.net/projects/ingeniweb/

Running the tests
#################

To run the tests easily, you can try the runtests.sh shell script from the
current directory. Yes it is ugly (!) but it is convenient for me as I've
several python installs.

The shell script will eventually be changed to something easier to use.

Alternatively, you can use testrunner this way :

python PathToZope/utilities/testrunner.py -q -i -a -d .
