def test_false(self):
     self.assertFalse(find('anything', ['bye bye', 'hello']))
 def test_true(self):
     self.assertTrue(find('hello', ['bye bye', 'hello']))