Example #1
0
 def test_say_hallo(self):
     self.assertEquals(say_hallo('Kalimaha'), 'Hallo Kalimaha from CORE!')
     self.assertEquals(say_hallo(), 'Hallo from CORE!')
Example #2
0
File: rest.py Project: rucsa/bch18
 def say_hello_to_guest_service(name):
     return say_hallo(name)
Example #3
0
 def test_say_hallo(self):
     self.assertEquals(say_hallo('Kalimaha'), 'Hallo Kalimaha from CORE!')
     self.assertEquals(say_hallo(), 'Hallo from CORE!')
Example #4
0
File: rest.py Project: rucsa/bch18
 def say_hello_service():
     return say_hallo()