docker-odoo-project
docker-odoo-project copied to clipboard
runtests: allow to use a DB template
When running tests locally you might want to simulate tests as on Travis and at the same time to not start from scratch every time because your time IS important ;)
You can now run the tests like:
doco run --rm -e DB_TEST_TEMPLATE=foo odoo runtests