Exemplo n.º 1
0
 def test_not_endswith(self):
     self.assertFalse(StringValidator.endswith('hi there', 'hi'))
Exemplo n.º 2
0
 def test_endswith(self):
     self.assertTrue(StringValidator.endswith('oh hi', 'hi'))