def test_content(self): self.assertIs(deansux.run(), "hello")
def test_type(self): self.assertIsInstance(deansux.run(), str)