Пример #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")