[MIG][15.0] connector + component_event + test_connector#425
[MIG][15.0] connector + component_event + test_connector#425OCA-git-bot merged 3 commits intoOCA:15.0from
Conversation
6712d19 to
4cddca9
Compare
|
|
140e13d to
15a87af
Compare
|
@simahawk ready for review |
| @@ -162,7 +139,7 @@ class TestEvent(ComponentRegistryCase): | |||
|
|
|||
| def setUp(self): | |||
| super(TestEvent, self).setUp() | |||
There was a problem hiding this comment.
| super(TestEvent, self).setUp() | |
| super().setUp() |
| @@ -392,6 +369,7 @@ class TestEventFromModel(TransactionComponentRegistryCase): | |||
|
|
|||
| def setUp(self): | |||
| super(TestEventFromModel, self).setUp() | |||
There was a problem hiding this comment.
| super(TestEventFromModel, self).setUp() | |
| super().setUp() |
| def __init__(self, *args, **kwargs): | ||
| super().__init__(*args, **kwargs) | ||
| self.test_sequence = 0 |
There was a problem hiding this comment.
I didn't meet such code before. Could you pls explain what self.test_sequence = 0 is for?
There was a problem hiding this comment.
the field is defined in odoo metatest class
https://github.com/odoo/odoo/blob/5cfce06bf92cc746b4dc3b2b554ad57daac1af1d/odoo/tests/common.py#L296
but us we inherit here form uittetst we also need this field so odoo will be able to run test
|
Is it ready to merge ? what is missing ? Can i help ? |
|
@simahawk can you pass another review |
| def __init__(self, *args, **kwargs): | ||
| super().__init__(*args, **kwargs) | ||
| self.test_sequence = 0 |
|
@i-vyshnevska pls squash when done |
b343f35 to
33e7077
Compare
33e7077 to
1e0c578
Compare
simahawk
left a comment
There was a problem hiding this comment.
@i-vyshnevska there's a mistake.
There's a commit to migrate "test_connector" but I don't see "test_component".
Also that commit contains unrelated changes 1e0c578
We need test_component here. Plus, I wonder how tests for test_connector
simahawk
left a comment
There was a problem hiding this comment.
Ah, my bad, I got confused by names. Re-checked 15.0, LG.
|
/ocabot migration connector |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 5b37cb7. Thanks a lot for contributing to OCA. ❤️ |
No description provided.