##// END OF EJS Templates
STY: line wrap test init to make more readable
Thomas A Caswell -
Show More
@@ -19,8 +19,10 b' def event_with_argument(argument):'
19 19
20 20 class CallbackTests(unittest.TestCase):
21 21 def setUp(self):
22 self.em = events.EventManager(get_ipython(), {'ping_received': ping_received, 'event_with_argument': event_with_argument})
23
22 self.em = events.EventManager(get_ipython(),
23 {'ping_received': ping_received,
24 'event_with_argument': event_with_argument})
25
24 26 def test_register_unregister(self):
25 27 cb = Mock()
26 28
General Comments 0
You need to be logged in to leave comments. Login now