Beispiel #1
0
 def test_is_not_str(self):
     self.assertFalse(utils.is_str([]))
Beispiel #2
0
 def test_is_str(self):
     self.assertTrue(utils.is_str(''))