def test_lower(value): """Return true if the variable is lowercased.""" return text_type(value).islower()