Пример #1
0
 def test_sayHello(self):
     main = Main()
     self.assertEqual(main.sayHello(), "hello world")