Metadata-Version: 2.0
Name: pytest-odoo
Version: 0.2.2
Summary: py.test plugin to run Odoo tests
Home-page: https://github.com/camptocamp/pytest-odoo
Author: Guewen Baconnier
Author-email: guewen.baconnier@camptocamp.com
License: AGPLv3
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pytest (>=2.9)
Provides-Extra: autodiscover
Requires-Dist: odoo-autodiscover; extra == 'autodiscover'

pytest-odoo
===========

pytest plugin to run Odoo tests

Usage
-----

install via::

    pip install pytest-odoo

usage::

   export OPENERP_SERVER=/path/to/odoo/config.cfg
   pytest ...

The path of the Odoo configuration file must be set in the ``OPENERP_SERVER``
environment variable. The configuration file must contain the name of the
database on which the tests are run.


