camptocamp / pytest-odoo

pytest plugin to run Odoo tests
GNU Affero General Public License v3.0
68 stars 45 forks source link

ODOO_RC environment variable should be supported also #17

Closed xtof-osd closed 6 years ago

xtof-osd commented 6 years ago

In order to be compatible with odoo >= 10.0, ODOO_RC environment variable should be supported in addition to OPENERP_SERVER

dcrocco commented 6 years ago

What is this variable for?

Jerther commented 6 years ago

Sets the location of the configuration file:

$ echo $OPENERP_SERVER
/home/jerther/code/addons_test/openerp-server.conf
dcrocco commented 6 years ago

I mean ODOO_RC

guewen commented 6 years ago

It's released in 0.4.1 :) Thanks @xtof-osd