Open jayvdb opened 6 years ago
Assign this to me.
@jayvdb Can you assign it to me, if no one is working on it.
Ah yes! I was working on this issue earlier, but then it skipped my mind after the exams break. Feel free to work on it once you’re assigned 🙂
LabHub.is_room_member is unnecessarily a static method of the class.
It can be moved to a private function
_is_room_member
at the module level, and then the tests can be improved to remove the need to do special plugin mocking.See https://github.com/coala/corobo/pull/572#discussion_r206302575 for context