Exemplo n.º 1
0
 def test_4(self):
     self.assertEqual("testa", remove_suffix("testa", "test"))
Exemplo n.º 2
0
 def test_1(self):
     self.assertEqual("test", remove_suffix("test", ""))
Exemplo n.º 3
0
 def test_3(self):
     self.assertEqual("test", remove_suffix("testing", "ing"))
Exemplo n.º 4
0
 def test_0(self):
     self.assertEqual("", remove_suffix("", "suffix"))
Exemplo n.º 5
0
 def test_4(self):
     self.assertEqual("testa", remove_suffix("testa", "test"))
Exemplo n.º 6
0
 def test_3(self):
     self.assertEqual("test", remove_suffix("testing", "ing"))
Exemplo n.º 7
0
 def test_1(self):
     self.assertEqual("test", remove_suffix("test", ""))
Exemplo n.º 8
0
 def test_0(self):
     self.assertEqual("", remove_suffix("", "suffix"))