def test_app_get_list_empty(self):
     expected_result = "No note created yet"
     notes = NotesApplication('Mide')
     self.assertEqual(expected_result, notes.list())