1from hello import HelloWorld 2 3hello = HelloWorld() 4 5def test_hello(): 6 assert hello.greet() == 'hello world'