def test_not_endswith(self):
     self.assertFalse(StringValidator.endswith('hi there', 'hi'))
 def test_endswith(self):
     self.assertTrue(StringValidator.endswith('oh hi', 'hi'))