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