Advanced autoscroll & Tests refactor#77
Conversation
Refactor inapp integration tests
|
For now, I don't think that moving: self.window = OCBWindow()
self.ocb_widget = OCBWidget()
self.subwindow = self.window.mdiArea.addSubWindow(self.ocb_widget)
self.subwindow.show()into a utils function makes sense. It might be needed if the setup gets more complicated. More robusteness for the dragging test will be needed in the future but this is another issue. |
I don't get it, this code is not in utils, it's in test files directly |
|
For now, I don't think that moving this code into a utils function makes sense. (I'm referencing the fact that codacy says this is a duplicate but 4 duplicated lines are not enough to be worth a refactor yet.), so it's fine. |
No description provided.