"""Lambda util test module.""" import util def test_say_hello(): """Test util.say_hello function.""" util.say_hello() assert True, 'Something terrible has happened.'