Ejemplo n.º 1
0
 def test_clear(self):
     e = Event(test_func)
     e.clear()
     self.assertEqual(len(e), 0)