def tell(): out = sh.echo(punchline()) print out
def test_is_string(self): s = punchline() self.assertTrue(isinstance(s, basestring))