示例#1
0
 def test_hello_2(self):
     self.assertEqual(say_hello("Alexander"), "Hello, Alexander")
示例#2
0
 def test_hello(self):
     self.assertEqual(say_hello("V"),"Hello, V")
示例#3
0
 def test_hello(self):
     self.assertEqual(say_hello("VAdim"), "Hello, Vadim")
示例#4
0
 def test_hello(self):
     self.assertEqual(say_hello("MAKAR"), "Hello, MAKAR")