Hi there!
I am quite new to odoo and want to setup continous integration for odoo. Therefore I'd like to run all my unittests.
I managed to put together this command:
odoo -d odoo_test -i test,ronny,tools --test-enable
Now I have to problems:
1) The odoo executable never stops when the tests are done. So my pipeline does not know it succeeded and times out at a certain point.
2) When I run all the tests, I see that one test fails, throws and Exception, still the tool is continuing happily and not mentioning it at all. Whats the use of running tests when it's ok when they fail?
Thanks for your help!
Ronny