예제 #1
0
파일: test_hub.py 프로젝트: hagna/simplebb
 def test_remote_getName(self):
     """
     Should just return the name
     """
     h = Hub()
     h.name = 'name'
     self.assertEqual(h.remote_getName(), 'name')