Ejemplo n.º 1
0
 def test_015_test__rep(self):
     eh = EventHandler('one', 'two', 'three')
     self.assertEqual(eh.__str__(), eh.__repr__())