How do you run the unit tests for the built in modules? I've tried starting the server with:
./openerp-server -c /path/to/config -d my_database -u stock --log-level=test
but nothing shows up in the logs. In my config, I've also tried setting
test_enable = True
How do I get the test results to show up in the logs? Thanks.