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