-
-
Notifications
You must be signed in to change notification settings - Fork 33
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][ADD] edi_project_oca: New module #126
Conversation
c557d6a
to
ebf2b12
Compare
ebf2b12
to
2384694
Compare
ce7193a
to
4ecae03
Compare
4ecae03
to
6d7b9f5
Compare
edi_project_oca/tests/common.py
Outdated
component_cls._build_component(cls.comp_registry) | ||
cls.comp_registry._cache.clear() | ||
|
||
def _check_msg_in_log_output(self, msg: str, outputs: Iterable): |
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.
kind of complicating things? 😄
See here how you can collect dummy events https://github.com/OCA/edi/blob/14.0/edi_oca/tests/fake_components.py#L10
Yet... se below...
_logger = logging.getLogger(__name__) | ||
|
||
|
||
class TestProjectListener(TestEdiProjectOcaCommon): |
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.
you don't need all this testing... these are std events provided by component_event. You can simply drop them 😉
6d7b9f5
to
97d7c3e
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 75d6e84. Thanks a lot for contributing to OCA. ❤️ |
No description provided.