Exemple #1
0
 def test_remote_getName(self):
     """
     Should just return the name
     """
     h = Hub()
     h.name = 'name'
     self.assertEqual(h.remote_getName(), 'name')