=======================
atomisator.feed package
=======================

.. contents::

What is atomisator.feed ?
:::::::::::::::::::::::::

Explain here what atomisator.feed does.

Testing atomisator.feed ?
:::::::::::::::::::::::::

To run tests, create a test environmement with::

    $ python boostrap.py
    $ bin/buildout

A `test` script will then be available, to run all 
tests::

    $ bin/test

For doctests, the -t option can be used to select 
a given doctest text file. For instance, to run 
`acme.txt`, do::

    $ bin/test -t acme
 


