Metadata-Version: 1.1
Name: pytest-odoo
Version: 0.2.1
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
Description: 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.
        
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
