def test_capitalize(self):
     self.assertTrue(strop.capitalize(" hello ") == " hello ")
     self.assertTrue(strop.capitalize("hello ") == "Hello ")
 def test_capitalize(self):
     self.assertTrue(strop.capitalize(" hello ") == " hello ")
     self.assertTrue(strop.capitalize("hello ") == "Hello ")
示例#3
0
import warnings
示例#4
0
import warnings