-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][FW] [16.0][IMP] bank-payment : test performance improvement #1351
[17.0][FW] [16.0][IMP] bank-payment : test performance improvement #1351
Conversation
- Include context keys for avoiding mail operations overhead.
- Switch to setUpClass for avoiding repeat the same setup for each test. - Include context keys for avoiding mail operations overhead.
- Switch to setUpClass (if needed) for avoiding repeat the same setup for each test. - Include context keys for avoiding mail operations overhead.
- Include context keys for avoiding mail operations overhead.
- Create setUpClass method - Switch to setUpClass (if needed) for avoiding repeat the same setup for each test. - Include context keys for avoiding mail operations overhead.
- Include context keys for avoiding mail operations overhead.
- Create setUpClass method - Include context keys for avoiding mail operations overhead.
6964858
to
a499fb8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this versions, it's possible to inherit from a base test class including that context, but let's fast-track it as is as a good base:
/ocabot merge patch
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at dba499b. Thanks a lot for contributing to OCA. ❤️ |
Port of #1350 from 16.0 to 17.0.
Commits related to
account_payment_order_return
are not included as this module is not ported on 17.0.