docker-odoo-project icon indicating copy to clipboard operation
docker-odoo-project copied to clipboard

runtests: allow to use a DB template

Open simahawk opened this issue 5 years ago • 0 comments

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

simahawk avatar Mar 07 '19 14:03 simahawk