-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
[16.0][IMP] dms: Improve tests #302
Conversation
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.
multi_users
is not used anywhere?
No, |
Changes done: - Change setup() to setUpClass() - Add BaseCommon - Remove multi_users decorator (not used) - Remove _setup_test_data and _load from common (not used) - Change DirectoryMailTestCase (extends from StorageDatabaseBaseCase) - Add @mute_logger to skip unnecessary unlink logs
8303a6a
to
ade1af1
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.
👍
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 081d6dc. Thanks a lot for contributing to OCA. ❤️ |
Changes done:
setup()
tosetUpClass()
multi_users
decorator (not used)_setup_test_data
and_load
from common (not used)@mute_logger
to skip unnecessary unlink logs@Tecnativa