def test_hello_2(self): self.assertEqual(say_hello("Alexander"), "Hello, Alexander")
def test_hello(self): self.assertEqual(say_hello("V"),"Hello, V")
def test_hello(self): self.assertEqual(say_hello("VAdim"), "Hello, Vadim")
def test_hello(self): self.assertEqual(say_hello("MAKAR"), "Hello, MAKAR")