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 ")
Example #3
0
import warnings
Example #4
0
import warnings