[IMP] mrp_account: Avoid multi-executed tests
Some tests (test_00_workorder_process, ...) are executed several times, only because we extend a test class to retrieve the setUp (or setUpClass) instead of creating a common class. This could lead to issues, (like for test_00_workorder_process) depending on the installed modules.
Loading
Please register or sign in to comment