You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running unit tests on a odoo container that does not
have the odoo_test_helper package installed, the resulting
"ModuleNotFoundError: No module named 'odoo_test_helper'"
kills the entire run, rather than failing only the tests
that require the module.
0 commit comments