def test_meth_search(self):
     res = NotesApplication('fortune')
     res.create('fortune is my name')
     self.assertEqual(res.search('fortune'), None)
 def test_meth_search_empty(self):
     res = NotesApplication('fortune')
     self.assertFalse(res.search(''))