Exemplo n.º 1
0
 def test_not_startswith(self):
     self.assertFalse(StringValidator.startswith('oh hi', 'hi'))
Exemplo n.º 2
0
 def test_startswith(self):
     self.assertTrue(StringValidator.startswith('hi there', 'hi'))