Apycot
======

This package is designed to run tests on a code repository on a
daily basis. It provides mainly two command line tools : 

* apycot-runtests, which will run a suite of tests as specified in a
  configuration file and write results data in a XML file.

* apycot-runreports, which will make some reports from the XML data 
  file. Reports are configured in a separated file.

Looks at the "examples" directory for sample configuration files.

Distributions
-------------
The source tarball is available at ftp://ftp.logilab.fr/pub/apycot.

You may apt-get a debian package by adding ::

    deb ftp://ftp.logilab.org/pub/debian unstable/

to your /etc/apt/sources.list files. In bonus


Install
-------
From the source distribution, extract the tarball and run ::

    python setup.py install

For debian and rpm packages, use your usual tools according to your
Linux distribution. If you install manually, take a look at the DEPENDS
file to know on which external packages it depends if any. RECOMMANDS
and SUGGESTS files may  propose additional libraries or programs that
may be useful with this one.


Documentation
-------------
See the doc/ and the examples/ subdirectories.


Comments, support, bug reports
------------------------------
Use the qa-projects@logilab.org mailing list. Since we do not have
publicly available bug tracker yet, bug reports should be emailed
there too.

You can subscribe to this mailing list at
http://www.logilab.org/mailinglists/qa-projects/mailinglist_register_form

Archives are available at 
http://lists.logilab.org/pipermail/qa-projects/

If you prefer speaking french instead of english, you can use the
generic forum-fr@logilab.org mailing list.
