Skip to content
Snippets Groups Projects
Commit 0e67a661 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[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.
parent 1266cc7b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment