Exemplo n.º 1
0
 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 ")
Exemplo n.º 3
0
import warnings
Exemplo n.º 4
0
import warnings