Searched refs:effective_events (Results 1 – 2 of 2) sorted by relevance
160 def assertInputEventsIn(self, expected_events, effective_events): argument161 effective_events = effective_events.copy()163 assert ev in effective_events164 effective_events.remove(ev)165 return effective_events167 def assertInputEvents(self, expected_events, effective_events): argument168 remaining = self.assertInputEventsIn(expected_events, effective_events)
967 def assertInputEvents(self, expected_events, effective_events): argument970 remaining = self.assertInputEventsIn(expected_events, effective_events)