Exemple #1
0
 def test_content(self):
     self.assertIs(deansux.run(), "hello")
Exemple #2
0
 def test_type(self):
     self.assertIsInstance(deansux.run(), str)