def test_7(self):
     a = 'abcdef'
     b = 'bcdf'
     self.assertEquals(strStr.strStr_3(a,b),False)
 def test_6(self):
     a = 'abcdef'
     b = 'bcd'
     self.assertEquals(strStr.strStr_3(a,b),True)