def test_returns_an_excuse(self): assert isinstance(get_excuse(), str)
def _excuse(self): return get_excuse()