from solution import greet def test_greet_returns_hello_python(): assert greet() == "Hello, Python"