akretion / ooor

Odoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward
MIT License
199 stars 59 forks source link

[WIP] First draft test docker #155

Open hxegon opened 7 years ago

hxegon commented 7 years ago

Based off master branch because develop is behind.

I'm trying to make a docker container to run the test suite against.

The openerp-server command works, but 74/80 tests fail with 'Connection refused [...] for localhost:8069'. Not really familiar with how odoo works, so hoping for some advice on this. I'll continue looking into it either way.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-5.4%) to 83.389% when pulling 41df533afcc6f1aa6d1dc01d93281624e8b7c98d on aokpower:docker into d0a28ee93ac1171aea0c00597952091448921008 on akretion:master.

zaidkilani commented 5 years ago

5454