Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 394 Bytes

run odoo unittests with anybox.recipe.odoo and nose

$ python2 bootstrap.py
$ bin/buildout

$ createdb any_db
$ bin/start_openerp -i sale --stop-after-init
$ bin/nosetests_odoo -- parts/odoo/addons/sale/tests

INFO ? anybox.recipe.openerp.runtime.session: Opening database 'any_db'
.
----------------------------------------------------------------------
Ran 1 test in 0.747s

OK